Shades of Slate Blue #6D4DDC
Tints of Slate Blue #6D4DDC
RGB
CMYK
RGB Variations
Color information
#6D4DDC (or 0x6D4DDC) is known color: Slate Blue. HEX triplet: 6D, 4D and DC. RGB value is (109,77,220). Sum of RGB (Red+Green+Blue) = 109+77+220=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D4DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4DDC is #92B223. Grayscale: #666666. Windows color (decimal): -9613860 or 14437741. OLE color: 14437741.
HSL color Cylindrical-coordinate representation of color #6D4DDC: hue angle of 253.43º 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 #6D4DDC is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 77 | 220 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.14 |
| HSL | 253.43º | 0.67% | 0.58% | - |
| HSV(B) | 253.43º | 0.65% | 0.86% | - |
| XYZ | 21.88 | 13.73 | 69.21 | - |
| YUV | 102.87 | 194.1 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 220 | 0.50 | 0.65 | 0 | 0.14 | 253.43 | 0.67 | 0.58 |
| Hex | 6D | 4D | DC | 32 | 41 | 0 | E | FD | 43 | 3A |
| Octal | 155 | 115 | 334 | 62 | 101 | 0 | 16 | 375 | 103 | 72 |
| Binary | 1101101 | 1001101 | 11011100 | 110010 | 1000001 | 0 | 1110 | 11111101 | 1000011 | 111010 |
Color Harmonies of #6D4DDC
Complementary color
Monochromatic Colors of #6D4DDC
Black with #6D4DDC
Text Example
Text Example
White with #6D4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4DDC; }
p { color: rgb(109,77,220); }
H1.HeaderClassName
{
color: #6D4DDC;
}
.AnyTagClassName
{
color: #6D4DDC;
}
</style>
background-color css
<style>
a { background-color: #6D4DDC; }
a { background-color: rgb(109,77,220); }
div.DivClassName
{
background-color: #6D4DDC;
}
.BgClassName
{
background-color: #6D4DDC;
}
</style>
border-color css
<style>
span { border-color: #6D4DDC; }
span { border-color: rgb(109,77,220); }
td.TdClassName
{
border-color: #6D4DDC;
}
.TagClassName
{
border-color: #6D4DDC;
}
</style>