Shades of Light Slate Grey #6E849D
Tints of Light Slate Grey #6E849D
RGB
CMYK
RGB Variations
Color information
#6E849D (or 0x6E849D) is known color: Light Slate Grey. HEX triplet: 6E, 84 and 9D. RGB value is (110,132,157). Sum of RGB (Red+Green+Blue) = 110+132+157=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E849D is #917B62. Grayscale: #808080. Windows color (decimal): -9534307 or 10323054. OLE color: 10323054.
HSL color Cylindrical-coordinate representation of color #6E849D: hue angle of 211.91º 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 #6E849D is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 132 | 157 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.38 |
| HSL | 211.91º | 0.19% | 0.52% | - |
| HSV(B) | 211.91º | 0.3% | 0.62% | - |
| XYZ | 20.77 | 22.25 | 35.1 | - |
| YUV | 128.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 157 | 0.30 | 0.16 | 0 | 0.38 | 211.91 | 0.19 | 0.52 |
| Hex | 6E | 84 | 9D | 1E | 10 | 0 | 26 | D4 | 13 | 34 |
| Octal | 156 | 204 | 235 | 36 | 20 | 0 | 46 | 324 | 23 | 64 |
| Binary | 1101110 | 10000100 | 10011101 | 11110 | 10000 | 0 | 100110 | 11010100 | 10011 | 110100 |
Color Harmonies of #6E849D
Complementary color
Monochromatic Colors of #6E849D
Black with #6E849D
Text Example
Text Example
White with #6E849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E849D; }
p { color: rgb(110,132,157); }
H1.HeaderClassName
{
color: #6E849D;
}
.AnyTagClassName
{
color: #6E849D;
}
</style>
background-color css
<style>
a { background-color: #6E849D; }
a { background-color: rgb(110,132,157); }
div.DivClassName
{
background-color: #6E849D;
}
.BgClassName
{
background-color: #6E849D;
}
</style>
border-color css
<style>
span { border-color: #6E849D; }
span { border-color: rgb(110,132,157); }
td.TdClassName
{
border-color: #6E849D;
}
.TagClassName
{
border-color: #6E849D;
}
</style>