Shades of Storm Grey #6D7490
Tints of Storm Grey #6D7490
RGB
CMYK
RGB Variations
Color information
#6D7490 (or 0x6D7490) is known color: Storm Grey. HEX triplet: 6D, 74 and 90. RGB value is (109,116,144). Sum of RGB (Red+Green+Blue) = 109+116+144=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D7490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7490 is #928B6F. Grayscale: #747474. Windows color (decimal): -9603952 or 9466989. OLE color: 9466989.
HSL color Cylindrical-coordinate representation of color #6D7490: hue angle of 228º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D7490 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 116 | 144 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.44 |
| HSL | 228º | 0.14% | 0.5% | - |
| HSV(B) | 228º | 0.24% | 0.56% | - |
| XYZ | 17.59 | 17.76 | 28.89 | - |
| YUV | 117.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 144 | 0.24 | 0.19 | 0 | 0.44 | 228 | 0.14 | 0.5 |
| Hex | 6D | 74 | 90 | 18 | 13 | 0 | 2C | E4 | E | 32 |
| Octal | 155 | 164 | 220 | 30 | 23 | 0 | 54 | 344 | 16 | 62 |
| Binary | 1101101 | 1110100 | 10010000 | 11000 | 10011 | 0 | 101100 | 11100100 | 1110 | 110010 |
Color Harmonies of #6D7490
Complementary color
Monochromatic Colors of #6D7490
Black with #6D7490
Text Example
Text Example
White with #6D7490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7490; }
p { color: rgb(109,116,144); }
H1.HeaderClassName
{
color: #6D7490;
}
.AnyTagClassName
{
color: #6D7490;
}
</style>
background-color css
<style>
a { background-color: #6D7490; }
a { background-color: rgb(109,116,144); }
div.DivClassName
{
background-color: #6D7490;
}
.BgClassName
{
background-color: #6D7490;
}
</style>
border-color css
<style>
span { border-color: #6D7490; }
span { border-color: rgb(109,116,144); }
td.TdClassName
{
border-color: #6D7490;
}
.TagClassName
{
border-color: #6D7490;
}
</style>