Shades of Slate Blue #6C5BDC
Tints of Slate Blue #6C5BDC
RGB
CMYK
RGB Variations
Color information
#6C5BDC (or 0x6C5BDC) is known color: Slate Blue. HEX triplet: 6C, 5B and DC. RGB value is (108,91,220). Sum of RGB (Red+Green+Blue) = 108+91+220=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C5BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5BDC is #93A423. Grayscale: #6E6E6E. Windows color (decimal): -9675812 or 14441324. OLE color: 14441324.
HSL color Cylindrical-coordinate representation of color #6C5BDC: hue angle of 247.91º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C5BDC is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 91 | 220 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.14 |
| HSL | 247.91º | 0.65% | 0.61% | - |
| HSV(B) | 247.91º | 0.59% | 0.86% | - |
| XYZ | 22.84 | 15.84 | 69.56 | - |
| YUV | 110.79 | 189.63 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 91 | 220 | 0.51 | 0.59 | 0 | 0.14 | 247.91 | 0.65 | 0.61 |
| Hex | 6C | 5B | DC | 33 | 3B | 0 | E | F8 | 41 | 3D |
| Octal | 154 | 133 | 334 | 63 | 73 | 0 | 16 | 370 | 101 | 75 |
| Binary | 1101100 | 1011011 | 11011100 | 110011 | 111011 | 0 | 1110 | 11111000 | 1000001 | 111101 |
Color Harmonies of #6C5BDC
Complementary color
Monochromatic Colors of #6C5BDC
Black with #6C5BDC
Text Example
Text Example
White with #6C5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5BDC; }
p { color: rgb(108,91,220); }
H1.HeaderClassName
{
color: #6C5BDC;
}
.AnyTagClassName
{
color: #6C5BDC;
}
</style>
background-color css
<style>
a { background-color: #6C5BDC; }
a { background-color: rgb(108,91,220); }
div.DivClassName
{
background-color: #6C5BDC;
}
.BgClassName
{
background-color: #6C5BDC;
}
</style>
border-color css
<style>
span { border-color: #6C5BDC; }
span { border-color: rgb(108,91,220); }
td.TdClassName
{
border-color: #6C5BDC;
}
.TagClassName
{
border-color: #6C5BDC;
}
</style>