Shades of Storm Grey #6D7191
Tints of Storm Grey #6D7191
RGB
CMYK
RGB Variations
Color information
#6D7191 (or 0x6D7191) is known color: Storm Grey. HEX triplet: 6D, 71 and 91. RGB value is (109,113,145). Sum of RGB (Red+Green+Blue) = 109+113+145=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D7191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7191 is #928E6E. Grayscale: #737373. Windows color (decimal): -9604719 or 9531757. OLE color: 9531757.
HSL color Cylindrical-coordinate representation of color #6D7191: hue angle of 233.33º 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 #6D7191 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 113 | 145 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.43 |
| HSL | 233.33º | 0.14% | 0.5% | - |
| HSV(B) | 233.33º | 0.25% | 0.57% | - |
| XYZ | 17.32 | 17.11 | 29.18 | - |
| YUV | 115.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 145 | 0.25 | 0.22 | 0 | 0.43 | 233.33 | 0.14 | 0.5 |
| Hex | 6D | 71 | 91 | 19 | 16 | 0 | 2B | E9 | E | 32 |
| Octal | 155 | 161 | 221 | 31 | 26 | 0 | 53 | 351 | 16 | 62 |
| Binary | 1101101 | 1110001 | 10010001 | 11001 | 10110 | 0 | 101011 | 11101001 | 1110 | 110010 |
Color Harmonies of #6D7191
Complementary color
Monochromatic Colors of #6D7191
Black with #6D7191
Text Example
Text Example
White with #6D7191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7191; }
p { color: rgb(109,113,145); }
H1.HeaderClassName
{
color: #6D7191;
}
.AnyTagClassName
{
color: #6D7191;
}
</style>
background-color css
<style>
a { background-color: #6D7191; }
a { background-color: rgb(109,113,145); }
div.DivClassName
{
background-color: #6D7191;
}
.BgClassName
{
background-color: #6D7191;
}
</style>
border-color css
<style>
span { border-color: #6D7191; }
span { border-color: rgb(109,113,145); }
td.TdClassName
{
border-color: #6D7191;
}
.TagClassName
{
border-color: #6D7191;
}
</style>