Shades of Storm Grey #6E7486
Tints of Storm Grey #6E7486
RGB
CMYK
RGB Variations
Color information
#6E7486 (or 0x6E7486) is known color: Storm Grey. HEX triplet: 6E, 74 and 86. RGB value is (110,116,134). Sum of RGB (Red+Green+Blue) = 110+116+134=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E7486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7486 is #918B79. Grayscale: #747474. Windows color (decimal): -9538426 or 8811630. OLE color: 8811630.
HSL color Cylindrical-coordinate representation of color #6E7486: hue angle of 225º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E7486 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 116 | 134 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.47 |
| HSL | 225º | 0.1% | 0.48% | - |
| HSV(B) | 225º | 0.18% | 0.53% | - |
| XYZ | 16.98 | 17.53 | 25.04 | - |
| YUV | 116.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 134 | 0.18 | 0.13 | 0 | 0.47 | 225 | 0.1 | 0.48 |
| Hex | 6E | 74 | 86 | 12 | D | 0 | 2F | E1 | A | 30 |
| Octal | 156 | 164 | 206 | 22 | 15 | 0 | 57 | 341 | 12 | 60 |
| Binary | 1101110 | 1110100 | 10000110 | 10010 | 1101 | 0 | 101111 | 11100001 | 1010 | 110000 |
Color Harmonies of #6E7486
Complementary color
Monochromatic Colors of #6E7486
Black with #6E7486
Text Example
Text Example
White with #6E7486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7486; }
p { color: rgb(110,116,134); }
H1.HeaderClassName
{
color: #6E7486;
}
.AnyTagClassName
{
color: #6E7486;
}
</style>
background-color css
<style>
a { background-color: #6E7486; }
a { background-color: rgb(110,116,134); }
div.DivClassName
{
background-color: #6E7486;
}
.BgClassName
{
background-color: #6E7486;
}
</style>
border-color css
<style>
span { border-color: #6E7486; }
span { border-color: rgb(110,116,134); }
td.TdClassName
{
border-color: #6E7486;
}
.TagClassName
{
border-color: #6E7486;
}
</style>