Shades of Electric Indigo #6C10DD
Tints of Electric Indigo #6C10DD
RGB
CMYK
RGB Variations
Color information
#6C10DD (or 0x6C10DD) is known color: Electric Indigo. HEX triplet: 6C, 10 and DD. RGB value is (108,16,221). Sum of RGB (Red+Green+Blue) = 108+16+221=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C10DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C10DD is #93EF22. Grayscale: #424242. Windows color (decimal): -9695011 or 14487660. OLE color: 14487660.
HSL color Cylindrical-coordinate representation of color #6C10DD: hue angle of 266.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C10DD is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 16 | 221 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.13 |
| HSL | 266.93º | 0.86% | 0.46% | - |
| HSV(B) | 266.93º | 0.93% | 0.87% | - |
| XYZ | 19.42 | 8.78 | 69.08 | - |
| YUV | 66.88 | 214.98 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 221 | 0.51 | 0.93 | 0 | 0.13 | 266.93 | 0.86 | 0.46 |
| Hex | 6C | 10 | DD | 33 | 5D | 0 | D | 10B | 56 | 2E |
| Octal | 154 | 20 | 335 | 63 | 135 | 0 | 15 | 413 | 126 | 56 |
| Binary | 1101100 | 10000 | 11011101 | 110011 | 1011101 | 0 | 1101 | 100001011 | 1010110 | 101110 |
Color Harmonies of #6C10DD
Complementary color
Monochromatic Colors of #6C10DD
Black with #6C10DD
Text Example
Text Example
White with #6C10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C10DD; }
p { color: rgb(108,16,221); }
H1.HeaderClassName
{
color: #6C10DD;
}
.AnyTagClassName
{
color: #6C10DD;
}
</style>
background-color css
<style>
a { background-color: #6C10DD; }
a { background-color: rgb(108,16,221); }
div.DivClassName
{
background-color: #6C10DD;
}
.BgClassName
{
background-color: #6C10DD;
}
</style>
border-color css
<style>
span { border-color: #6C10DD; }
span { border-color: rgb(108,16,221); }
td.TdClassName
{
border-color: #6C10DD;
}
.TagClassName
{
border-color: #6C10DD;
}
</style>