Shades of Slate Grey #6E7999
Tints of Slate Grey #6E7999
RGB
CMYK
RGB Variations
Color information
#6E7999 (or 0x6E7999) is known color: Slate Grey. HEX triplet: 6E, 79 and 99. RGB value is (110,121,153). Sum of RGB (Red+Green+Blue) = 110+121+153=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E7999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7999 is #918666. Grayscale: #797979. Windows color (decimal): -9537127 or 10058094. OLE color: 10058094.
HSL color Cylindrical-coordinate representation of color #6E7999: hue angle of 224.65º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E7999 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 121 | 153 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.4 |
| HSL | 224.65º | 0.17% | 0.52% | - |
| HSV(B) | 224.65º | 0.28% | 0.6% | - |
| XYZ | 19.02 | 19.29 | 32.86 | - |
| YUV | 121.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 121 | 153 | 0.28 | 0.21 | 0 | 0.4 | 224.65 | 0.17 | 0.52 |
| Hex | 6E | 79 | 99 | 1C | 15 | 0 | 28 | E1 | 11 | 34 |
| Octal | 156 | 171 | 231 | 34 | 25 | 0 | 50 | 341 | 21 | 64 |
| Binary | 1101110 | 1111001 | 10011001 | 11100 | 10101 | 0 | 101000 | 11100001 | 10001 | 110100 |
Color Harmonies of #6E7999
Complementary color
Monochromatic Colors of #6E7999
Black with #6E7999
Text Example
Text Example
White with #6E7999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7999; }
p { color: rgb(110,121,153); }
H1.HeaderClassName
{
color: #6E7999;
}
.AnyTagClassName
{
color: #6E7999;
}
</style>
background-color css
<style>
a { background-color: #6E7999; }
a { background-color: rgb(110,121,153); }
div.DivClassName
{
background-color: #6E7999;
}
.BgClassName
{
background-color: #6E7999;
}
</style>
border-color css
<style>
span { border-color: #6E7999; }
span { border-color: rgb(110,121,153); }
td.TdClassName
{
border-color: #6E7999;
}
.TagClassName
{
border-color: #6E7999;
}
</style>