Shades of Electric Indigo #6814EC
Tints of Electric Indigo #6814EC
RGB
CMYK
RGB Variations
Color information
#6814EC (or 0x6814EC) is known color: Electric Indigo. HEX triplet: 68, 14 and EC. RGB value is (104,20,236). Sum of RGB (Red+Green+Blue) = 104+20+236=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #6814EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6814EC is #97EB13. Grayscale: #444444. Windows color (decimal): -9956116 or 15471720. OLE color: 15471720.
HSL color Cylindrical-coordinate representation of color #6814EC: hue angle of 263.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6814EC is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 20 | 236 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.07 |
| HSL | 263.33º | 0.85% | 0.5% | - |
| HSV(B) | 263.33º | 0.92% | 0.93% | - |
| XYZ | 21.1 | 9.5 | 80.08 | - |
| YUV | 69.74 | 221.83 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 236 | 0.56 | 0.92 | 0 | 0.07 | 263.33 | 0.85 | 0.5 |
| Hex | 68 | 14 | EC | 38 | 5C | 0 | 7 | 107 | 55 | 32 |
| Octal | 150 | 24 | 354 | 70 | 134 | 0 | 7 | 407 | 125 | 62 |
| Binary | 1101000 | 10100 | 11101100 | 111000 | 1011100 | 0 | 111 | 100000111 | 1010101 | 110010 |
Color Harmonies of #6814EC
Complementary color
Monochromatic Colors of #6814EC
Black with #6814EC
Text Example
Text Example
White with #6814EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6814EC; }
p { color: rgb(104,20,236); }
H1.HeaderClassName
{
color: #6814EC;
}
.AnyTagClassName
{
color: #6814EC;
}
</style>
background-color css
<style>
a { background-color: #6814EC; }
a { background-color: rgb(104,20,236); }
div.DivClassName
{
background-color: #6814EC;
}
.BgClassName
{
background-color: #6814EC;
}
</style>
border-color css
<style>
span { border-color: #6814EC; }
span { border-color: rgb(104,20,236); }
td.TdClassName
{
border-color: #6814EC;
}
.TagClassName
{
border-color: #6814EC;
}
</style>