Shades of Storm Grey #696E89
Tints of Storm Grey #696E89
RGB
CMYK
RGB Variations
Color information
#696E89 (or 0x696E89) is known color: Storm Grey. HEX triplet: 69, 6E and 89. RGB value is (105,110,137). Sum of RGB (Red+Green+Blue) = 105+110+137=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #696E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E89 is #969176. Grayscale: #6F6F6F. Windows color (decimal): -9867639 or 9006697. OLE color: 9006697.
HSL color Cylindrical-coordinate representation of color #696E89: hue angle of 230.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696E89 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 110 | 137 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.46 |
| HSL | 230.63º | 0.13% | 0.47% | - |
| HSV(B) | 230.63º | 0.23% | 0.54% | - |
| XYZ | 15.92 | 15.96 | 25.91 | - |
| YUV | 111.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 137 | 0.23 | 0.20 | 0 | 0.46 | 230.63 | 0.13 | 0.47 |
| Hex | 69 | 6E | 89 | 17 | 14 | 0 | 2E | E7 | D | 2F |
| Octal | 151 | 156 | 211 | 27 | 24 | 0 | 56 | 347 | 15 | 57 |
| Binary | 1101001 | 1101110 | 10001001 | 10111 | 10100 | 0 | 101110 | 11100111 | 1101 | 101111 |
Color Harmonies of #696E89
Complementary color
Monochromatic Colors of #696E89
Black with #696E89
Text Example
Text Example
White with #696E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E89; }
p { color: rgb(105,110,137); }
H1.HeaderClassName
{
color: #696E89;
}
.AnyTagClassName
{
color: #696E89;
}
</style>
background-color css
<style>
a { background-color: #696E89; }
a { background-color: rgb(105,110,137); }
div.DivClassName
{
background-color: #696E89;
}
.BgClassName
{
background-color: #696E89;
}
</style>
border-color css
<style>
span { border-color: #696E89; }
span { border-color: rgb(105,110,137); }
td.TdClassName
{
border-color: #696E89;
}
.TagClassName
{
border-color: #696E89;
}
</style>