Shades of Storm Grey #6F7089
Tints of Storm Grey #6F7089
RGB
CMYK
RGB Variations
Color information
#6F7089 (or 0x6F7089) is known color: Storm Grey. HEX triplet: 6F, 70 and 89. RGB value is (111,112,137). Sum of RGB (Red+Green+Blue) = 111+112+137=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F7089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7089 is #908F76. Grayscale: #727272. Windows color (decimal): -9473911 or 9007215. OLE color: 9007215.
HSL color Cylindrical-coordinate representation of color #6F7089: hue angle of 237.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F7089 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 112 | 137 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.46 |
| HSL | 237.69º | 0.1% | 0.49% | - |
| HSV(B) | 237.69º | 0.19% | 0.54% | - |
| XYZ | 16.87 | 16.77 | 26.02 | - |
| YUV | 114.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 137 | 0.19 | 0.18 | 0 | 0.46 | 237.69 | 0.1 | 0.49 |
| Hex | 6F | 70 | 89 | 13 | 12 | 0 | 2E | EE | A | 31 |
| Octal | 157 | 160 | 211 | 23 | 22 | 0 | 56 | 356 | 12 | 61 |
| Binary | 1101111 | 1110000 | 10001001 | 10011 | 10010 | 0 | 101110 | 11101110 | 1010 | 110001 |
Color Harmonies of #6F7089
Complementary color
Monochromatic Colors of #6F7089
Black with #6F7089
Text Example
Text Example
White with #6F7089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7089; }
p { color: rgb(111,112,137); }
H1.HeaderClassName
{
color: #6F7089;
}
.AnyTagClassName
{
color: #6F7089;
}
</style>
background-color css
<style>
a { background-color: #6F7089; }
a { background-color: rgb(111,112,137); }
div.DivClassName
{
background-color: #6F7089;
}
.BgClassName
{
background-color: #6F7089;
}
</style>
border-color css
<style>
span { border-color: #6F7089; }
span { border-color: rgb(111,112,137); }
td.TdClassName
{
border-color: #6F7089;
}
.TagClassName
{
border-color: #6F7089;
}
</style>