Shades of Slate Grey #6E819B
Tints of Slate Grey #6E819B
RGB
CMYK
RGB Variations
Color information
#6E819B (or 0x6E819B) is known color: Slate Grey. HEX triplet: 6E, 81 and 9B. RGB value is (110,129,155). Sum of RGB (Red+Green+Blue) = 110+129+155=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E819B is #917E64. Grayscale: #7E7E7E. Windows color (decimal): -9535077 or 10191214. OLE color: 10191214.
HSL color Cylindrical-coordinate representation of color #6E819B: hue angle of 214.67º 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 #6E819B is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 129 | 155 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.39 |
| HSL | 214.67º | 0.18% | 0.52% | - |
| HSV(B) | 214.67º | 0.29% | 0.61% | - |
| XYZ | 20.2 | 21.38 | 34.07 | - |
| YUV | 126.28 | 144.21 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 129 | 155 | 0.29 | 0.17 | 0 | 0.39 | 214.67 | 0.18 | 0.52 |
| Hex | 6E | 81 | 9B | 1D | 11 | 0 | 27 | D7 | 12 | 34 |
| Octal | 156 | 201 | 233 | 35 | 21 | 0 | 47 | 327 | 22 | 64 |
| Binary | 1101110 | 10000001 | 10011011 | 11101 | 10001 | 0 | 100111 | 11010111 | 10010 | 110100 |
Color Harmonies of #6E819B
Complementary color
Monochromatic Colors of #6E819B
Black with #6E819B
Text Example
Text Example
White with #6E819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E819B; }
p { color: rgb(110,129,155); }
H1.HeaderClassName
{
color: #6E819B;
}
.AnyTagClassName
{
color: #6E819B;
}
</style>
background-color css
<style>
a { background-color: #6E819B; }
a { background-color: rgb(110,129,155); }
div.DivClassName
{
background-color: #6E819B;
}
.BgClassName
{
background-color: #6E819B;
}
</style>
border-color css
<style>
span { border-color: #6E819B; }
span { border-color: rgb(110,129,155); }
td.TdClassName
{
border-color: #6E819B;
}
.TagClassName
{
border-color: #6E819B;
}
</style>