Shades of Storm Grey #6D718E
Tints of Storm Grey #6D718E
RGB
CMYK
RGB Variations
Color information
#6D718E (or 0x6D718E) is known color: Storm Grey. HEX triplet: 6D, 71 and 8E. RGB value is (109,113,142). Sum of RGB (Red+Green+Blue) = 109+113+142=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D718E is #928E71. Grayscale: #727272. Windows color (decimal): -9604722 or 9335149. OLE color: 9335149.
HSL color Cylindrical-coordinate representation of color #6D718E: hue angle of 232.73º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D718E is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 113 | 142 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.44 |
| HSL | 232.73º | 0.13% | 0.49% | - |
| HSV(B) | 232.73º | 0.23% | 0.56% | - |
| XYZ | 17.09 | 17.01 | 27.97 | - |
| YUV | 115.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 142 | 0.23 | 0.20 | 0 | 0.44 | 232.73 | 0.13 | 0.49 |
| Hex | 6D | 71 | 8E | 17 | 14 | 0 | 2C | E9 | D | 31 |
| Octal | 155 | 161 | 216 | 27 | 24 | 0 | 54 | 351 | 15 | 61 |
| Binary | 1101101 | 1110001 | 10001110 | 10111 | 10100 | 0 | 101100 | 11101001 | 1101 | 110001 |
Color Harmonies of #6D718E
Complementary color
Monochromatic Colors of #6D718E
Black with #6D718E
Text Example
Text Example
White with #6D718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D718E; }
p { color: rgb(109,113,142); }
H1.HeaderClassName
{
color: #6D718E;
}
.AnyTagClassName
{
color: #6D718E;
}
</style>
background-color css
<style>
a { background-color: #6D718E; }
a { background-color: rgb(109,113,142); }
div.DivClassName
{
background-color: #6D718E;
}
.BgClassName
{
background-color: #6D718E;
}
</style>
border-color css
<style>
span { border-color: #6D718E; }
span { border-color: rgb(109,113,142); }
td.TdClassName
{
border-color: #6D718E;
}
.TagClassName
{
border-color: #6D718E;
}
</style>