Shades of Electric Indigo #6800DB
Tints of Electric Indigo #6800DB
RGB
CMYK
RGB Variations
Color information
#6800DB (or 0x6800DB) is known color: Electric Indigo. HEX triplet: 68, 00 and DB. RGB value is (104,0,219). Sum of RGB (Red+Green+Blue) = 104+0+219=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #6800DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6800DB is #97FF24. Grayscale: #373737. Windows color (decimal): -9961253 or 14352488. OLE color: 14352488.
HSL color Cylindrical-coordinate representation of color #6800DB: hue angle of 268.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800DB is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 0 | 219 | - |
| CMYK | 0.53 | 1 | 0 | 0.14 |
| HSL | 268.49º | 1% | 0.43% | - |
| HSV(B) | 268.49º | 1% | 0.86% | - |
| XYZ | 18.5 | 8.06 | 67.6 | - |
| YUV | 56.06 | 219.96 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 219 | 0.53 | 1 | 0 | 0.14 | 268.49 | 1 | 0.43 |
| Hex | 68 | 0 | DB | 35 | 64 | 0 | E | 10C | 64 | 2B |
| Octal | 150 | 0 | 333 | 65 | 144 | 0 | 16 | 414 | 144 | 53 |
| Binary | 1101000 | 0 | 11011011 | 110101 | 1100100 | 0 | 1110 | 100001100 | 1100100 | 101011 |
Color Harmonies of #6800DB
Complementary color
Monochromatic Colors of #6800DB
Black with #6800DB
Text Example
Text Example
White with #6800DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6800DB; }
p { color: rgb(104,0,219); }
H1.HeaderClassName
{
color: #6800DB;
}
.AnyTagClassName
{
color: #6800DB;
}
</style>
background-color css
<style>
a { background-color: #6800DB; }
a { background-color: rgb(104,0,219); }
div.DivClassName
{
background-color: #6800DB;
}
.BgClassName
{
background-color: #6800DB;
}
</style>
border-color css
<style>
span { border-color: #6800DB; }
span { border-color: rgb(104,0,219); }
td.TdClassName
{
border-color: #6800DB;
}
.TagClassName
{
border-color: #6800DB;
}
</style>