Shades of Light Slate Grey #6E849B
Tints of Light Slate Grey #6E849B
RGB
CMYK
RGB Variations
Color information
#6E849B (or 0x6E849B) is known color: Light Slate Grey. HEX triplet: 6E, 84 and 9B. RGB value is (110,132,155). Sum of RGB (Red+Green+Blue) = 110+132+155=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E849B is #917B64. Grayscale: #7F7F7F. Windows color (decimal): -9534309 or 10191982. OLE color: 10191982.
HSL color Cylindrical-coordinate representation of color #6E849B: hue angle of 210.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 #6E849B is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 132 | 155 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.39 |
| HSL | 210.67º | 0.18% | 0.52% | - |
| HSV(B) | 210.67º | 0.29% | 0.61% | - |
| XYZ | 20.6 | 22.18 | 34.21 | - |
| YUV | 128.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 155 | 0.29 | 0.15 | 0 | 0.39 | 210.67 | 0.18 | 0.52 |
| Hex | 6E | 84 | 9B | 1D | F | 0 | 27 | D3 | 12 | 34 |
| Octal | 156 | 204 | 233 | 35 | 17 | 0 | 47 | 323 | 22 | 64 |
| Binary | 1101110 | 10000100 | 10011011 | 11101 | 1111 | 0 | 100111 | 11010011 | 10010 | 110100 |
Color Harmonies of #6E849B
Complementary color
Monochromatic Colors of #6E849B
Black with #6E849B
Text Example
Text Example
White with #6E849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E849B; }
p { color: rgb(110,132,155); }
H1.HeaderClassName
{
color: #6E849B;
}
.AnyTagClassName
{
color: #6E849B;
}
</style>
background-color css
<style>
a { background-color: #6E849B; }
a { background-color: rgb(110,132,155); }
div.DivClassName
{
background-color: #6E849B;
}
.BgClassName
{
background-color: #6E849B;
}
</style>
border-color css
<style>
span { border-color: #6E849B; }
span { border-color: rgb(110,132,155); }
td.TdClassName
{
border-color: #6E849B;
}
.TagClassName
{
border-color: #6E849B;
}
</style>