What is the RGB code for steel grey?
The CSS color steel grey in RGB format is rgb(111, 130, 138). 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: rgb(111, 130, 138);
- Background: background-color: rgb(111, 130, 138);
- Border: border-color: rgb(111, 130, 138);
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 RGB?
Select steel grey from the color name list in our color converter. The RGB value — rgb(111, 130, 138) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.