What is the CMYK code for blue grey?
The CSS color blue grey in CMYK format is cmyk(32.4%, 12.7%, 0%, 44.3%). 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: cmyk(32.4%, 12.7%, 0%, 44.3%);
- Background: background-color: cmyk(32.4%, 12.7%, 0%, 44.3%);
- Border: border-color: cmyk(32.4%, 12.7%, 0%, 44.3%);
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 CMYK?
Select blue grey from the color name list in our color converter. The CMYK value — cmyk(32.4%, 12.7%, 0%, 44.3%) — 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 CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.