Shades of Light Slate Grey #6C849D
Tints of Light Slate Grey #6C849D
RGB
CMYK
RGB Variations
Color information
#6C849D (or 0x6C849D) is known color: Light Slate Grey. HEX triplet: 6C, 84 and 9D. RGB value is (108,132,157). Sum of RGB (Red+Green+Blue) = 108+132+157=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C849D is #937B62. Grayscale: #7F7F7F. Windows color (decimal): -9665379 or 10323052. OLE color: 10323052.
HSL color Cylindrical-coordinate representation of color #6C849D: hue angle of 210.61º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C849D is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 132 | 157 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.38 |
| HSL | 210.61º | 0.2% | 0.52% | - |
| HSV(B) | 210.61º | 0.31% | 0.62% | - |
| XYZ | 20.52 | 22.13 | 35.09 | - |
| YUV | 127.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 157 | 0.31 | 0.16 | 0 | 0.38 | 210.61 | 0.2 | 0.52 |
| Hex | 6C | 84 | 9D | 1F | 10 | 0 | 26 | D3 | 14 | 34 |
| Octal | 154 | 204 | 235 | 37 | 20 | 0 | 46 | 323 | 24 | 64 |
| Binary | 1101100 | 10000100 | 10011101 | 11111 | 10000 | 0 | 100110 | 11010011 | 10100 | 110100 |
Color Harmonies of #6C849D
Complementary color
Monochromatic Colors of #6C849D
Black with #6C849D
Text Example
Text Example
White with #6C849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C849D; }
p { color: rgb(108,132,157); }
H1.HeaderClassName
{
color: #6C849D;
}
.AnyTagClassName
{
color: #6C849D;
}
</style>
background-color css
<style>
a { background-color: #6C849D; }
a { background-color: rgb(108,132,157); }
div.DivClassName
{
background-color: #6C849D;
}
.BgClassName
{
background-color: #6C849D;
}
</style>
border-color css
<style>
span { border-color: #6C849D; }
span { border-color: rgb(108,132,157); }
td.TdClassName
{
border-color: #6C849D;
}
.TagClassName
{
border-color: #6C849D;
}
</style>