Shades of Storm Grey #6F7075
Tints of Storm Grey #6F7075
RGB
CMYK
RGB Variations
Color information
#6F7075 (or 0x6F7075) is known color: Storm Grey. HEX triplet: 6F, 70 and 75. RGB value is (111,112,117). Sum of RGB (Red+Green+Blue) = 111+112+117=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F7075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7075 is #908F8A. Grayscale: #707070. Windows color (decimal): -9473931 or 7696495. OLE color: 7696495.
HSL color Cylindrical-coordinate representation of color #6F7075: hue angle of 230º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F7075 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 112 | 117 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.54 |
| HSL | 230º | 0.03% | 0.45% | - |
| HSV(B) | 230º | 0.05% | 0.46% | - |
| XYZ | 15.56 | 16.25 | 19.15 | - |
| YUV | 112.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 117 | 0.05 | 0.04 | 0 | 0.54 | 230 | 0.03 | 0.45 |
| Hex | 6F | 70 | 75 | 5 | 4 | 0 | 36 | E6 | 3 | 2D |
| Octal | 157 | 160 | 165 | 5 | 4 | 0 | 66 | 346 | 3 | 55 |
| Binary | 1101111 | 1110000 | 1110101 | 101 | 100 | 0 | 110110 | 11100110 | 11 | 101101 |
Color Harmonies of #6F7075
Complementary color
Monochromatic Colors of #6F7075
Black with #6F7075
Text Example
Text Example
White with #6F7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7075; }
p { color: rgb(111,112,117); }
H1.HeaderClassName
{
color: #6F7075;
}
.AnyTagClassName
{
color: #6F7075;
}
</style>
background-color css
<style>
a { background-color: #6F7075; }
a { background-color: rgb(111,112,117); }
div.DivClassName
{
background-color: #6F7075;
}
.BgClassName
{
background-color: #6F7075;
}
</style>
border-color css
<style>
span { border-color: #6F7075; }
span { border-color: rgb(111,112,117); }
td.TdClassName
{
border-color: #6F7075;
}
.TagClassName
{
border-color: #6F7075;
}
</style>