Shades of Storm Grey #6D718D
Tints of Storm Grey #6D718D
RGB
CMYK
RGB Variations
Color information
#6D718D (or 0x6D718D) is known color: Storm Grey. HEX triplet: 6D, 71 and 8D. RGB value is (109,113,141). Sum of RGB (Red+Green+Blue) = 109+113+141=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D718D is #928E72. Grayscale: #727272. Windows color (decimal): -9604723 or 9269613. OLE color: 9269613.
HSL color Cylindrical-coordinate representation of color #6D718D: hue angle of 232.5º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D718D is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 113 | 141 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.45 |
| HSL | 232.5º | 0.13% | 0.49% | - |
| HSV(B) | 232.5º | 0.23% | 0.55% | - |
| XYZ | 17.02 | 16.98 | 27.58 | - |
| YUV | 115 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 141 | 0.23 | 0.20 | 0 | 0.45 | 232.5 | 0.13 | 0.49 |
| Hex | 6D | 71 | 8D | 17 | 14 | 0 | 2D | E8 | D | 31 |
| Octal | 155 | 161 | 215 | 27 | 24 | 0 | 55 | 350 | 15 | 61 |
| Binary | 1101101 | 1110001 | 10001101 | 10111 | 10100 | 0 | 101101 | 11101000 | 1101 | 110001 |
Color Harmonies of #6D718D
Complementary color
Monochromatic Colors of #6D718D
Black with #6D718D
Text Example
Text Example
White with #6D718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D718D; }
p { color: rgb(109,113,141); }
H1.HeaderClassName
{
color: #6D718D;
}
.AnyTagClassName
{
color: #6D718D;
}
</style>
background-color css
<style>
a { background-color: #6D718D; }
a { background-color: rgb(109,113,141); }
div.DivClassName
{
background-color: #6D718D;
}
.BgClassName
{
background-color: #6D718D;
}
</style>
border-color css
<style>
span { border-color: #6D718D; }
span { border-color: rgb(109,113,141); }
td.TdClassName
{
border-color: #6D718D;
}
.TagClassName
{
border-color: #6D718D;
}
</style>