Shades of Electric Indigo #6E04DF
Tints of Electric Indigo #6E04DF
RGB
CMYK
RGB Variations
Color information
#6E04DF (or 0x6E04DF) is known color: Electric Indigo. HEX triplet: 6E, 04 and DF. RGB value is (110,4,223). Sum of RGB (Red+Green+Blue) = 110+4+223=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E04DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E04DF is #91FB20. Grayscale: #3B3B3B. Windows color (decimal): -9567009 or 14615662. OLE color: 14615662.
HSL color Cylindrical-coordinate representation of color #6E04DF: hue angle of 269.04º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E04DF is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 4 | 223 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.13 |
| HSL | 269.04º | 0.96% | 0.45% | - |
| HSV(B) | 269.04º | 0.98% | 0.87% | - |
| XYZ | 19.79 | 8.73 | 70.45 | - |
| YUV | 60.66 | 219.62 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 223 | 0.51 | 0.98 | 0 | 0.13 | 269.04 | 0.96 | 0.45 |
| Hex | 6E | 4 | DF | 33 | 62 | 0 | D | 10D | 60 | 2D |
| Octal | 156 | 4 | 337 | 63 | 142 | 0 | 15 | 415 | 140 | 55 |
| Binary | 1101110 | 100 | 11011111 | 110011 | 1100010 | 0 | 1101 | 100001101 | 1100000 | 101101 |
Color Harmonies of #6E04DF
Complementary color
Monochromatic Colors of #6E04DF
Black with #6E04DF
Text Example
Text Example
White with #6E04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E04DF; }
p { color: rgb(110,4,223); }
H1.HeaderClassName
{
color: #6E04DF;
}
.AnyTagClassName
{
color: #6E04DF;
}
</style>
background-color css
<style>
a { background-color: #6E04DF; }
a { background-color: rgb(110,4,223); }
div.DivClassName
{
background-color: #6E04DF;
}
.BgClassName
{
background-color: #6E04DF;
}
</style>
border-color css
<style>
span { border-color: #6E04DF; }
span { border-color: rgb(110,4,223); }
td.TdClassName
{
border-color: #6E04DF;
}
.TagClassName
{
border-color: #6E04DF;
}
</style>