Shades of Electric Indigo #6D07EA
Tints of Electric Indigo #6D07EA
RGB
CMYK
RGB Variations
Color information
#6D07EA (or 0x6D07EA) is known color: Electric Indigo. HEX triplet: 6D, 07 and EA. RGB value is (109,7,234). Sum of RGB (Red+Green+Blue) = 109+7+234=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D07EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D07EA is #92F815. Grayscale: #3E3E3E. Windows color (decimal): -9631766 or 15337325. OLE color: 15337325.
HSL color Cylindrical-coordinate representation of color #6D07EA: hue angle of 266.96º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D07EA is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 7 | 234 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.08 |
| HSL | 266.96º | 0.94% | 0.47% | - |
| HSV(B) | 266.96º | 0.97% | 0.92% | - |
| XYZ | 21.23 | 9.34 | 78.53 | - |
| YUV | 63.38 | 224.29 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 234 | 0.53 | 0.97 | 0 | 0.08 | 266.96 | 0.94 | 0.47 |
| Hex | 6D | 7 | EA | 35 | 61 | 0 | 8 | 10B | 5E | 2F |
| Octal | 155 | 7 | 352 | 65 | 141 | 0 | 10 | 413 | 136 | 57 |
| Binary | 1101101 | 111 | 11101010 | 110101 | 1100001 | 0 | 1000 | 100001011 | 1011110 | 101111 |
Color Harmonies of #6D07EA
Complementary color
Monochromatic Colors of #6D07EA
Black with #6D07EA
Text Example
Text Example
White with #6D07EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D07EA; }
p { color: rgb(109,7,234); }
H1.HeaderClassName
{
color: #6D07EA;
}
.AnyTagClassName
{
color: #6D07EA;
}
</style>
background-color css
<style>
a { background-color: #6D07EA; }
a { background-color: rgb(109,7,234); }
div.DivClassName
{
background-color: #6D07EA;
}
.BgClassName
{
background-color: #6D07EA;
}
</style>
border-color css
<style>
span { border-color: #6D07EA; }
span { border-color: rgb(109,7,234); }
td.TdClassName
{
border-color: #6D07EA;
}
.TagClassName
{
border-color: #6D07EA;
}
</style>