Shades of Storm Grey #6D7586
Tints of Storm Grey #6D7586
RGB
CMYK
RGB Variations
Color information
#6D7586 (or 0x6D7586) is known color: Storm Grey. HEX triplet: 6D, 75 and 86. RGB value is (109,117,134). Sum of RGB (Red+Green+Blue) = 109+117+134=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D7586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7586 is #928A79. Grayscale: #747474. Windows color (decimal): -9603706 or 8811885. OLE color: 8811885.
HSL color Cylindrical-coordinate representation of color #6D7586: hue angle of 220.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D7586 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 117 | 134 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.47 |
| HSL | 220.8º | 0.1% | 0.48% | - |
| HSV(B) | 220.8º | 0.19% | 0.53% | - |
| XYZ | 16.97 | 17.7 | 25.08 | - |
| YUV | 116.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 134 | 0.19 | 0.13 | 0 | 0.47 | 220.8 | 0.1 | 0.48 |
| Hex | 6D | 75 | 86 | 13 | D | 0 | 2F | DD | A | 30 |
| Octal | 155 | 165 | 206 | 23 | 15 | 0 | 57 | 335 | 12 | 60 |
| Binary | 1101101 | 1110101 | 10000110 | 10011 | 1101 | 0 | 101111 | 11011101 | 1010 | 110000 |
Color Harmonies of #6D7586
Complementary color
Monochromatic Colors of #6D7586
Black with #6D7586
Text Example
Text Example
White with #6D7586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7586; }
p { color: rgb(109,117,134); }
H1.HeaderClassName
{
color: #6D7586;
}
.AnyTagClassName
{
color: #6D7586;
}
</style>
background-color css
<style>
a { background-color: #6D7586; }
a { background-color: rgb(109,117,134); }
div.DivClassName
{
background-color: #6D7586;
}
.BgClassName
{
background-color: #6D7586;
}
</style>
border-color css
<style>
span { border-color: #6D7586; }
span { border-color: rgb(109,117,134); }
td.TdClassName
{
border-color: #6D7586;
}
.TagClassName
{
border-color: #6D7586;
}
</style>