Shades of Electric Indigo #6815EC
Tints of Electric Indigo #6815EC
RGB
CMYK
RGB Variations
Color information
#6815EC (or 0x6815EC) is known color: Electric Indigo. HEX triplet: 68, 15 and EC. RGB value is (104,21,236). Sum of RGB (Red+Green+Blue) = 104+21+236=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #6815EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6815EC is #97EA13. Grayscale: #454545. Windows color (decimal): -9955860 or 15471976. OLE color: 15471976.
HSL color Cylindrical-coordinate representation of color #6815EC: hue angle of 263.16º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6815EC is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 21 | 236 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.07 |
| HSL | 263.16º | 0.85% | 0.5% | - |
| HSV(B) | 263.16º | 0.91% | 0.93% | - |
| XYZ | 21.12 | 9.54 | 80.08 | - |
| YUV | 70.33 | 221.5 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 21 | 236 | 0.56 | 0.91 | 0 | 0.07 | 263.16 | 0.85 | 0.5 |
| Hex | 68 | 15 | EC | 38 | 5B | 0 | 7 | 107 | 55 | 32 |
| Octal | 150 | 25 | 354 | 70 | 133 | 0 | 7 | 407 | 125 | 62 |
| Binary | 1101000 | 10101 | 11101100 | 111000 | 1011011 | 0 | 111 | 100000111 | 1010101 | 110010 |
Color Harmonies of #6815EC
Complementary color
Monochromatic Colors of #6815EC
Black with #6815EC
Text Example
Text Example
White with #6815EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6815EC; }
p { color: rgb(104,21,236); }
H1.HeaderClassName
{
color: #6815EC;
}
.AnyTagClassName
{
color: #6815EC;
}
</style>
background-color css
<style>
a { background-color: #6815EC; }
a { background-color: rgb(104,21,236); }
div.DivClassName
{
background-color: #6815EC;
}
.BgClassName
{
background-color: #6815EC;
}
</style>
border-color css
<style>
span { border-color: #6815EC; }
span { border-color: rgb(104,21,236); }
td.TdClassName
{
border-color: #6815EC;
}
.TagClassName
{
border-color: #6815EC;
}
</style>