Shades of Storm Grey #6F7178
Tints of Storm Grey #6F7178
RGB
CMYK
RGB Variations
Color information
#6F7178 (or 0x6F7178) is known color: Storm Grey. HEX triplet: 6F, 71 and 78. RGB value is (111,113,120). Sum of RGB (Red+Green+Blue) = 111+113+120=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F7178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7178 is #908E87. Grayscale: #717171. Windows color (decimal): -9473672 or 7893359. OLE color: 7893359.
HSL color Cylindrical-coordinate representation of color #6F7178: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F7178 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 113 | 120 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.53 |
| HSL | 226.67º | 0.04% | 0.45% | - |
| HSV(B) | 226.67º | 0.07% | 0.47% | - |
| XYZ | 15.85 | 16.55 | 20.13 | - |
| YUV | 113.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 120 | 0.08 | 0.06 | 0 | 0.53 | 226.67 | 0.04 | 0.45 |
| Hex | 6F | 71 | 78 | 8 | 6 | 0 | 35 | E3 | 4 | 2D |
| Octal | 157 | 161 | 170 | 10 | 6 | 0 | 65 | 343 | 4 | 55 |
| Binary | 1101111 | 1110001 | 1111000 | 1000 | 110 | 0 | 110101 | 11100011 | 100 | 101101 |
Color Harmonies of #6F7178
Complementary color
Monochromatic Colors of #6F7178
Black with #6F7178
Text Example
Text Example
White with #6F7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7178; }
p { color: rgb(111,113,120); }
H1.HeaderClassName
{
color: #6F7178;
}
.AnyTagClassName
{
color: #6F7178;
}
</style>
background-color css
<style>
a { background-color: #6F7178; }
a { background-color: rgb(111,113,120); }
div.DivClassName
{
background-color: #6F7178;
}
.BgClassName
{
background-color: #6F7178;
}
</style>
border-color css
<style>
span { border-color: #6F7178; }
span { border-color: rgb(111,113,120); }
td.TdClassName
{
border-color: #6F7178;
}
.TagClassName
{
border-color: #6F7178;
}
</style>