Shades of Electric Indigo #6D02EC
Tints of Electric Indigo #6D02EC
RGB
CMYK
RGB Variations
Color information
#6D02EC (or 0x6D02EC) is known color: Electric Indigo. HEX triplet: 6D, 02 and EC. RGB value is (109,2,236). Sum of RGB (Red+Green+Blue) = 109+2+236=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D02EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D02EC is #92FD13. Grayscale: #3B3B3B. Windows color (decimal): -9633044 or 15467117. OLE color: 15467117.
HSL color Cylindrical-coordinate representation of color #6D02EC: hue angle of 267.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D02EC is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 2 | 236 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.07 |
| HSL | 267.44º | 0.98% | 0.47% | - |
| HSV(B) | 267.44º | 0.99% | 0.93% | - |
| XYZ | 21.47 | 9.35 | 80.03 | - |
| YUV | 60.67 | 226.95 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 236 | 0.54 | 0.99 | 0 | 0.07 | 267.44 | 0.98 | 0.47 |
| Hex | 6D | 2 | EC | 36 | 63 | 0 | 7 | 10B | 62 | 2F |
| Octal | 155 | 2 | 354 | 66 | 143 | 0 | 7 | 413 | 142 | 57 |
| Binary | 1101101 | 10 | 11101100 | 110110 | 1100011 | 0 | 111 | 100001011 | 1100010 | 101111 |
Color Harmonies of #6D02EC
Complementary color
Monochromatic Colors of #6D02EC
Black with #6D02EC
Text Example
Text Example
White with #6D02EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D02EC; }
p { color: rgb(109,2,236); }
H1.HeaderClassName
{
color: #6D02EC;
}
.AnyTagClassName
{
color: #6D02EC;
}
</style>
background-color css
<style>
a { background-color: #6D02EC; }
a { background-color: rgb(109,2,236); }
div.DivClassName
{
background-color: #6D02EC;
}
.BgClassName
{
background-color: #6D02EC;
}
</style>
border-color css
<style>
span { border-color: #6D02EC; }
span { border-color: rgb(109,2,236); }
td.TdClassName
{
border-color: #6D02EC;
}
.TagClassName
{
border-color: #6D02EC;
}
</style>