Shades of Electric Indigo #6804DB
Tints of Electric Indigo #6804DB
RGB
CMYK
RGB Variations
Color information
#6804DB (or 0x6804DB) is known color: Electric Indigo. HEX triplet: 68, 04 and DB. RGB value is (104,4,219). Sum of RGB (Red+Green+Blue) = 104+4+219=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #6804DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6804DB is #97FB24. Grayscale: #393939. Windows color (decimal): -9960229 or 14353512. OLE color: 14353512.
HSL color Cylindrical-coordinate representation of color #6804DB: hue angle of 267.91º 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 #6804DB is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 4 | 219 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.14 |
| HSL | 267.91º | 0.96% | 0.44% | - |
| HSV(B) | 267.91º | 0.98% | 0.86% | - |
| XYZ | 18.54 | 8.14 | 67.61 | - |
| YUV | 58.41 | 218.63 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 219 | 0.53 | 0.98 | 0 | 0.14 | 267.91 | 0.96 | 0.44 |
| Hex | 68 | 4 | DB | 35 | 62 | 0 | E | 10C | 60 | 2C |
| Octal | 150 | 4 | 333 | 65 | 142 | 0 | 16 | 414 | 140 | 54 |
| Binary | 1101000 | 100 | 11011011 | 110101 | 1100010 | 0 | 1110 | 100001100 | 1100000 | 101100 |
Color Harmonies of #6804DB
Complementary color
Monochromatic Colors of #6804DB
Black with #6804DB
Text Example
Text Example
White with #6804DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6804DB; }
p { color: rgb(104,4,219); }
H1.HeaderClassName
{
color: #6804DB;
}
.AnyTagClassName
{
color: #6804DB;
}
</style>
background-color css
<style>
a { background-color: #6804DB; }
a { background-color: rgb(104,4,219); }
div.DivClassName
{
background-color: #6804DB;
}
.BgClassName
{
background-color: #6804DB;
}
</style>
border-color css
<style>
span { border-color: #6804DB; }
span { border-color: rgb(104,4,219); }
td.TdClassName
{
border-color: #6804DB;
}
.TagClassName
{
border-color: #6804DB;
}
</style>