Shades of Storm Grey #6E7890
Tints of Storm Grey #6E7890
RGB
CMYK
RGB Variations
Color information
#6E7890 (or 0x6E7890) is known color: Storm Grey. HEX triplet: 6E, 78 and 90. RGB value is (110,120,144). Sum of RGB (Red+Green+Blue) = 110+120+144=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E7890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7890 is #91876F. Grayscale: #777777. Windows color (decimal): -9537392 or 9468014. OLE color: 9468014.
HSL color Cylindrical-coordinate representation of color #6E7890: hue angle of 222.35º degrees, saturation: 0.13, 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 #6E7890 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 120 | 144 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.44 |
| HSL | 222.35º | 0.13% | 0.5% | - |
| HSV(B) | 222.35º | 0.24% | 0.56% | - |
| XYZ | 18.18 | 18.76 | 29.05 | - |
| YUV | 119.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 120 | 144 | 0.24 | 0.17 | 0 | 0.44 | 222.35 | 0.13 | 0.5 |
| Hex | 6E | 78 | 90 | 18 | 11 | 0 | 2C | DE | D | 32 |
| Octal | 156 | 170 | 220 | 30 | 21 | 0 | 54 | 336 | 15 | 62 |
| Binary | 1101110 | 1111000 | 10010000 | 11000 | 10001 | 0 | 101100 | 11011110 | 1101 | 110010 |
Color Harmonies of #6E7890
Complementary color
Monochromatic Colors of #6E7890
Black with #6E7890
Text Example
Text Example
White with #6E7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7890; }
p { color: rgb(110,120,144); }
H1.HeaderClassName
{
color: #6E7890;
}
.AnyTagClassName
{
color: #6E7890;
}
</style>
background-color css
<style>
a { background-color: #6E7890; }
a { background-color: rgb(110,120,144); }
div.DivClassName
{
background-color: #6E7890;
}
.BgClassName
{
background-color: #6E7890;
}
</style>
border-color css
<style>
span { border-color: #6E7890; }
span { border-color: rgb(110,120,144); }
td.TdClassName
{
border-color: #6E7890;
}
.TagClassName
{
border-color: #6E7890;
}
</style>