Shades of Light Slate Grey #6E869D
Tints of Light Slate Grey #6E869D
RGB
CMYK
RGB Variations
Color information
#6E869D (or 0x6E869D) is known color: Light Slate Grey. HEX triplet: 6E, 86 and 9D. RGB value is (110,134,157). Sum of RGB (Red+Green+Blue) = 110+134+157=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E869D is #917962. Grayscale: #818181. Windows color (decimal): -9533795 or 10323566. OLE color: 10323566.
HSL color Cylindrical-coordinate representation of color #6E869D: hue angle of 209.36º 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 #6E869D is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 134 | 157 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.38 |
| HSL | 209.36º | 0.19% | 0.52% | - |
| HSV(B) | 209.36º | 0.3% | 0.62% | - |
| XYZ | 21.04 | 22.8 | 35.19 | - |
| YUV | 129.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 157 | 0.30 | 0.15 | 0 | 0.38 | 209.36 | 0.19 | 0.52 |
| Hex | 6E | 86 | 9D | 1E | F | 0 | 26 | D1 | 13 | 34 |
| Octal | 156 | 206 | 235 | 36 | 17 | 0 | 46 | 321 | 23 | 64 |
| Binary | 1101110 | 10000110 | 10011101 | 11110 | 1111 | 0 | 100110 | 11010001 | 10011 | 110100 |
Color Harmonies of #6E869D
Complementary color
Monochromatic Colors of #6E869D
Black with #6E869D
Text Example
Text Example
White with #6E869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E869D; }
p { color: rgb(110,134,157); }
H1.HeaderClassName
{
color: #6E869D;
}
.AnyTagClassName
{
color: #6E869D;
}
</style>
background-color css
<style>
a { background-color: #6E869D; }
a { background-color: rgb(110,134,157); }
div.DivClassName
{
background-color: #6E869D;
}
.BgClassName
{
background-color: #6E869D;
}
</style>
border-color css
<style>
span { border-color: #6E869D; }
span { border-color: rgb(110,134,157); }
td.TdClassName
{
border-color: #6E869D;
}
.TagClassName
{
border-color: #6E869D;
}
</style>