Shades of Light Slate Grey #6C849F
Tints of Light Slate Grey #6C849F
RGB
CMYK
RGB Variations
Color information
#6C849F (or 0x6C849F) is known color: Light Slate Grey. HEX triplet: 6C, 84 and 9F. RGB value is (108,132,159). Sum of RGB (Red+Green+Blue) = 108+132+159=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C849F is #937B60. Grayscale: #7F7F7F. Windows color (decimal): -9665377 or 10454124. OLE color: 10454124.
HSL color Cylindrical-coordinate representation of color #6C849F: hue angle of 211.76º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C849F is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 132 | 159 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.38 |
| HSL | 211.76º | 0.21% | 0.52% | - |
| HSV(B) | 211.76º | 0.32% | 0.62% | - |
| XYZ | 20.69 | 22.19 | 35.99 | - |
| YUV | 127.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 159 | 0.32 | 0.17 | 0 | 0.38 | 211.76 | 0.21 | 0.52 |
| Hex | 6C | 84 | 9F | 20 | 11 | 0 | 26 | D4 | 15 | 34 |
| Octal | 154 | 204 | 237 | 40 | 21 | 0 | 46 | 324 | 25 | 64 |
| Binary | 1101100 | 10000100 | 10011111 | 100000 | 10001 | 0 | 100110 | 11010100 | 10101 | 110100 |
Color Harmonies of #6C849F
Complementary color
Monochromatic Colors of #6C849F
Black with #6C849F
Text Example
Text Example
White with #6C849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C849F; }
p { color: rgb(108,132,159); }
H1.HeaderClassName
{
color: #6C849F;
}
.AnyTagClassName
{
color: #6C849F;
}
</style>
background-color css
<style>
a { background-color: #6C849F; }
a { background-color: rgb(108,132,159); }
div.DivClassName
{
background-color: #6C849F;
}
.BgClassName
{
background-color: #6C849F;
}
</style>
border-color css
<style>
span { border-color: #6C849F; }
span { border-color: rgb(108,132,159); }
td.TdClassName
{
border-color: #6C849F;
}
.TagClassName
{
border-color: #6C849F;
}
</style>