Shades of Electric Indigo #6E05DF
Tints of Electric Indigo #6E05DF
RGB
CMYK
RGB Variations
Color information
#6E05DF (or 0x6E05DF) is known color: Electric Indigo. HEX triplet: 6E, 05 and DF. RGB value is (110,5,223). Sum of RGB (Red+Green+Blue) = 110+5+223=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E05DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E05DF is #91FA20. Grayscale: #3C3C3C. Windows color (decimal): -9566753 or 14615918. OLE color: 14615918.
HSL color Cylindrical-coordinate representation of color #6E05DF: hue angle of 268.9º 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 #6E05DF is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 5 | 223 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.13 |
| HSL | 268.9º | 0.96% | 0.45% | - |
| HSV(B) | 268.9º | 0.98% | 0.87% | - |
| XYZ | 19.8 | 8.75 | 70.46 | - |
| YUV | 61.25 | 219.29 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 5 | 223 | 0.51 | 0.98 | 0 | 0.13 | 268.9 | 0.96 | 0.45 |
| Hex | 6E | 5 | DF | 33 | 62 | 0 | D | 10D | 60 | 2D |
| Octal | 156 | 5 | 337 | 63 | 142 | 0 | 15 | 415 | 140 | 55 |
| Binary | 1101110 | 101 | 11011111 | 110011 | 1100010 | 0 | 1101 | 100001101 | 1100000 | 101101 |
Color Harmonies of #6E05DF
Complementary color
Monochromatic Colors of #6E05DF
Black with #6E05DF
Text Example
Text Example
White with #6E05DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E05DF; }
p { color: rgb(110,5,223); }
H1.HeaderClassName
{
color: #6E05DF;
}
.AnyTagClassName
{
color: #6E05DF;
}
</style>
background-color css
<style>
a { background-color: #6E05DF; }
a { background-color: rgb(110,5,223); }
div.DivClassName
{
background-color: #6E05DF;
}
.BgClassName
{
background-color: #6E05DF;
}
</style>
border-color css
<style>
span { border-color: #6E05DF; }
span { border-color: rgb(110,5,223); }
td.TdClassName
{
border-color: #6E05DF;
}
.TagClassName
{
border-color: #6E05DF;
}
</style>