Shades of Storm Grey #696D88
Tints of Storm Grey #696D88
RGB
CMYK
RGB Variations
Color information
#696D88 (or 0x696D88) is known color: Storm Grey. HEX triplet: 69, 6D and 88. RGB value is (105,109,136). Sum of RGB (Red+Green+Blue) = 105+109+136=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #696D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D88 is #969277. Grayscale: #6E6E6E. Windows color (decimal): -9867896 or 8940905. OLE color: 8940905.
HSL color Cylindrical-coordinate representation of color #696D88: hue angle of 232.26º 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 #696D88 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 109 | 136 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.47 |
| HSL | 232.26º | 0.13% | 0.47% | - |
| HSV(B) | 232.26º | 0.23% | 0.53% | - |
| XYZ | 15.74 | 15.72 | 25.5 | - |
| YUV | 110.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 136 | 0.23 | 0.20 | 0 | 0.47 | 232.26 | 0.13 | 0.47 |
| Hex | 69 | 6D | 88 | 17 | 14 | 0 | 2F | E8 | D | 2F |
| Octal | 151 | 155 | 210 | 27 | 24 | 0 | 57 | 350 | 15 | 57 |
| Binary | 1101001 | 1101101 | 10001000 | 10111 | 10100 | 0 | 101111 | 11101000 | 1101 | 101111 |
Color Harmonies of #696D88
Complementary color
Monochromatic Colors of #696D88
Black with #696D88
Text Example
Text Example
White with #696D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D88; }
p { color: rgb(105,109,136); }
H1.HeaderClassName
{
color: #696D88;
}
.AnyTagClassName
{
color: #696D88;
}
</style>
background-color css
<style>
a { background-color: #696D88; }
a { background-color: rgb(105,109,136); }
div.DivClassName
{
background-color: #696D88;
}
.BgClassName
{
background-color: #696D88;
}
</style>
border-color css
<style>
span { border-color: #696D88; }
span { border-color: rgb(105,109,136); }
td.TdClassName
{
border-color: #696D88;
}
.TagClassName
{
border-color: #696D88;
}
</style>