Shades of Electric Indigo #6800EA
Tints of Electric Indigo #6800EA
RGB
CMYK
RGB Variations
Color information
#6800EA (or 0x6800EA) is known color: Electric Indigo. HEX triplet: 68, 00 and EA. RGB value is (104,0,234). Sum of RGB (Red+Green+Blue) = 104+0+234=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #6800EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6800EA is #97FF15. Grayscale: #383838. Windows color (decimal): -9961238 or 15335528. OLE color: 15335528.
HSL color Cylindrical-coordinate representation of color #6800EA: hue angle of 266.67º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800EA is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 0 | 234 | - |
| CMYK | 0.56 | 1 | 0 | 0.08 |
| HSL | 266.67º | 1% | 0.46% | - |
| HSV(B) | 266.67º | 1% | 0.92% | - |
| XYZ | 20.56 | 8.88 | 78.47 | - |
| YUV | 57.77 | 227.46 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 234 | 0.56 | 1 | 0 | 0.08 | 266.67 | 1 | 0.46 |
| Hex | 68 | 0 | EA | 38 | 64 | 0 | 8 | 10B | 64 | 2E |
| Octal | 150 | 0 | 352 | 70 | 144 | 0 | 10 | 413 | 144 | 56 |
| Binary | 1101000 | 0 | 11101010 | 111000 | 1100100 | 0 | 1000 | 100001011 | 1100100 | 101110 |
Color Harmonies of #6800EA
Complementary color
Monochromatic Colors of #6800EA
Black with #6800EA
Text Example
Text Example
White with #6800EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6800EA; }
p { color: rgb(104,0,234); }
H1.HeaderClassName
{
color: #6800EA;
}
.AnyTagClassName
{
color: #6800EA;
}
</style>
background-color css
<style>
a { background-color: #6800EA; }
a { background-color: rgb(104,0,234); }
div.DivClassName
{
background-color: #6800EA;
}
.BgClassName
{
background-color: #6800EA;
}
</style>
border-color css
<style>
span { border-color: #6800EA; }
span { border-color: rgb(104,0,234); }
td.TdClassName
{
border-color: #6800EA;
}
.TagClassName
{
border-color: #6800EA;
}
</style>