Shades of Electric Indigo #6E0CFA
Tints of Electric Indigo #6E0CFA
RGB
CMYK
RGB Variations
Color information
#6E0CFA (or 0x6E0CFA) is known color: Electric Indigo. HEX triplet: 6E, 0C and FA. RGB value is (110,12,250). Sum of RGB (Red+Green+Blue) = 110+12+250=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E0CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0CFA is #91F305. Grayscale: #434343. Windows color (decimal): -9564934 or 16387182. OLE color: 16387182.
HSL color Cylindrical-coordinate representation of color #6E0CFA: hue angle of 264.71º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0CFA is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 12 | 250 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.02 |
| HSL | 264.71º | 0.96% | 0.51% | - |
| HSV(B) | 264.71º | 0.95% | 0.98% | - |
| XYZ | 23.82 | 10.48 | 91.21 | - |
| YUV | 68.43 | 230.47 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 12 | 250 | 0.56 | 0.95 | 0 | 0.02 | 264.71 | 0.96 | 0.51 |
| Hex | 6E | C | FA | 38 | 5F | 0 | 2 | 109 | 60 | 33 |
| Octal | 156 | 14 | 372 | 70 | 137 | 0 | 2 | 411 | 140 | 63 |
| Binary | 1101110 | 1100 | 11111010 | 111000 | 1011111 | 0 | 10 | 100001001 | 1100000 | 110011 |
Color Harmonies of #6E0CFA
Complementary color
Monochromatic Colors of #6E0CFA
Black with #6E0CFA
Text Example
Text Example
White with #6E0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0CFA; }
p { color: rgb(110,12,250); }
H1.HeaderClassName
{
color: #6E0CFA;
}
.AnyTagClassName
{
color: #6E0CFA;
}
</style>
background-color css
<style>
a { background-color: #6E0CFA; }
a { background-color: rgb(110,12,250); }
div.DivClassName
{
background-color: #6E0CFA;
}
.BgClassName
{
background-color: #6E0CFA;
}
</style>
border-color css
<style>
span { border-color: #6E0CFA; }
span { border-color: rgb(110,12,250); }
td.TdClassName
{
border-color: #6E0CFA;
}
.TagClassName
{
border-color: #6E0CFA;
}
</style>