Shades of Electric Indigo #6802F9
Tints of Electric Indigo #6802F9
RGB
CMYK
RGB Variations
Color information
#6802F9 (or 0x6802F9) is known color: Electric Indigo. HEX triplet: 68, 02 and F9. RGB value is (104,2,249). Sum of RGB (Red+Green+Blue) = 104+2+249=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 249 (97.66% from 255 or 70.14% from 355); Max value from RGB is 249 - color contains mainly: blue. Hex color #6802F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6802F9 is #97FD06. Grayscale: #3B3B3B. Windows color (decimal): -9960711 or 16319080. OLE color: 16319080.
HSL color Cylindrical-coordinate representation of color #6802F9: hue angle of 264.78º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802F9 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 2 | 249 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.02 |
| HSL | 264.78º | 0.98% | 0.49% | - |
| HSV(B) | 264.78º | 0.99% | 0.98% | - |
| XYZ | 22.83 | 9.83 | 90.32 | - |
| YUV | 60.66 | 234.29 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 249 | 0.58 | 0.99 | 0 | 0.02 | 264.78 | 0.98 | 0.49 |
| Hex | 68 | 2 | F9 | 3A | 63 | 0 | 2 | 109 | 62 | 31 |
| Octal | 150 | 2 | 371 | 72 | 143 | 0 | 2 | 411 | 142 | 61 |
| Binary | 1101000 | 10 | 11111001 | 111010 | 1100011 | 0 | 10 | 100001001 | 1100010 | 110001 |
Color Harmonies of #6802F9
Complementary color
Monochromatic Colors of #6802F9
Black with #6802F9
Text Example
Text Example
White with #6802F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802F9; }
p { color: rgb(104,2,249); }
H1.HeaderClassName
{
color: #6802F9;
}
.AnyTagClassName
{
color: #6802F9;
}
</style>
background-color css
<style>
a { background-color: #6802F9; }
a { background-color: rgb(104,2,249); }
div.DivClassName
{
background-color: #6802F9;
}
.BgClassName
{
background-color: #6802F9;
}
</style>
border-color css
<style>
span { border-color: #6802F9; }
span { border-color: rgb(104,2,249); }
td.TdClassName
{
border-color: #6802F9;
}
.TagClassName
{
border-color: #6802F9;
}
</style>