Shades of Storm Grey #6D7791
Tints of Storm Grey #6D7791
RGB
CMYK
RGB Variations
Color information
#6D7791 (or 0x6D7791) is known color: Storm Grey. HEX triplet: 6D, 77 and 91. RGB value is (109,119,145). Sum of RGB (Red+Green+Blue) = 109+119+145=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D7791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7791 is #92886E. Grayscale: #767676. Windows color (decimal): -9603183 or 9533293. OLE color: 9533293.
HSL color Cylindrical-coordinate representation of color #6D7791: hue angle of 223.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 #6D7791 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 119 | 145 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.43 |
| HSL | 223.33º | 0.14% | 0.5% | - |
| HSV(B) | 223.33º | 0.25% | 0.57% | - |
| XYZ | 18.01 | 18.49 | 29.41 | - |
| YUV | 118.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 145 | 0.25 | 0.18 | 0 | 0.43 | 223.33 | 0.14 | 0.5 |
| Hex | 6D | 77 | 91 | 19 | 12 | 0 | 2B | DF | E | 32 |
| Octal | 155 | 167 | 221 | 31 | 22 | 0 | 53 | 337 | 16 | 62 |
| Binary | 1101101 | 1110111 | 10010001 | 11001 | 10010 | 0 | 101011 | 11011111 | 1110 | 110010 |
Color Harmonies of #6D7791
Complementary color
Monochromatic Colors of #6D7791
Black with #6D7791
Text Example
Text Example
White with #6D7791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7791; }
p { color: rgb(109,119,145); }
H1.HeaderClassName
{
color: #6D7791;
}
.AnyTagClassName
{
color: #6D7791;
}
</style>
background-color css
<style>
a { background-color: #6D7791; }
a { background-color: rgb(109,119,145); }
div.DivClassName
{
background-color: #6D7791;
}
.BgClassName
{
background-color: #6D7791;
}
</style>
border-color css
<style>
span { border-color: #6D7791; }
span { border-color: rgb(109,119,145); }
td.TdClassName
{
border-color: #6D7791;
}
.TagClassName
{
border-color: #6D7791;
}
</style>