Shades of Light Slate Grey #6E859D
Tints of Light Slate Grey #6E859D
RGB
CMYK
RGB Variations
Color information
#6E859D (or 0x6E859D) is known color: Light Slate Grey. HEX triplet: 6E, 85 and 9D. RGB value is (110,133,157). Sum of RGB (Red+Green+Blue) = 110+133+157=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E859D is #917A62. Grayscale: #808080. Windows color (decimal): -9534051 or 10323310. OLE color: 10323310.
HSL color Cylindrical-coordinate representation of color #6E859D: hue angle of 210.64º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E859D is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 133 | 157 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.38 |
| HSL | 210.64º | 0.19% | 0.52% | - |
| HSV(B) | 210.64º | 0.3% | 0.62% | - |
| XYZ | 20.9 | 22.52 | 35.14 | - |
| YUV | 128.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 133 | 157 | 0.30 | 0.15 | 0 | 0.38 | 210.64 | 0.19 | 0.52 |
| Hex | 6E | 85 | 9D | 1E | F | 0 | 26 | D3 | 13 | 34 |
| Octal | 156 | 205 | 235 | 36 | 17 | 0 | 46 | 323 | 23 | 64 |
| Binary | 1101110 | 10000101 | 10011101 | 11110 | 1111 | 0 | 100110 | 11010011 | 10011 | 110100 |
Color Harmonies of #6E859D
Complementary color
Monochromatic Colors of #6E859D
Black with #6E859D
Text Example
Text Example
White with #6E859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E859D; }
p { color: rgb(110,133,157); }
H1.HeaderClassName
{
color: #6E859D;
}
.AnyTagClassName
{
color: #6E859D;
}
</style>
background-color css
<style>
a { background-color: #6E859D; }
a { background-color: rgb(110,133,157); }
div.DivClassName
{
background-color: #6E859D;
}
.BgClassName
{
background-color: #6E859D;
}
</style>
border-color css
<style>
span { border-color: #6E859D; }
span { border-color: rgb(110,133,157); }
td.TdClassName
{
border-color: #6E859D;
}
.TagClassName
{
border-color: #6E859D;
}
</style>