Shades of Storm Grey #6E7582
Tints of Storm Grey #6E7582
RGB
CMYK
RGB Variations
Color information
#6E7582 (or 0x6E7582) is known color: Storm Grey. HEX triplet: 6E, 75 and 82. RGB value is (110,117,130). Sum of RGB (Red+Green+Blue) = 110+117+130=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E7582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7582 is #918A7D. Grayscale: #747474. Windows color (decimal): -9538174 or 8549742. OLE color: 8549742.
HSL color Cylindrical-coordinate representation of color #6E7582: hue angle of 219º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E7582 is Cyan = 0.15, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 117 | 130 | - |
| CMYK | 0.15 | 0.1 | 0 | 0.49 |
| HSL | 219º | 0.08% | 0.47% | - |
| HSV(B) | 219º | 0.15% | 0.51% | - |
| XYZ | 16.82 | 17.65 | 23.64 | - |
| YUV | 116.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 130 | 0.15 | 0.1 | 0 | 0.49 | 219 | 0.08 | 0.47 |
| Hex | 6E | 75 | 82 | F | A | 0 | 31 | DB | 8 | 2F |
| Octal | 156 | 165 | 202 | 17 | 12 | 0 | 61 | 333 | 10 | 57 |
| Binary | 1101110 | 1110101 | 10000010 | 1111 | 1010 | 0 | 110001 | 11011011 | 1000 | 101111 |
Color Harmonies of #6E7582
Complementary color
Monochromatic Colors of #6E7582
Black with #6E7582
Text Example
Text Example
White with #6E7582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7582; }
p { color: rgb(110,117,130); }
H1.HeaderClassName
{
color: #6E7582;
}
.AnyTagClassName
{
color: #6E7582;
}
</style>
background-color css
<style>
a { background-color: #6E7582; }
a { background-color: rgb(110,117,130); }
div.DivClassName
{
background-color: #6E7582;
}
.BgClassName
{
background-color: #6E7582;
}
</style>
border-color css
<style>
span { border-color: #6E7582; }
span { border-color: rgb(110,117,130); }
td.TdClassName
{
border-color: #6E7582;
}
.TagClassName
{
border-color: #6E7582;
}
</style>