Shades of Electric Indigo #6802FE
Tints of Electric Indigo #6802FE
RGB
CMYK
RGB Variations
Color information
#6802FE (or 0x6802FE) is known color: Electric Indigo. HEX triplet: 68, 02 and FE. RGB value is (104,2,254). Sum of RGB (Red+Green+Blue) = 104+2+254=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #6802FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6802FE is #97FD01. Grayscale: #3C3C3C. Windows color (decimal): -9960706 or 16646760. OLE color: 16646760.
HSL color Cylindrical-coordinate representation of color #6802FE: hue angle of 264.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802FE is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 2 | 254 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.00 |
| HSL | 264.29º | 0.99% | 0.5% | - |
| HSV(B) | 264.29º | 0.99% | 1% | - |
| XYZ | 23.62 | 10.14 | 94.48 | - |
| YUV | 61.23 | 236.79 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 254 | 0.59 | 0.99 | 0 | 0.00 | 264.29 | 0.99 | 0.5 |
| Hex | 68 | 2 | FE | 3B | 63 | 0 | 0 | 108 | 63 | 32 |
| Octal | 150 | 2 | 376 | 73 | 143 | 0 | 0 | 410 | 143 | 62 |
| Binary | 1101000 | 10 | 11111110 | 111011 | 1100011 | 0 | 0 | 100001000 | 1100011 | 110010 |
Color Harmonies of #6802FE
Complementary color
Monochromatic Colors of #6802FE
Black with #6802FE
Text Example
Text Example
White with #6802FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802FE; }
p { color: rgb(104,2,254); }
H1.HeaderClassName
{
color: #6802FE;
}
.AnyTagClassName
{
color: #6802FE;
}
</style>
background-color css
<style>
a { background-color: #6802FE; }
a { background-color: rgb(104,2,254); }
div.DivClassName
{
background-color: #6802FE;
}
.BgClassName
{
background-color: #6802FE;
}
</style>
border-color css
<style>
span { border-color: #6802FE; }
span { border-color: rgb(104,2,254); }
td.TdClassName
{
border-color: #6802FE;
}
.TagClassName
{
border-color: #6802FE;
}
</style>