Shades of Storm Grey #6E7891
Tints of Storm Grey #6E7891
RGB
CMYK
RGB Variations
Color information
#6E7891 (or 0x6E7891) is known color: Storm Grey. HEX triplet: 6E, 78 and 91. RGB value is (110,120,145). Sum of RGB (Red+Green+Blue) = 110+120+145=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E7891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7891 is #91876E. Grayscale: #777777. Windows color (decimal): -9537391 or 9533550. OLE color: 9533550.
HSL color Cylindrical-coordinate representation of color #6E7891: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E7891 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 120 | 145 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.43 |
| HSL | 222.86º | 0.14% | 0.5% | - |
| HSV(B) | 222.86º | 0.24% | 0.57% | - |
| XYZ | 18.26 | 18.79 | 29.45 | - |
| YUV | 119.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 120 | 145 | 0.24 | 0.17 | 0 | 0.43 | 222.86 | 0.14 | 0.5 |
| Hex | 6E | 78 | 91 | 18 | 11 | 0 | 2B | DF | E | 32 |
| Octal | 156 | 170 | 221 | 30 | 21 | 0 | 53 | 337 | 16 | 62 |
| Binary | 1101110 | 1111000 | 10010001 | 11000 | 10001 | 0 | 101011 | 11011111 | 1110 | 110010 |
Color Harmonies of #6E7891
Complementary color
Monochromatic Colors of #6E7891
Black with #6E7891
Text Example
Text Example
White with #6E7891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7891; }
p { color: rgb(110,120,145); }
H1.HeaderClassName
{
color: #6E7891;
}
.AnyTagClassName
{
color: #6E7891;
}
</style>
background-color css
<style>
a { background-color: #6E7891; }
a { background-color: rgb(110,120,145); }
div.DivClassName
{
background-color: #6E7891;
}
.BgClassName
{
background-color: #6E7891;
}
</style>
border-color css
<style>
span { border-color: #6E7891; }
span { border-color: rgb(110,120,145); }
td.TdClassName
{
border-color: #6E7891;
}
.TagClassName
{
border-color: #6E7891;
}
</style>