Shades of Electric Indigo #6807FA
Tints of Electric Indigo #6807FA
RGB
CMYK
RGB Variations
Color information
#6807FA (or 0x6807FA) is known color: Electric Indigo. HEX triplet: 68, 07 and FA. RGB value is (104,7,250). Sum of RGB (Red+Green+Blue) = 104+7+250=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #6807FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6807FA is #97F805. Grayscale: #3E3E3E. Windows color (decimal): -9959430 or 16385896. OLE color: 16385896.
HSL color Cylindrical-coordinate representation of color #6807FA: hue angle of 263.95º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6807FA is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 7 | 250 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.02 |
| HSL | 263.95º | 0.96% | 0.5% | - |
| HSV(B) | 263.95º | 0.97% | 0.98% | - |
| XYZ | 23.04 | 10 | 91.16 | - |
| YUV | 63.71 | 233.14 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 250 | 0.58 | 0.97 | 0 | 0.02 | 263.95 | 0.96 | 0.5 |
| Hex | 68 | 7 | FA | 3A | 61 | 0 | 2 | 108 | 60 | 32 |
| Octal | 150 | 7 | 372 | 72 | 141 | 0 | 2 | 410 | 140 | 62 |
| Binary | 1101000 | 111 | 11111010 | 111010 | 1100001 | 0 | 10 | 100001000 | 1100000 | 110010 |
Color Harmonies of #6807FA
Complementary color
Monochromatic Colors of #6807FA
Black with #6807FA
Text Example
Text Example
White with #6807FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6807FA; }
p { color: rgb(104,7,250); }
H1.HeaderClassName
{
color: #6807FA;
}
.AnyTagClassName
{
color: #6807FA;
}
</style>
background-color css
<style>
a { background-color: #6807FA; }
a { background-color: rgb(104,7,250); }
div.DivClassName
{
background-color: #6807FA;
}
.BgClassName
{
background-color: #6807FA;
}
</style>
border-color css
<style>
span { border-color: #6807FA; }
span { border-color: rgb(104,7,250); }
td.TdClassName
{
border-color: #6807FA;
}
.TagClassName
{
border-color: #6807FA;
}
</style>