Shades of Electric Indigo #6802E2
Tints of Electric Indigo #6802E2
RGB
CMYK
RGB Variations
Color information
#6802E2 (or 0x6802E2) is known color: Electric Indigo. HEX triplet: 68, 02 and E2. RGB value is (104,2,226). Sum of RGB (Red+Green+Blue) = 104+2+226=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 226 (88.67% from 255 or 68.07% from 332); Max value from RGB is 226 - color contains mainly: blue. Hex color #6802E2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802E2 is #97FD1D. Grayscale: #393939. Windows color (decimal): -9960734 or 14811752. OLE color: 14811752.
HSL color Cylindrical-coordinate representation of color #6802E2: hue angle of 267.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802E2 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 2 | 226 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.11 |
| HSL | 267.32º | 0.98% | 0.45% | - |
| HSV(B) | 267.32º | 0.99% | 0.89% | - |
| XYZ | 19.46 | 8.48 | 72.56 | - |
| YUV | 58.03 | 222.79 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 226 | 0.54 | 0.99 | 0 | 0.11 | 267.32 | 0.98 | 0.45 |
| Hex | 68 | 2 | E2 | 36 | 63 | 0 | B | 10B | 62 | 2D |
| Octal | 150 | 2 | 342 | 66 | 143 | 0 | 13 | 413 | 142 | 55 |
| Binary | 1101000 | 10 | 11100010 | 110110 | 1100011 | 0 | 1011 | 100001011 | 1100010 | 101101 |
Color Harmonies of #6802E2
Complementary color
Monochromatic Colors of #6802E2
Black with #6802E2
Text Example
Text Example
White with #6802E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802E2; }
p { color: rgb(104,2,226); }
H1.HeaderClassName
{
color: #6802E2;
}
.AnyTagClassName
{
color: #6802E2;
}
</style>
background-color css
<style>
a { background-color: #6802E2; }
a { background-color: rgb(104,2,226); }
div.DivClassName
{
background-color: #6802E2;
}
.BgClassName
{
background-color: #6802E2;
}
</style>
border-color css
<style>
span { border-color: #6802E2; }
span { border-color: rgb(104,2,226); }
td.TdClassName
{
border-color: #6802E2;
}
.TagClassName
{
border-color: #6802E2;
}
</style>