Shades of Storm Grey #696D86
Tints of Storm Grey #696D86
RGB
CMYK
RGB Variations
Color information
#696D86 (or 0x696D86) is known color: Storm Grey. HEX triplet: 69, 6D and 86. RGB value is (105,109,134). Sum of RGB (Red+Green+Blue) = 105+109+134=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 134 - color contains mainly: blue. Hex color #696D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D86 is #969279. Grayscale: #6E6E6E. Windows color (decimal): -9867898 or 8809833. OLE color: 8809833.
HSL color Cylindrical-coordinate representation of color #696D86: hue angle of 231.72º 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 #696D86 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 109 | 134 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.47 |
| HSL | 231.72º | 0.12% | 0.47% | - |
| HSV(B) | 231.72º | 0.22% | 0.53% | - |
| XYZ | 15.6 | 15.66 | 24.76 | - |
| YUV | 110.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 134 | 0.22 | 0.19 | 0 | 0.47 | 231.72 | 0.12 | 0.47 |
| Hex | 69 | 6D | 86 | 16 | 13 | 0 | 2F | E8 | C | 2F |
| Octal | 151 | 155 | 206 | 26 | 23 | 0 | 57 | 350 | 14 | 57 |
| Binary | 1101001 | 1101101 | 10000110 | 10110 | 10011 | 0 | 101111 | 11101000 | 1100 | 101111 |
Color Harmonies of #696D86
Complementary color
Monochromatic Colors of #696D86
Black with #696D86
Text Example
Text Example
White with #696D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D86; }
p { color: rgb(105,109,134); }
H1.HeaderClassName
{
color: #696D86;
}
.AnyTagClassName
{
color: #696D86;
}
</style>
background-color css
<style>
a { background-color: #696D86; }
a { background-color: rgb(105,109,134); }
div.DivClassName
{
background-color: #696D86;
}
.BgClassName
{
background-color: #696D86;
}
</style>
border-color css
<style>
span { border-color: #696D86; }
span { border-color: rgb(105,109,134); }
td.TdClassName
{
border-color: #696D86;
}
.TagClassName
{
border-color: #696D86;
}
</style>