Shades of Electric Indigo #6802ED
Tints of Electric Indigo #6802ED
RGB
CMYK
RGB Variations
Color information
#6802ED (or 0x6802ED) is known color: Electric Indigo. HEX triplet: 68, 02 and ED. RGB value is (104,2,237). Sum of RGB (Red+Green+Blue) = 104+2+237=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #6802ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6802ED is #97FD12. Grayscale: #3A3A3A. Windows color (decimal): -9960723 or 15532648. OLE color: 15532648.
HSL color Cylindrical-coordinate representation of color #6802ED: hue angle of 266.04º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802ED is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 2 | 237 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.07 |
| HSL | 266.04º | 0.98% | 0.47% | - |
| HSV(B) | 266.04º | 0.99% | 0.93% | - |
| XYZ | 21.02 | 9.1 | 80.77 | - |
| YUV | 59.29 | 228.29 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 237 | 0.56 | 0.99 | 0 | 0.07 | 266.04 | 0.98 | 0.47 |
| Hex | 68 | 2 | ED | 38 | 63 | 0 | 7 | 10A | 62 | 2F |
| Octal | 150 | 2 | 355 | 70 | 143 | 0 | 7 | 412 | 142 | 57 |
| Binary | 1101000 | 10 | 11101101 | 111000 | 1100011 | 0 | 111 | 100001010 | 1100010 | 101111 |
Color Harmonies of #6802ED
Complementary color
Monochromatic Colors of #6802ED
Black with #6802ED
Text Example
Text Example
White with #6802ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802ED; }
p { color: rgb(104,2,237); }
H1.HeaderClassName
{
color: #6802ED;
}
.AnyTagClassName
{
color: #6802ED;
}
</style>
background-color css
<style>
a { background-color: #6802ED; }
a { background-color: rgb(104,2,237); }
div.DivClassName
{
background-color: #6802ED;
}
.BgClassName
{
background-color: #6802ED;
}
</style>
border-color css
<style>
span { border-color: #6802ED; }
span { border-color: rgb(104,2,237); }
td.TdClassName
{
border-color: #6802ED;
}
.TagClassName
{
border-color: #6802ED;
}
</style>