Shades of Electric Indigo #6805EC
Tints of Electric Indigo #6805EC
RGB
CMYK
RGB Variations
Color information
#6805EC (or 0x6805EC) is known color: Electric Indigo. HEX triplet: 68, 05 and EC. RGB value is (104,5,236). Sum of RGB (Red+Green+Blue) = 104+5+236=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #6805EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6805EC is #97FA13. Grayscale: #3C3C3C. Windows color (decimal): -9959956 or 15467880. OLE color: 15467880.
HSL color Cylindrical-coordinate representation of color #6805EC: hue angle of 265.71º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6805EC is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 5 | 236 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.07 |
| HSL | 265.71º | 0.96% | 0.47% | - |
| HSV(B) | 265.71º | 0.98% | 0.93% | - |
| XYZ | 20.9 | 9.11 | 80.01 | - |
| YUV | 60.94 | 226.8 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 236 | 0.56 | 0.98 | 0 | 0.07 | 265.71 | 0.96 | 0.47 |
| Hex | 68 | 5 | EC | 38 | 62 | 0 | 7 | 10A | 60 | 2F |
| Octal | 150 | 5 | 354 | 70 | 142 | 0 | 7 | 412 | 140 | 57 |
| Binary | 1101000 | 101 | 11101100 | 111000 | 1100010 | 0 | 111 | 100001010 | 1100000 | 101111 |
Color Harmonies of #6805EC
Complementary color
Monochromatic Colors of #6805EC
Black with #6805EC
Text Example
Text Example
White with #6805EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6805EC; }
p { color: rgb(104,5,236); }
H1.HeaderClassName
{
color: #6805EC;
}
.AnyTagClassName
{
color: #6805EC;
}
</style>
background-color css
<style>
a { background-color: #6805EC; }
a { background-color: rgb(104,5,236); }
div.DivClassName
{
background-color: #6805EC;
}
.BgClassName
{
background-color: #6805EC;
}
</style>
border-color css
<style>
span { border-color: #6805EC; }
span { border-color: rgb(104,5,236); }
td.TdClassName
{
border-color: #6805EC;
}
.TagClassName
{
border-color: #6805EC;
}
</style>