Shades of Storm Grey #6D7591
Tints of Storm Grey #6D7591
RGB
CMYK
RGB Variations
Color information
#6D7591 (or 0x6D7591) is known color: Storm Grey. HEX triplet: 6D, 75 and 91. RGB value is (109,117,145). Sum of RGB (Red+Green+Blue) = 109+117+145=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D7591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7591 is #928A6E. Grayscale: #757575. Windows color (decimal): -9603695 or 9532781. OLE color: 9532781.
HSL color Cylindrical-coordinate representation of color #6D7591: hue angle of 226.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D7591 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 117 | 145 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.43 |
| HSL | 226.67º | 0.14% | 0.5% | - |
| HSV(B) | 226.67º | 0.25% | 0.57% | - |
| XYZ | 17.78 | 18.02 | 29.33 | - |
| YUV | 117.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 145 | 0.25 | 0.19 | 0 | 0.43 | 226.67 | 0.14 | 0.5 |
| Hex | 6D | 75 | 91 | 19 | 13 | 0 | 2B | E3 | E | 32 |
| Octal | 155 | 165 | 221 | 31 | 23 | 0 | 53 | 343 | 16 | 62 |
| Binary | 1101101 | 1110101 | 10010001 | 11001 | 10011 | 0 | 101011 | 11100011 | 1110 | 110010 |
Color Harmonies of #6D7591
Complementary color
Monochromatic Colors of #6D7591
Black with #6D7591
Text Example
Text Example
White with #6D7591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7591; }
p { color: rgb(109,117,145); }
H1.HeaderClassName
{
color: #6D7591;
}
.AnyTagClassName
{
color: #6D7591;
}
</style>
background-color css
<style>
a { background-color: #6D7591; }
a { background-color: rgb(109,117,145); }
div.DivClassName
{
background-color: #6D7591;
}
.BgClassName
{
background-color: #6D7591;
}
</style>
border-color css
<style>
span { border-color: #6D7591; }
span { border-color: rgb(109,117,145); }
td.TdClassName
{
border-color: #6D7591;
}
.TagClassName
{
border-color: #6D7591;
}
</style>