Shades of Storm Grey #6E7293
Tints of Storm Grey #6E7293
RGB
CMYK
RGB Variations
Color information
#6E7293 (or 0x6E7293) is known color: Storm Grey. HEX triplet: 6E, 72 and 93. RGB value is (110,114,147). Sum of RGB (Red+Green+Blue) = 110+114+147=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E7293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7293 is #918D6C. Grayscale: #747474. Windows color (decimal): -9538925 or 9663086. OLE color: 9663086.
HSL color Cylindrical-coordinate representation of color #6E7293: hue angle of 233.51º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E7293 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 114 | 147 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.42 |
| HSL | 233.51º | 0.15% | 0.5% | - |
| HSV(B) | 233.51º | 0.25% | 0.58% | - |
| XYZ | 17.71 | 17.46 | 30.04 | - |
| YUV | 116.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 147 | 0.25 | 0.22 | 0 | 0.42 | 233.51 | 0.15 | 0.5 |
| Hex | 6E | 72 | 93 | 19 | 16 | 0 | 2A | EA | F | 32 |
| Octal | 156 | 162 | 223 | 31 | 26 | 0 | 52 | 352 | 17 | 62 |
| Binary | 1101110 | 1110010 | 10010011 | 11001 | 10110 | 0 | 101010 | 11101010 | 1111 | 110010 |
Color Harmonies of #6E7293
Complementary color
Monochromatic Colors of #6E7293
Black with #6E7293
Text Example
Text Example
White with #6E7293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7293; }
p { color: rgb(110,114,147); }
H1.HeaderClassName
{
color: #6E7293;
}
.AnyTagClassName
{
color: #6E7293;
}
</style>
background-color css
<style>
a { background-color: #6E7293; }
a { background-color: rgb(110,114,147); }
div.DivClassName
{
background-color: #6E7293;
}
.BgClassName
{
background-color: #6E7293;
}
</style>
border-color css
<style>
span { border-color: #6E7293; }
span { border-color: rgb(110,114,147); }
td.TdClassName
{
border-color: #6E7293;
}
.TagClassName
{
border-color: #6E7293;
}
</style>