Shades of Electric Indigo #6700DB
Tints of Electric Indigo #6700DB
RGB
CMYK
RGB Variations
Color information
#6700DB (or 0x6700DB) is known color: Electric Indigo. HEX triplet: 67, 00 and DB. RGB value is (103,0,219). Sum of RGB (Red+Green+Blue) = 103+0+219=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #6700DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700DB is #98FF24. Grayscale: #363636. Windows color (decimal): -10026789 or 14352487. OLE color: 14352487.
HSL color Cylindrical-coordinate representation of color #6700DB: hue angle of 268.22º 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 #6700DB is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 0 | 219 | - |
| CMYK | 0.53 | 1 | 0 | 0.14 |
| HSL | 268.22º | 1% | 0.43% | - |
| HSV(B) | 268.22º | 1% | 0.86% | - |
| XYZ | 18.38 | 8 | 67.59 | - |
| YUV | 55.76 | 220.12 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 219 | 0.53 | 1 | 0 | 0.14 | 268.22 | 1 | 0.43 |
| Hex | 67 | 0 | DB | 35 | 64 | 0 | E | 10C | 64 | 2B |
| Octal | 147 | 0 | 333 | 65 | 144 | 0 | 16 | 414 | 144 | 53 |
| Binary | 1100111 | 0 | 11011011 | 110101 | 1100100 | 0 | 1110 | 100001100 | 1100100 | 101011 |
Color Harmonies of #6700DB
Complementary color
Monochromatic Colors of #6700DB
Black with #6700DB
Text Example
Text Example
White with #6700DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700DB; }
p { color: rgb(103,0,219); }
H1.HeaderClassName
{
color: #6700DB;
}
.AnyTagClassName
{
color: #6700DB;
}
</style>
background-color css
<style>
a { background-color: #6700DB; }
a { background-color: rgb(103,0,219); }
div.DivClassName
{
background-color: #6700DB;
}
.BgClassName
{
background-color: #6700DB;
}
</style>
border-color css
<style>
span { border-color: #6700DB; }
span { border-color: rgb(103,0,219); }
td.TdClassName
{
border-color: #6700DB;
}
.TagClassName
{
border-color: #6700DB;
}
</style>