Shades of Storm Grey #6E7793
Tints of Storm Grey #6E7793
RGB
CMYK
RGB Variations
Color information
#6E7793 (or 0x6E7793) is known color: Storm Grey. HEX triplet: 6E, 77 and 93. RGB value is (110,119,147). Sum of RGB (Red+Green+Blue) = 110+119+147=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E7793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7793 is #91886C. Grayscale: #777777. Windows color (decimal): -9537645 or 9664366. OLE color: 9664366.
HSL color Cylindrical-coordinate representation of color #6E7793: hue angle of 225.41º 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 #6E7793 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 119 | 147 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.42 |
| HSL | 225.41º | 0.15% | 0.5% | - |
| HSV(B) | 225.41º | 0.25% | 0.58% | - |
| XYZ | 18.29 | 18.62 | 30.23 | - |
| YUV | 119.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 147 | 0.25 | 0.19 | 0 | 0.42 | 225.41 | 0.15 | 0.5 |
| Hex | 6E | 77 | 93 | 19 | 13 | 0 | 2A | E1 | F | 32 |
| Octal | 156 | 167 | 223 | 31 | 23 | 0 | 52 | 341 | 17 | 62 |
| Binary | 1101110 | 1110111 | 10010011 | 11001 | 10011 | 0 | 101010 | 11100001 | 1111 | 110010 |
Color Harmonies of #6E7793
Complementary color
Monochromatic Colors of #6E7793
Black with #6E7793
Text Example
Text Example
White with #6E7793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7793; }
p { color: rgb(110,119,147); }
H1.HeaderClassName
{
color: #6E7793;
}
.AnyTagClassName
{
color: #6E7793;
}
</style>
background-color css
<style>
a { background-color: #6E7793; }
a { background-color: rgb(110,119,147); }
div.DivClassName
{
background-color: #6E7793;
}
.BgClassName
{
background-color: #6E7793;
}
</style>
border-color css
<style>
span { border-color: #6E7793; }
span { border-color: rgb(110,119,147); }
td.TdClassName
{
border-color: #6E7793;
}
.TagClassName
{
border-color: #6E7793;
}
</style>