What is the HEX code for grey blue?
The CSS color grey blue in HEX format is #6b8ba4. Use this value directly in CSS, SVG, and most design tools.
How do I use grey blue in CSS?
To apply grey blue in CSS:
- Text color: color: #6b8ba4;
- Background: background-color: #6b8ba4;
- Border: border-color: #6b8ba4;
What are all the color format values for grey blue?
| Format | Value |
|---|---|
| HEX | #6b8ba4 |
| RGB | rgb(107, 139, 164) |
| HSL | hsl(206.3, 23.8%, 53.1%) |
| CMYK | cmyk(34.8%, 15.2%, 0%, 35.7%) |
How do I convert grey blue to HEX?
Select grey blue from the color name list in our color converter. The HEX value — #6b8ba4 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grey blue belong to?
grey blue belongs to the blue color family. It is a medium, muted color with HSL values: hue 206.3°, saturation 23.8%, lightness 53.1%.
How do I create lighter and darker shades of grey blue?
Lighter variant (lightness 68.1%): #9ab0c1. Darker variant (lightness 38.1%): #4a6478. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.