Shades of Electric Indigo #6C11DD
Tints of Electric Indigo #6C11DD
RGB
CMYK
RGB Variations
Color information
#6C11DD (or 0x6C11DD) is known color: Electric Indigo. HEX triplet: 6C, 11 and DD. RGB value is (108,17,221). Sum of RGB (Red+Green+Blue) = 108+17+221=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C11DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C11DD is #93EE22. Grayscale: #424242. Windows color (decimal): -9694755 or 14487916. OLE color: 14487916.
HSL color Cylindrical-coordinate representation of color #6C11DD: hue angle of 266.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C11DD is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 17 | 221 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.13 |
| HSL | 266.76º | 0.86% | 0.47% | - |
| HSV(B) | 266.76º | 0.92% | 0.87% | - |
| XYZ | 19.44 | 8.81 | 69.08 | - |
| YUV | 67.47 | 214.65 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 17 | 221 | 0.51 | 0.92 | 0 | 0.13 | 266.76 | 0.86 | 0.47 |
| Hex | 6C | 11 | DD | 33 | 5C | 0 | D | 10B | 56 | 2F |
| Octal | 154 | 21 | 335 | 63 | 134 | 0 | 15 | 413 | 126 | 57 |
| Binary | 1101100 | 10001 | 11011101 | 110011 | 1011100 | 0 | 1101 | 100001011 | 1010110 | 101111 |
Color Harmonies of #6C11DD
Complementary color
Monochromatic Colors of #6C11DD
Black with #6C11DD
Text Example
Text Example
White with #6C11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C11DD; }
p { color: rgb(108,17,221); }
H1.HeaderClassName
{
color: #6C11DD;
}
.AnyTagClassName
{
color: #6C11DD;
}
</style>
background-color css
<style>
a { background-color: #6C11DD; }
a { background-color: rgb(108,17,221); }
div.DivClassName
{
background-color: #6C11DD;
}
.BgClassName
{
background-color: #6C11DD;
}
</style>
border-color css
<style>
span { border-color: #6C11DD; }
span { border-color: rgb(108,17,221); }
td.TdClassName
{
border-color: #6C11DD;
}
.TagClassName
{
border-color: #6C11DD;
}
</style>