Shades of Electric Indigo #6E0CFF
Tints of Electric Indigo #6E0CFF
RGB
CMYK
RGB Variations
Color information
#6E0CFF (or 0x6E0CFF) is known color: Electric Indigo. HEX triplet: 6E, 0C and FF. RGB value is (110,12,255). Sum of RGB (Red+Green+Blue) = 110+12+255=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E0CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0CFF is #91F300. Grayscale: #444444. Windows color (decimal): -9564929 or 16714862. OLE color: 16714862.
HSL color Cylindrical-coordinate representation of color #6E0CFF: hue angle of 264.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0CFF is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 12 | 255 | - |
| CMYK | 0.57 | 0.95 | 0 | 0 |
| HSL | 264.2º | 1% | 0.52% | - |
| HSV(B) | 264.2º | 0.95% | 1% | - |
| XYZ | 24.61 | 10.8 | 95.39 | - |
| YUV | 69 | 232.97 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 12 | 255 | 0.57 | 0.95 | 0 | 0 | 264.2 | 1 | 0.52 |
| Hex | 6E | C | FF | 39 | 5F | 0 | 0 | 108 | 64 | 34 |
| Octal | 156 | 14 | 377 | 71 | 137 | 0 | 0 | 410 | 144 | 64 |
| Binary | 1101110 | 1100 | 11111111 | 111001 | 1011111 | 0 | 0 | 100001000 | 1100100 | 110100 |
Color Harmonies of #6E0CFF
Complementary color
Monochromatic Colors of #6E0CFF
Black with #6E0CFF
Text Example
Text Example
White with #6E0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0CFF; }
p { color: rgb(110,12,255); }
H1.HeaderClassName
{
color: #6E0CFF;
}
.AnyTagClassName
{
color: #6E0CFF;
}
</style>
background-color css
<style>
a { background-color: #6E0CFF; }
a { background-color: rgb(110,12,255); }
div.DivClassName
{
background-color: #6E0CFF;
}
.BgClassName
{
background-color: #6E0CFF;
}
</style>
border-color css
<style>
span { border-color: #6E0CFF; }
span { border-color: rgb(110,12,255); }
td.TdClassName
{
border-color: #6E0CFF;
}
.TagClassName
{
border-color: #6E0CFF;
}
</style>