Shades of Slate Blue #6E4DDC
Tints of Slate Blue #6E4DDC
RGB
CMYK
RGB Variations
Color information
#6E4DDC (or 0x6E4DDC) is known color: Slate Blue. HEX triplet: 6E, 4D and DC. RGB value is (110,77,220). Sum of RGB (Red+Green+Blue) = 110+77+220=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E4DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DDC is #91B223. Grayscale: #666666. Windows color (decimal): -9548324 or 14437742. OLE color: 14437742.
HSL color Cylindrical-coordinate representation of color #6E4DDC: hue angle of 253.85º 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 #6E4DDC is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 77 | 220 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.14 |
| HSL | 253.85º | 0.67% | 0.58% | - |
| HSV(B) | 253.85º | 0.65% | 0.86% | - |
| XYZ | 22 | 13.79 | 69.21 | - |
| YUV | 103.17 | 193.93 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 220 | 0.50 | 0.65 | 0 | 0.14 | 253.85 | 0.67 | 0.58 |
| Hex | 6E | 4D | DC | 32 | 41 | 0 | E | FE | 43 | 3A |
| Octal | 156 | 115 | 334 | 62 | 101 | 0 | 16 | 376 | 103 | 72 |
| Binary | 1101110 | 1001101 | 11011100 | 110010 | 1000001 | 0 | 1110 | 11111110 | 1000011 | 111010 |
Color Harmonies of #6E4DDC
Complementary color
Monochromatic Colors of #6E4DDC
Black with #6E4DDC
Text Example
Text Example
White with #6E4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4DDC; }
p { color: rgb(110,77,220); }
H1.HeaderClassName
{
color: #6E4DDC;
}
.AnyTagClassName
{
color: #6E4DDC;
}
</style>
background-color css
<style>
a { background-color: #6E4DDC; }
a { background-color: rgb(110,77,220); }
div.DivClassName
{
background-color: #6E4DDC;
}
.BgClassName
{
background-color: #6E4DDC;
}
</style>
border-color css
<style>
span { border-color: #6E4DDC; }
span { border-color: rgb(110,77,220); }
td.TdClassName
{
border-color: #6E4DDC;
}
.TagClassName
{
border-color: #6E4DDC;
}
</style>