Shades of Electric Indigo #6806FA
Tints of Electric Indigo #6806FA
RGB
CMYK
RGB Variations
Color information
#6806FA (or 0x6806FA) is known color: Electric Indigo. HEX triplet: 68, 06 and FA. RGB value is (104,6,250). Sum of RGB (Red+Green+Blue) = 104+6+250=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #6806FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6806FA is #97F905. Grayscale: #3E3E3E. Windows color (decimal): -9959686 or 16385640. OLE color: 16385640.
HSL color Cylindrical-coordinate representation of color #6806FA: hue angle of 264.1º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6806FA is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 6 | 250 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.02 |
| HSL | 264.1º | 0.96% | 0.5% | - |
| HSV(B) | 264.1º | 0.98% | 0.98% | - |
| XYZ | 23.03 | 9.98 | 91.15 | - |
| YUV | 63.12 | 233.47 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 250 | 0.58 | 0.98 | 0 | 0.02 | 264.1 | 0.96 | 0.5 |
| Hex | 68 | 6 | FA | 3A | 62 | 0 | 2 | 108 | 60 | 32 |
| Octal | 150 | 6 | 372 | 72 | 142 | 0 | 2 | 410 | 140 | 62 |
| Binary | 1101000 | 110 | 11111010 | 111010 | 1100010 | 0 | 10 | 100001000 | 1100000 | 110010 |
Color Harmonies of #6806FA
Complementary color
Monochromatic Colors of #6806FA
Black with #6806FA
Text Example
Text Example
White with #6806FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6806FA; }
p { color: rgb(104,6,250); }
H1.HeaderClassName
{
color: #6806FA;
}
.AnyTagClassName
{
color: #6806FA;
}
</style>
background-color css
<style>
a { background-color: #6806FA; }
a { background-color: rgb(104,6,250); }
div.DivClassName
{
background-color: #6806FA;
}
.BgClassName
{
background-color: #6806FA;
}
</style>
border-color css
<style>
span { border-color: #6806FA; }
span { border-color: rgb(104,6,250); }
td.TdClassName
{
border-color: #6806FA;
}
.TagClassName
{
border-color: #6806FA;
}
</style>