Shades of Storm Grey #6F7992
Tints of Storm Grey #6F7992
RGB
CMYK
RGB Variations
Color information
#6F7992 (or 0x6F7992) is known color: Storm Grey. HEX triplet: 6F, 79 and 92. RGB value is (111,121,146). Sum of RGB (Red+Green+Blue) = 111+121+146=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F7992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7992 is #90866D. Grayscale: #787878. Windows color (decimal): -9471598 or 9599343. OLE color: 9599343.
HSL color Cylindrical-coordinate representation of color #6F7992: hue angle of 222.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 #6F7992 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 121 | 146 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.43 |
| HSL | 222.86º | 0.14% | 0.5% | - |
| HSV(B) | 222.86º | 0.24% | 0.57% | - |
| XYZ | 18.58 | 19.13 | 29.91 | - |
| YUV | 120.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 146 | 0.24 | 0.17 | 0 | 0.43 | 222.86 | 0.14 | 0.5 |
| Hex | 6F | 79 | 92 | 18 | 11 | 0 | 2B | DF | E | 32 |
| Octal | 157 | 171 | 222 | 30 | 21 | 0 | 53 | 337 | 16 | 62 |
| Binary | 1101111 | 1111001 | 10010010 | 11000 | 10001 | 0 | 101011 | 11011111 | 1110 | 110010 |
Color Harmonies of #6F7992
Complementary color
Monochromatic Colors of #6F7992
Black with #6F7992
Text Example
Text Example
White with #6F7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7992; }
p { color: rgb(111,121,146); }
H1.HeaderClassName
{
color: #6F7992;
}
.AnyTagClassName
{
color: #6F7992;
}
</style>
background-color css
<style>
a { background-color: #6F7992; }
a { background-color: rgb(111,121,146); }
div.DivClassName
{
background-color: #6F7992;
}
.BgClassName
{
background-color: #6F7992;
}
</style>
border-color css
<style>
span { border-color: #6F7992; }
span { border-color: rgb(111,121,146); }
td.TdClassName
{
border-color: #6F7992;
}
.TagClassName
{
border-color: #6F7992;
}
</style>