Shades of Slate Grey #6E819A
Tints of Slate Grey #6E819A
RGB
CMYK
RGB Variations
Color information
#6E819A (or 0x6E819A) is known color: Slate Grey. HEX triplet: 6E, 81 and 9A. RGB value is (110,129,154). Sum of RGB (Red+Green+Blue) = 110+129+154=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E819A is #917E65. Grayscale: #7E7E7E. Windows color (decimal): -9535078 or 10125678. OLE color: 10125678.
HSL color Cylindrical-coordinate representation of color #6E819A: hue angle of 214.09º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E819A is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 129 | 154 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.40 |
| HSL | 214.09º | 0.18% | 0.52% | - |
| HSV(B) | 214.09º | 0.29% | 0.6% | - |
| XYZ | 20.11 | 21.35 | 33.63 | - |
| YUV | 126.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 129 | 154 | 0.29 | 0.16 | 0 | 0.40 | 214.09 | 0.18 | 0.52 |
| Hex | 6E | 81 | 9A | 1D | 10 | 0 | 28 | D6 | 12 | 34 |
| Octal | 156 | 201 | 232 | 35 | 20 | 0 | 50 | 326 | 22 | 64 |
| Binary | 1101110 | 10000001 | 10011010 | 11101 | 10000 | 0 | 101000 | 11010110 | 10010 | 110100 |
Color Harmonies of #6E819A
Complementary color
Monochromatic Colors of #6E819A
Black with #6E819A
Text Example
Text Example
White with #6E819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E819A; }
p { color: rgb(110,129,154); }
H1.HeaderClassName
{
color: #6E819A;
}
.AnyTagClassName
{
color: #6E819A;
}
</style>
background-color css
<style>
a { background-color: #6E819A; }
a { background-color: rgb(110,129,154); }
div.DivClassName
{
background-color: #6E819A;
}
.BgClassName
{
background-color: #6E819A;
}
</style>
border-color css
<style>
span { border-color: #6E819A; }
span { border-color: rgb(110,129,154); }
td.TdClassName
{
border-color: #6E819A;
}
.TagClassName
{
border-color: #6E819A;
}
</style>