Shades of Electric Indigo #6803DC
Tints of Electric Indigo #6803DC
RGB
CMYK
RGB Variations
Color information
#6803DC (or 0x6803DC) is known color: Electric Indigo. HEX triplet: 68, 03 and DC. RGB value is (104,3,220). Sum of RGB (Red+Green+Blue) = 104+3+220=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #6803DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6803DC is #97FC23. Grayscale: #393939. Windows color (decimal): -9960484 or 14418792. OLE color: 14418792.
HSL color Cylindrical-coordinate representation of color #6803DC: hue angle of 267.93º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6803DC is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 3 | 220 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.14 |
| HSL | 267.93º | 0.97% | 0.44% | - |
| HSV(B) | 267.93º | 0.99% | 0.86% | - |
| XYZ | 18.66 | 8.18 | 68.3 | - |
| YUV | 57.94 | 219.46 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 220 | 0.53 | 0.99 | 0 | 0.14 | 267.93 | 0.97 | 0.44 |
| Hex | 68 | 3 | DC | 35 | 63 | 0 | E | 10C | 61 | 2C |
| Octal | 150 | 3 | 334 | 65 | 143 | 0 | 16 | 414 | 141 | 54 |
| Binary | 1101000 | 11 | 11011100 | 110101 | 1100011 | 0 | 1110 | 100001100 | 1100001 | 101100 |
Color Harmonies of #6803DC
Complementary color
Monochromatic Colors of #6803DC
Black with #6803DC
Text Example
Text Example
White with #6803DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6803DC; }
p { color: rgb(104,3,220); }
H1.HeaderClassName
{
color: #6803DC;
}
.AnyTagClassName
{
color: #6803DC;
}
</style>
background-color css
<style>
a { background-color: #6803DC; }
a { background-color: rgb(104,3,220); }
div.DivClassName
{
background-color: #6803DC;
}
.BgClassName
{
background-color: #6803DC;
}
</style>
border-color css
<style>
span { border-color: #6803DC; }
span { border-color: rgb(104,3,220); }
td.TdClassName
{
border-color: #6803DC;
}
.TagClassName
{
border-color: #6803DC;
}
</style>