Shades of Light Slate Grey #6E859B
Tints of Light Slate Grey #6E859B
RGB
CMYK
RGB Variations
Color information
#6E859B (or 0x6E859B) is known color: Light Slate Grey. HEX triplet: 6E, 85 and 9B. RGB value is (110,133,155). Sum of RGB (Red+Green+Blue) = 110+133+155=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E859B is #917A64. Grayscale: #808080. Windows color (decimal): -9534053 or 10192238. OLE color: 10192238.
HSL color Cylindrical-coordinate representation of color #6E859B: hue angle of 209.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E859B is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 133 | 155 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.39 |
| HSL | 209.33º | 0.18% | 0.52% | - |
| HSV(B) | 209.33º | 0.29% | 0.61% | - |
| XYZ | 20.73 | 22.46 | 34.25 | - |
| YUV | 128.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 133 | 155 | 0.29 | 0.14 | 0 | 0.39 | 209.33 | 0.18 | 0.52 |
| Hex | 6E | 85 | 9B | 1D | E | 0 | 27 | D1 | 12 | 34 |
| Octal | 156 | 205 | 233 | 35 | 16 | 0 | 47 | 321 | 22 | 64 |
| Binary | 1101110 | 10000101 | 10011011 | 11101 | 1110 | 0 | 100111 | 11010001 | 10010 | 110100 |
Color Harmonies of #6E859B
Complementary color
Monochromatic Colors of #6E859B
Black with #6E859B
Text Example
Text Example
White with #6E859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E859B; }
p { color: rgb(110,133,155); }
H1.HeaderClassName
{
color: #6E859B;
}
.AnyTagClassName
{
color: #6E859B;
}
</style>
background-color css
<style>
a { background-color: #6E859B; }
a { background-color: rgb(110,133,155); }
div.DivClassName
{
background-color: #6E859B;
}
.BgClassName
{
background-color: #6E859B;
}
</style>
border-color css
<style>
span { border-color: #6E859B; }
span { border-color: rgb(110,133,155); }
td.TdClassName
{
border-color: #6E859B;
}
.TagClassName
{
border-color: #6E859B;
}
</style>