Shades of Slate Grey #6E8399
Tints of Slate Grey #6E8399
RGB
CMYK
RGB Variations
Color information
#6E8399 (or 0x6E8399) is known color: Slate Grey. HEX triplet: 6E, 83 and 99. RGB value is (110,131,153). Sum of RGB (Red+Green+Blue) = 110+131+153=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E8399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8399 is #917C66. Grayscale: #7F7F7F. Windows color (decimal): -9534567 or 10060654. OLE color: 10060654.
HSL color Cylindrical-coordinate representation of color #6E8399: hue angle of 210.7º 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 #6E8399 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 131 | 153 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.4 |
| HSL | 210.7º | 0.17% | 0.52% | - |
| HSV(B) | 210.7º | 0.28% | 0.6% | - |
| XYZ | 20.3 | 21.85 | 33.28 | - |
| YUV | 127.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 131 | 153 | 0.28 | 0.14 | 0 | 0.4 | 210.7 | 0.17 | 0.52 |
| Hex | 6E | 83 | 99 | 1C | E | 0 | 28 | D3 | 11 | 34 |
| Octal | 156 | 203 | 231 | 34 | 16 | 0 | 50 | 323 | 21 | 64 |
| Binary | 1101110 | 10000011 | 10011001 | 11100 | 1110 | 0 | 101000 | 11010011 | 10001 | 110100 |
Color Harmonies of #6E8399
Complementary color
Monochromatic Colors of #6E8399
Black with #6E8399
Text Example
Text Example
White with #6E8399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8399; }
p { color: rgb(110,131,153); }
H1.HeaderClassName
{
color: #6E8399;
}
.AnyTagClassName
{
color: #6E8399;
}
</style>
background-color css
<style>
a { background-color: #6E8399; }
a { background-color: rgb(110,131,153); }
div.DivClassName
{
background-color: #6E8399;
}
.BgClassName
{
background-color: #6E8399;
}
</style>
border-color css
<style>
span { border-color: #6E8399; }
span { border-color: rgb(110,131,153); }
td.TdClassName
{
border-color: #6E8399;
}
.TagClassName
{
border-color: #6E8399;
}
</style>