Shades of Electric Indigo #6D02EA
Tints of Electric Indigo #6D02EA
RGB
CMYK
RGB Variations
Color information
#6D02EA (or 0x6D02EA) is known color: Electric Indigo. HEX triplet: 6D, 02 and EA. RGB value is (109,2,234). Sum of RGB (Red+Green+Blue) = 109+2+234=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D02EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D02EA is #92FD15. Grayscale: #3B3B3B. Windows color (decimal): -9633046 or 15336045. OLE color: 15336045.
HSL color Cylindrical-coordinate representation of color #6D02EA: hue angle of 267.67º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D02EA is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 2 | 234 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.08 |
| HSL | 267.67º | 0.98% | 0.46% | - |
| HSV(B) | 267.67º | 0.99% | 0.92% | - |
| XYZ | 21.18 | 9.24 | 78.51 | - |
| YUV | 60.44 | 225.95 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 234 | 0.53 | 0.99 | 0 | 0.08 | 267.67 | 0.98 | 0.46 |
| Hex | 6D | 2 | EA | 35 | 63 | 0 | 8 | 10C | 62 | 2E |
| Octal | 155 | 2 | 352 | 65 | 143 | 0 | 10 | 414 | 142 | 56 |
| Binary | 1101101 | 10 | 11101010 | 110101 | 1100011 | 0 | 1000 | 100001100 | 1100010 | 101110 |
Color Harmonies of #6D02EA
Complementary color
Monochromatic Colors of #6D02EA
Black with #6D02EA
Text Example
Text Example
White with #6D02EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D02EA; }
p { color: rgb(109,2,234); }
H1.HeaderClassName
{
color: #6D02EA;
}
.AnyTagClassName
{
color: #6D02EA;
}
</style>
background-color css
<style>
a { background-color: #6D02EA; }
a { background-color: rgb(109,2,234); }
div.DivClassName
{
background-color: #6D02EA;
}
.BgClassName
{
background-color: #6D02EA;
}
</style>
border-color css
<style>
span { border-color: #6D02EA; }
span { border-color: rgb(109,2,234); }
td.TdClassName
{
border-color: #6D02EA;
}
.TagClassName
{
border-color: #6D02EA;
}
</style>