Shades of Electric Indigo #6805DC
Tints of Electric Indigo #6805DC
RGB
CMYK
RGB Variations
Color information
#6805DC (or 0x6805DC) is known color: Electric Indigo. HEX triplet: 68, 05 and DC. RGB value is (104,5,220). Sum of RGB (Red+Green+Blue) = 104+5+220=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #6805DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6805DC is #97FA23. Grayscale: #3A3A3A. Windows color (decimal): -9959972 or 14419304. OLE color: 14419304.
HSL color Cylindrical-coordinate representation of color #6805DC: hue angle of 267.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6805DC is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 5 | 220 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.14 |
| HSL | 267.63º | 0.96% | 0.44% | - |
| HSV(B) | 267.63º | 0.98% | 0.86% | - |
| XYZ | 18.68 | 8.22 | 68.31 | - |
| YUV | 59.11 | 218.8 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 220 | 0.53 | 0.98 | 0 | 0.14 | 267.63 | 0.96 | 0.44 |
| Hex | 68 | 5 | DC | 35 | 62 | 0 | E | 10C | 60 | 2C |
| Octal | 150 | 5 | 334 | 65 | 142 | 0 | 16 | 414 | 140 | 54 |
| Binary | 1101000 | 101 | 11011100 | 110101 | 1100010 | 0 | 1110 | 100001100 | 1100000 | 101100 |
Color Harmonies of #6805DC
Complementary color
Monochromatic Colors of #6805DC
Black with #6805DC
Text Example
Text Example
White with #6805DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6805DC; }
p { color: rgb(104,5,220); }
H1.HeaderClassName
{
color: #6805DC;
}
.AnyTagClassName
{
color: #6805DC;
}
</style>
background-color css
<style>
a { background-color: #6805DC; }
a { background-color: rgb(104,5,220); }
div.DivClassName
{
background-color: #6805DC;
}
.BgClassName
{
background-color: #6805DC;
}
</style>
border-color css
<style>
span { border-color: #6805DC; }
span { border-color: rgb(104,5,220); }
td.TdClassName
{
border-color: #6805DC;
}
.TagClassName
{
border-color: #6805DC;
}
</style>