Shades of Storm Grey #696D80
Tints of Storm Grey #696D80
RGB
CMYK
RGB Variations
Color information
#696D80 (or 0x696D80) is known color: Storm Grey. HEX triplet: 69, 6D and 80. RGB value is (105,109,128). Sum of RGB (Red+Green+Blue) = 105+109+128=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #696D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D80 is #96927F. Grayscale: #6D6D6D. Windows color (decimal): -9867904 or 8416617. OLE color: 8416617.
HSL color Cylindrical-coordinate representation of color #696D80: hue angle of 229.57º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #696D80 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 109 | 128 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.50 |
| HSL | 229.57º | 0.1% | 0.46% | - |
| HSV(B) | 229.57º | 0.18% | 0.5% | - |
| XYZ | 15.19 | 15.5 | 22.61 | - |
| YUV | 109.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 128 | 0.18 | 0.15 | 0 | 0.50 | 229.57 | 0.1 | 0.46 |
| Hex | 69 | 6D | 80 | 12 | F | 0 | 32 | E6 | A | 2E |
| Octal | 151 | 155 | 200 | 22 | 17 | 0 | 62 | 346 | 12 | 56 |
| Binary | 1101001 | 1101101 | 10000000 | 10010 | 1111 | 0 | 110010 | 11100110 | 1010 | 101110 |
Color Harmonies of #696D80
Complementary color
Monochromatic Colors of #696D80
Black with #696D80
Text Example
Text Example
White with #696D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D80; }
p { color: rgb(105,109,128); }
H1.HeaderClassName
{
color: #696D80;
}
.AnyTagClassName
{
color: #696D80;
}
</style>
background-color css
<style>
a { background-color: #696D80; }
a { background-color: rgb(105,109,128); }
div.DivClassName
{
background-color: #696D80;
}
.BgClassName
{
background-color: #696D80;
}
</style>
border-color css
<style>
span { border-color: #696D80; }
span { border-color: rgb(105,109,128); }
td.TdClassName
{
border-color: #696D80;
}
.TagClassName
{
border-color: #696D80;
}
</style>