Shades of Electric Indigo #6803F6
Tints of Electric Indigo #6803F6
RGB
CMYK
RGB Variations
Color information
#6803F6 (or 0x6803F6) is known color: Electric Indigo. HEX triplet: 68, 03 and F6. RGB value is (104,3,246). Sum of RGB (Red+Green+Blue) = 104+3+246=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 246 (96.48% from 255 or 69.69% from 353); Max value from RGB is 246 - color contains mainly: blue. Hex color #6803F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6803F6 is #97FC09. Grayscale: #3C3C3C. Windows color (decimal): -9960458 or 16122728. OLE color: 16122728.
HSL color Cylindrical-coordinate representation of color #6803F6: hue angle of 264.94º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6803F6 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 3 | 246 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.04 |
| HSL | 264.94º | 0.98% | 0.49% | - |
| HSV(B) | 264.94º | 0.99% | 0.96% | - |
| XYZ | 22.38 | 9.66 | 87.87 | - |
| YUV | 60.9 | 232.46 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 246 | 0.58 | 0.99 | 0 | 0.04 | 264.94 | 0.98 | 0.49 |
| Hex | 68 | 3 | F6 | 3A | 63 | 0 | 4 | 109 | 62 | 31 |
| Octal | 150 | 3 | 366 | 72 | 143 | 0 | 4 | 411 | 142 | 61 |
| Binary | 1101000 | 11 | 11110110 | 111010 | 1100011 | 0 | 100 | 100001001 | 1100010 | 110001 |
Color Harmonies of #6803F6
Complementary color
Monochromatic Colors of #6803F6
Black with #6803F6
Text Example
Text Example
White with #6803F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6803F6; }
p { color: rgb(104,3,246); }
H1.HeaderClassName
{
color: #6803F6;
}
.AnyTagClassName
{
color: #6803F6;
}
</style>
background-color css
<style>
a { background-color: #6803F6; }
a { background-color: rgb(104,3,246); }
div.DivClassName
{
background-color: #6803F6;
}
.BgClassName
{
background-color: #6803F6;
}
</style>
border-color css
<style>
span { border-color: #6803F6; }
span { border-color: rgb(104,3,246); }
td.TdClassName
{
border-color: #6803F6;
}
.TagClassName
{
border-color: #6803F6;
}
</style>