Shades of Electric Indigo #6D03EA
Tints of Electric Indigo #6D03EA
RGB
CMYK
RGB Variations
Color information
#6D03EA (or 0x6D03EA) is known color: Electric Indigo. HEX triplet: 6D, 03 and EA. RGB value is (109,3,234). Sum of RGB (Red+Green+Blue) = 109+3+234=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D03EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D03EA is #92FC15. Grayscale: #3C3C3C. Windows color (decimal): -9632790 or 15336301. OLE color: 15336301.
HSL color Cylindrical-coordinate representation of color #6D03EA: hue angle of 267.53º degrees, saturation: 0.97, 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 #6D03EA is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 3 | 234 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.08 |
| HSL | 267.53º | 0.97% | 0.46% | - |
| HSV(B) | 267.53º | 0.99% | 0.92% | - |
| XYZ | 21.19 | 9.26 | 78.51 | - |
| YUV | 61.03 | 225.62 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 234 | 0.53 | 0.99 | 0 | 0.08 | 267.53 | 0.97 | 0.46 |
| Hex | 6D | 3 | EA | 35 | 63 | 0 | 8 | 10C | 61 | 2E |
| Octal | 155 | 3 | 352 | 65 | 143 | 0 | 10 | 414 | 141 | 56 |
| Binary | 1101101 | 11 | 11101010 | 110101 | 1100011 | 0 | 1000 | 100001100 | 1100001 | 101110 |
Color Harmonies of #6D03EA
Complementary color
Monochromatic Colors of #6D03EA
Black with #6D03EA
Text Example
Text Example
White with #6D03EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D03EA; }
p { color: rgb(109,3,234); }
H1.HeaderClassName
{
color: #6D03EA;
}
.AnyTagClassName
{
color: #6D03EA;
}
</style>
background-color css
<style>
a { background-color: #6D03EA; }
a { background-color: rgb(109,3,234); }
div.DivClassName
{
background-color: #6D03EA;
}
.BgClassName
{
background-color: #6D03EA;
}
</style>
border-color css
<style>
span { border-color: #6D03EA; }
span { border-color: rgb(109,3,234); }
td.TdClassName
{
border-color: #6D03EA;
}
.TagClassName
{
border-color: #6D03EA;
}
</style>