Shades of Slate Blue #6C4DDC
Tints of Slate Blue #6C4DDC
RGB
CMYK
RGB Variations
Color information
#6C4DDC (or 0x6C4DDC) is known color: Slate Blue. HEX triplet: 6C, 4D and DC. RGB value is (108,77,220). Sum of RGB (Red+Green+Blue) = 108+77+220=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C4DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4DDC is #93B223. Grayscale: #666666. Windows color (decimal): -9679396 or 14437740. OLE color: 14437740.
HSL color Cylindrical-coordinate representation of color #6C4DDC: hue angle of 253.01º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C4DDC is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 77 | 220 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.14 |
| HSL | 253.01º | 0.67% | 0.58% | - |
| HSV(B) | 253.01º | 0.65% | 0.86% | - |
| XYZ | 21.76 | 13.66 | 69.2 | - |
| YUV | 102.57 | 194.27 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 220 | 0.51 | 0.65 | 0 | 0.14 | 253.01 | 0.67 | 0.58 |
| Hex | 6C | 4D | DC | 33 | 41 | 0 | E | FD | 43 | 3A |
| Octal | 154 | 115 | 334 | 63 | 101 | 0 | 16 | 375 | 103 | 72 |
| Binary | 1101100 | 1001101 | 11011100 | 110011 | 1000001 | 0 | 1110 | 11111101 | 1000011 | 111010 |
Color Harmonies of #6C4DDC
Complementary color
Monochromatic Colors of #6C4DDC
Black with #6C4DDC
Text Example
Text Example
White with #6C4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4DDC; }
p { color: rgb(108,77,220); }
H1.HeaderClassName
{
color: #6C4DDC;
}
.AnyTagClassName
{
color: #6C4DDC;
}
</style>
background-color css
<style>
a { background-color: #6C4DDC; }
a { background-color: rgb(108,77,220); }
div.DivClassName
{
background-color: #6C4DDC;
}
.BgClassName
{
background-color: #6C4DDC;
}
</style>
border-color css
<style>
span { border-color: #6C4DDC; }
span { border-color: rgb(108,77,220); }
td.TdClassName
{
border-color: #6C4DDC;
}
.TagClassName
{
border-color: #6C4DDC;
}
</style>