Shades of Electric Indigo #6A0EDF
Tints of Electric Indigo #6A0EDF
RGB
CMYK
RGB Variations
Color information
#6A0EDF (or 0x6A0EDF) is known color: Electric Indigo. HEX triplet: 6A, 0E and DF. RGB value is (106,14,223). Sum of RGB (Red+Green+Blue) = 106+14+223=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A0EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0EDF is #95F120. Grayscale: #404040. Windows color (decimal): -9826593 or 14618218. OLE color: 14618218.
HSL color Cylindrical-coordinate representation of color #6A0EDF: hue angle of 266.41º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0EDF is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 14 | 223 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.13 |
| HSL | 266.41º | 0.88% | 0.46% | - |
| HSV(B) | 266.41º | 0.94% | 0.87% | - |
| XYZ | 19.42 | 8.71 | 70.47 | - |
| YUV | 65.33 | 216.98 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 14 | 223 | 0.52 | 0.94 | 0 | 0.13 | 266.41 | 0.88 | 0.46 |
| Hex | 6A | E | DF | 34 | 5E | 0 | D | 10A | 58 | 2E |
| Octal | 152 | 16 | 337 | 64 | 136 | 0 | 15 | 412 | 130 | 56 |
| Binary | 1101010 | 1110 | 11011111 | 110100 | 1011110 | 0 | 1101 | 100001010 | 1011000 | 101110 |
Color Harmonies of #6A0EDF
Complementary color
Monochromatic Colors of #6A0EDF
Black with #6A0EDF
Text Example
Text Example
White with #6A0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0EDF; }
p { color: rgb(106,14,223); }
H1.HeaderClassName
{
color: #6A0EDF;
}
.AnyTagClassName
{
color: #6A0EDF;
}
</style>
background-color css
<style>
a { background-color: #6A0EDF; }
a { background-color: rgb(106,14,223); }
div.DivClassName
{
background-color: #6A0EDF;
}
.BgClassName
{
background-color: #6A0EDF;
}
</style>
border-color css
<style>
span { border-color: #6A0EDF; }
span { border-color: rgb(106,14,223); }
td.TdClassName
{
border-color: #6A0EDF;
}
.TagClassName
{
border-color: #6A0EDF;
}
</style>