Shades of Electric Indigo #6801EA
Tints of Electric Indigo #6801EA
RGB
CMYK
RGB Variations
Color information
#6801EA (or 0x6801EA) is known color: Electric Indigo. HEX triplet: 68, 01 and EA. RGB value is (104,1,234). Sum of RGB (Red+Green+Blue) = 104+1+234=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #6801EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6801EA is #97FE15. Grayscale: #393939. Windows color (decimal): -9960982 or 15335784. OLE color: 15335784.
HSL color Cylindrical-coordinate representation of color #6801EA: hue angle of 266.52º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6801EA is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 1 | 234 | - |
| CMYK | 0.56 | 1.00 | 0 | 0.08 |
| HSL | 266.52º | 0.99% | 0.46% | - |
| HSV(B) | 266.52º | 1% | 0.92% | - |
| XYZ | 20.57 | 8.91 | 78.48 | - |
| YUV | 58.36 | 227.12 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 234 | 0.56 | 1.00 | 0 | 0.08 | 266.52 | 0.99 | 0.46 |
| Hex | 68 | 1 | EA | 38 | 64 | 0 | 8 | 10B | 63 | 2E |
| Octal | 150 | 1 | 352 | 70 | 144 | 0 | 10 | 413 | 143 | 56 |
| Binary | 1101000 | 1 | 11101010 | 111000 | 1100100 | 0 | 1000 | 100001011 | 1100011 | 101110 |
Color Harmonies of #6801EA
Complementary color
Monochromatic Colors of #6801EA
Black with #6801EA
Text Example
Text Example
White with #6801EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6801EA; }
p { color: rgb(104,1,234); }
H1.HeaderClassName
{
color: #6801EA;
}
.AnyTagClassName
{
color: #6801EA;
}
</style>
background-color css
<style>
a { background-color: #6801EA; }
a { background-color: rgb(104,1,234); }
div.DivClassName
{
background-color: #6801EA;
}
.BgClassName
{
background-color: #6801EA;
}
</style>
border-color css
<style>
span { border-color: #6801EA; }
span { border-color: rgb(104,1,234); }
td.TdClassName
{
border-color: #6801EA;
}
.TagClassName
{
border-color: #6801EA;
}
</style>