Shades of Storm Grey #696F80
Tints of Storm Grey #696F80
RGB
CMYK
RGB Variations
Color information
#696F80 (or 0x696F80) is known color: Storm Grey. HEX triplet: 69, 6F and 80. RGB value is (105,111,128). Sum of RGB (Red+Green+Blue) = 105+111+128=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #696F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F80 is #96907F. Grayscale: #6F6F6F. Windows color (decimal): -9867392 or 8417129. OLE color: 8417129.
HSL color Cylindrical-coordinate representation of color #696F80: hue angle of 224.35º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #696F80 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 111 | 128 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.50 |
| HSL | 224.35º | 0.1% | 0.46% | - |
| HSV(B) | 224.35º | 0.18% | 0.5% | - |
| XYZ | 15.41 | 15.93 | 22.68 | - |
| YUV | 111.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 128 | 0.18 | 0.13 | 0 | 0.50 | 224.35 | 0.1 | 0.46 |
| Hex | 69 | 6F | 80 | 12 | D | 0 | 32 | E0 | A | 2E |
| Octal | 151 | 157 | 200 | 22 | 15 | 0 | 62 | 340 | 12 | 56 |
| Binary | 1101001 | 1101111 | 10000000 | 10010 | 1101 | 0 | 110010 | 11100000 | 1010 | 101110 |
Color Harmonies of #696F80
Complementary color
Monochromatic Colors of #696F80
Black with #696F80
Text Example
Text Example
White with #696F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F80; }
p { color: rgb(105,111,128); }
H1.HeaderClassName
{
color: #696F80;
}
.AnyTagClassName
{
color: #696F80;
}
</style>
background-color css
<style>
a { background-color: #696F80; }
a { background-color: rgb(105,111,128); }
div.DivClassName
{
background-color: #696F80;
}
.BgClassName
{
background-color: #696F80;
}
</style>
border-color css
<style>
span { border-color: #696F80; }
span { border-color: rgb(105,111,128); }
td.TdClassName
{
border-color: #696F80;
}
.TagClassName
{
border-color: #696F80;
}
</style>