Shades of Storm Grey #6F7292
Tints of Storm Grey #6F7292
RGB
CMYK
RGB Variations
Color information
#6F7292 (or 0x6F7292) is known color: Storm Grey. HEX triplet: 6F, 72 and 92. RGB value is (111,114,146). Sum of RGB (Red+Green+Blue) = 111+114+146=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F7292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7292 is #908D6D. Grayscale: #747474. Windows color (decimal): -9473390 or 9597551. OLE color: 9597551.
HSL color Cylindrical-coordinate representation of color #6F7292: hue angle of 234.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F7292 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 114 | 146 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.43 |
| HSL | 234.86º | 0.14% | 0.5% | - |
| HSV(B) | 234.86º | 0.24% | 0.57% | - |
| XYZ | 17.76 | 17.49 | 29.63 | - |
| YUV | 116.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 146 | 0.24 | 0.22 | 0 | 0.43 | 234.86 | 0.14 | 0.5 |
| Hex | 6F | 72 | 92 | 18 | 16 | 0 | 2B | EB | E | 32 |
| Octal | 157 | 162 | 222 | 30 | 26 | 0 | 53 | 353 | 16 | 62 |
| Binary | 1101111 | 1110010 | 10010010 | 11000 | 10110 | 0 | 101011 | 11101011 | 1110 | 110010 |
Color Harmonies of #6F7292
Complementary color
Monochromatic Colors of #6F7292
Black with #6F7292
Text Example
Text Example
White with #6F7292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7292; }
p { color: rgb(111,114,146); }
H1.HeaderClassName
{
color: #6F7292;
}
.AnyTagClassName
{
color: #6F7292;
}
</style>
background-color css
<style>
a { background-color: #6F7292; }
a { background-color: rgb(111,114,146); }
div.DivClassName
{
background-color: #6F7292;
}
.BgClassName
{
background-color: #6F7292;
}
</style>
border-color css
<style>
span { border-color: #6F7292; }
span { border-color: rgb(111,114,146); }
td.TdClassName
{
border-color: #6F7292;
}
.TagClassName
{
border-color: #6F7292;
}
</style>