Shades of Electric Indigo #6802F0
Tints of Electric Indigo #6802F0
RGB
CMYK
RGB Variations
Color information
#6802F0 (or 0x6802F0) is known color: Electric Indigo. HEX triplet: 68, 02 and F0. RGB value is (104,2,240). Sum of RGB (Red+Green+Blue) = 104+2+240=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 240 (94.14% from 255 or 69.36% from 346); Max value from RGB is 240 - color contains mainly: blue. Hex color #6802F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6802F0 is #97FD0F. Grayscale: #3A3A3A. Windows color (decimal): -9960720 or 15729256. OLE color: 15729256.
HSL color Cylindrical-coordinate representation of color #6802F0: hue angle of 265.71º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802F0 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 2 | 240 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.06 |
| HSL | 265.71º | 0.98% | 0.47% | - |
| HSV(B) | 265.71º | 0.99% | 0.94% | - |
| XYZ | 21.46 | 9.28 | 83.1 | - |
| YUV | 59.63 | 229.79 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 240 | 0.57 | 0.99 | 0 | 0.06 | 265.71 | 0.98 | 0.47 |
| Hex | 68 | 2 | F0 | 39 | 63 | 0 | 6 | 10A | 62 | 2F |
| Octal | 150 | 2 | 360 | 71 | 143 | 0 | 6 | 412 | 142 | 57 |
| Binary | 1101000 | 10 | 11110000 | 111001 | 1100011 | 0 | 110 | 100001010 | 1100010 | 101111 |
Color Harmonies of #6802F0
Complementary color
Monochromatic Colors of #6802F0
Black with #6802F0
Text Example
Text Example
White with #6802F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802F0; }
p { color: rgb(104,2,240); }
H1.HeaderClassName
{
color: #6802F0;
}
.AnyTagClassName
{
color: #6802F0;
}
</style>
background-color css
<style>
a { background-color: #6802F0; }
a { background-color: rgb(104,2,240); }
div.DivClassName
{
background-color: #6802F0;
}
.BgClassName
{
background-color: #6802F0;
}
</style>
border-color css
<style>
span { border-color: #6802F0; }
span { border-color: rgb(104,2,240); }
td.TdClassName
{
border-color: #6802F0;
}
.TagClassName
{
border-color: #6802F0;
}
</style>