Shades of Light Slate Grey #6E849E
Tints of Light Slate Grey #6E849E
RGB
CMYK
RGB Variations
Color information
#6E849E (or 0x6E849E) is known color: Light Slate Grey. HEX triplet: 6E, 84 and 9E. RGB value is (110,132,158). Sum of RGB (Red+Green+Blue) = 110+132+158=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E849E is #917B61. Grayscale: #808080. Windows color (decimal): -9534306 or 10388590. OLE color: 10388590.
HSL color Cylindrical-coordinate representation of color #6E849E: hue angle of 212.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E849E is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 132 | 158 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.38 |
| HSL | 212.5º | 0.2% | 0.53% | - |
| HSV(B) | 212.5º | 0.3% | 0.62% | - |
| XYZ | 20.85 | 22.29 | 35.55 | - |
| YUV | 128.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 158 | 0.30 | 0.16 | 0 | 0.38 | 212.5 | 0.2 | 0.53 |
| Hex | 6E | 84 | 9E | 1E | 10 | 0 | 26 | D4 | 14 | 35 |
| Octal | 156 | 204 | 236 | 36 | 20 | 0 | 46 | 324 | 24 | 65 |
| Binary | 1101110 | 10000100 | 10011110 | 11110 | 10000 | 0 | 100110 | 11010100 | 10100 | 110101 |
Color Harmonies of #6E849E
Complementary color
Monochromatic Colors of #6E849E
Black with #6E849E
Text Example
Text Example
White with #6E849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E849E; }
p { color: rgb(110,132,158); }
H1.HeaderClassName
{
color: #6E849E;
}
.AnyTagClassName
{
color: #6E849E;
}
</style>
background-color css
<style>
a { background-color: #6E849E; }
a { background-color: rgb(110,132,158); }
div.DivClassName
{
background-color: #6E849E;
}
.BgClassName
{
background-color: #6E849E;
}
</style>
border-color css
<style>
span { border-color: #6E849E; }
span { border-color: rgb(110,132,158); }
td.TdClassName
{
border-color: #6E849E;
}
.TagClassName
{
border-color: #6E849E;
}
</style>