Shades of Storm Grey #696F88
Tints of Storm Grey #696F88
RGB
CMYK
RGB Variations
Color information
#696F88 (or 0x696F88) is known color: Storm Grey. HEX triplet: 69, 6F and 88. RGB value is (105,111,136). Sum of RGB (Red+Green+Blue) = 105+111+136=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #696F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F88 is #969077. Grayscale: #6F6F6F. Windows color (decimal): -9867384 or 8941417. OLE color: 8941417.
HSL color Cylindrical-coordinate representation of color #696F88: hue angle of 228.39º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696F88 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 111 | 136 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.47 |
| HSL | 228.39º | 0.13% | 0.47% | - |
| HSV(B) | 228.39º | 0.23% | 0.53% | - |
| XYZ | 15.95 | 16.15 | 25.57 | - |
| YUV | 112.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 136 | 0.23 | 0.18 | 0 | 0.47 | 228.39 | 0.13 | 0.47 |
| Hex | 69 | 6F | 88 | 17 | 12 | 0 | 2F | E4 | D | 2F |
| Octal | 151 | 157 | 210 | 27 | 22 | 0 | 57 | 344 | 15 | 57 |
| Binary | 1101001 | 1101111 | 10001000 | 10111 | 10010 | 0 | 101111 | 11100100 | 1101 | 101111 |
Color Harmonies of #696F88
Complementary color
Monochromatic Colors of #696F88
Black with #696F88
Text Example
Text Example
White with #696F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F88; }
p { color: rgb(105,111,136); }
H1.HeaderClassName
{
color: #696F88;
}
.AnyTagClassName
{
color: #696F88;
}
</style>
background-color css
<style>
a { background-color: #696F88; }
a { background-color: rgb(105,111,136); }
div.DivClassName
{
background-color: #696F88;
}
.BgClassName
{
background-color: #696F88;
}
</style>
border-color css
<style>
span { border-color: #696F88; }
span { border-color: rgb(105,111,136); }
td.TdClassName
{
border-color: #696F88;
}
.TagClassName
{
border-color: #696F88;
}
</style>