Shades of Storm Grey #6F7184
Tints of Storm Grey #6F7184
RGB
CMYK
RGB Variations
Color information
#6F7184 (or 0x6F7184) is known color: Storm Grey. HEX triplet: 6F, 71 and 84. RGB value is (111,113,132). Sum of RGB (Red+Green+Blue) = 111+113+132=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F7184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7184 is #908E7B. Grayscale: #727272. Windows color (decimal): -9473660 or 8679791. OLE color: 8679791.
HSL color Cylindrical-coordinate representation of color #6F7184: hue angle of 234.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F7184 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 113 | 132 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.48 |
| HSL | 234.29º | 0.09% | 0.48% | - |
| HSV(B) | 234.29º | 0.16% | 0.52% | - |
| XYZ | 16.63 | 16.86 | 24.21 | - |
| YUV | 114.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 132 | 0.16 | 0.14 | 0 | 0.48 | 234.29 | 0.09 | 0.48 |
| Hex | 6F | 71 | 84 | 10 | E | 0 | 30 | EA | 9 | 30 |
| Octal | 157 | 161 | 204 | 20 | 16 | 0 | 60 | 352 | 11 | 60 |
| Binary | 1101111 | 1110001 | 10000100 | 10000 | 1110 | 0 | 110000 | 11101010 | 1001 | 110000 |
Color Harmonies of #6F7184
Complementary color
Monochromatic Colors of #6F7184
Black with #6F7184
Text Example
Text Example
White with #6F7184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7184; }
p { color: rgb(111,113,132); }
H1.HeaderClassName
{
color: #6F7184;
}
.AnyTagClassName
{
color: #6F7184;
}
</style>
background-color css
<style>
a { background-color: #6F7184; }
a { background-color: rgb(111,113,132); }
div.DivClassName
{
background-color: #6F7184;
}
.BgClassName
{
background-color: #6F7184;
}
</style>
border-color css
<style>
span { border-color: #6F7184; }
span { border-color: rgb(111,113,132); }
td.TdClassName
{
border-color: #6F7184;
}
.TagClassName
{
border-color: #6F7184;
}
</style>