Shades of Storm Grey #696E87
Tints of Storm Grey #696E87
RGB
CMYK
RGB Variations
Color information
#696E87 (or 0x696E87) is known color: Storm Grey. HEX triplet: 69, 6E and 87. RGB value is (105,110,135). Sum of RGB (Red+Green+Blue) = 105+110+135=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #696E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E87 is #969178. Grayscale: #6F6F6F. Windows color (decimal): -9867641 or 8875625. OLE color: 8875625.
HSL color Cylindrical-coordinate representation of color #696E87: hue angle of 230º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #696E87 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 110 | 135 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.47 |
| HSL | 230º | 0.13% | 0.47% | - |
| HSV(B) | 230º | 0.22% | 0.53% | - |
| XYZ | 15.77 | 15.9 | 25.16 | - |
| YUV | 111.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 135 | 0.22 | 0.19 | 0 | 0.47 | 230 | 0.13 | 0.47 |
| Hex | 69 | 6E | 87 | 16 | 13 | 0 | 2F | E6 | C | 2F |
| Octal | 151 | 156 | 207 | 26 | 23 | 0 | 57 | 346 | 14 | 57 |
| Binary | 1101001 | 1101110 | 10000111 | 10110 | 10011 | 0 | 101111 | 11100110 | 1100 | 101111 |
Color Harmonies of #696E87
Complementary color
Monochromatic Colors of #696E87
Black with #696E87
Text Example
Text Example
White with #696E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E87; }
p { color: rgb(105,110,135); }
H1.HeaderClassName
{
color: #696E87;
}
.AnyTagClassName
{
color: #696E87;
}
</style>
background-color css
<style>
a { background-color: #696E87; }
a { background-color: rgb(105,110,135); }
div.DivClassName
{
background-color: #696E87;
}
.BgClassName
{
background-color: #696E87;
}
</style>
border-color css
<style>
span { border-color: #696E87; }
span { border-color: rgb(105,110,135); }
td.TdClassName
{
border-color: #696E87;
}
.TagClassName
{
border-color: #696E87;
}
</style>