Shades of Storm Grey #6F7990
Tints of Storm Grey #6F7990
RGB
CMYK
RGB Variations
Color information
#6F7990 (or 0x6F7990) is known color: Storm Grey. HEX triplet: 6F, 79 and 90. RGB value is (111,121,144). Sum of RGB (Red+Green+Blue) = 111+121+144=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F7990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7990 is #90866F. Grayscale: #787878. Windows color (decimal): -9471600 or 9468271. OLE color: 9468271.
HSL color Cylindrical-coordinate representation of color #6F7990: hue angle of 221.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F7990 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 121 | 144 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.44 |
| HSL | 221.82º | 0.13% | 0.5% | - |
| HSV(B) | 221.82º | 0.23% | 0.56% | - |
| XYZ | 18.43 | 19.07 | 29.09 | - |
| YUV | 120.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 144 | 0.23 | 0.16 | 0 | 0.44 | 221.82 | 0.13 | 0.5 |
| Hex | 6F | 79 | 90 | 17 | 10 | 0 | 2C | DE | D | 32 |
| Octal | 157 | 171 | 220 | 27 | 20 | 0 | 54 | 336 | 15 | 62 |
| Binary | 1101111 | 1111001 | 10010000 | 10111 | 10000 | 0 | 101100 | 11011110 | 1101 | 110010 |
Color Harmonies of #6F7990
Complementary color
Monochromatic Colors of #6F7990
Black with #6F7990
Text Example
Text Example
White with #6F7990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7990; }
p { color: rgb(111,121,144); }
H1.HeaderClassName
{
color: #6F7990;
}
.AnyTagClassName
{
color: #6F7990;
}
</style>
background-color css
<style>
a { background-color: #6F7990; }
a { background-color: rgb(111,121,144); }
div.DivClassName
{
background-color: #6F7990;
}
.BgClassName
{
background-color: #6F7990;
}
</style>
border-color css
<style>
span { border-color: #6F7990; }
span { border-color: rgb(111,121,144); }
td.TdClassName
{
border-color: #6F7990;
}
.TagClassName
{
border-color: #6F7990;
}
</style>