What is the HEX code for steel grey?
The CSS color steel grey in HEX format is #6f828a. Use this value directly in CSS, SVG, and most design tools.
How do I use steel grey in CSS?
To apply steel grey in CSS:
- Text color: color: #6f828a;
- Background: background-color: #6f828a;
- Border: border-color: #6f828a;
What are all the color format values for steel grey?
| Format | Value |
|---|---|
| HEX | #6f828a |
| RGB | rgb(111, 130, 138) |
| HSL | hsl(197.8, 10.8%, 48.8%) |
| CMYK | cmyk(19.6%, 5.8%, 0%, 45.9%) |
How do I convert steel grey to HEX?
Select steel grey from the color name list in our color converter. The HEX value — #6f828a — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does steel grey belong to?
steel grey belongs to the blue color family. It is a medium, muted color with HSL values: hue 197.8°, saturation 10.8%, lightness 48.8%.
How do I create lighter and darker shades of steel grey?
Lighter variant (lightness 63.8%): #99a7ad. Darker variant (lightness 33.8%): #4d5a5f. 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.