What is the HEX code for blue grey?
The CSS color blue grey in HEX format is #607c8e. Use this value directly in CSS, SVG, and most design tools.
How do I use blue grey in CSS?
To apply blue grey in CSS:
- Text color: color: #607c8e;
- Background: background-color: #607c8e;
- Border: border-color: #607c8e;
What are all the color format values for blue grey?
| Format | Value |
|---|---|
| HEX | #607c8e |
| RGB | rgb(96, 124, 142) |
| HSL | hsl(203.5, 19.3%, 46.7%) |
| CMYK | cmyk(32.4%, 12.7%, 0%, 44.3%) |
How do I convert blue grey to HEX?
Select blue grey from the color name list in our color converter. The HEX value — #607c8e — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does blue grey belong to?
blue grey belongs to the blue color family. It is a medium, muted color with HSL values: hue 203.5°, saturation 19.3%, lightness 46.7%.
How do I create lighter and darker shades of blue grey?
Lighter variant (lightness 61.7%): #8aa1b0. Darker variant (lightness 31.700000000000003%): #415460. 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.