Shades of Electric Indigo #6603DB
Tints of Electric Indigo #6603DB
RGB
CMYK
RGB Variations
Color information
#6603DB (or 0x6603DB) is known color: Electric Indigo. HEX triplet: 66, 03 and DB. RGB value is (102,3,219). Sum of RGB (Red+Green+Blue) = 102+3+219=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #6603DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6603DB is #99FC24. Grayscale: #383838. Windows color (decimal): -10091557 or 14353254. OLE color: 14353254.
HSL color Cylindrical-coordinate representation of color #6603DB: hue angle of 267.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6603DB is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 3 | 219 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.14 |
| HSL | 267.5º | 0.97% | 0.44% | - |
| HSV(B) | 267.5º | 0.99% | 0.86% | - |
| XYZ | 18.3 | 8 | 67.6 | - |
| YUV | 57.23 | 219.3 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 219 | 0.53 | 0.99 | 0 | 0.14 | 267.5 | 0.97 | 0.44 |
| Hex | 66 | 3 | DB | 35 | 63 | 0 | E | 10C | 61 | 2C |
| Octal | 146 | 3 | 333 | 65 | 143 | 0 | 16 | 414 | 141 | 54 |
| Binary | 1100110 | 11 | 11011011 | 110101 | 1100011 | 0 | 1110 | 100001100 | 1100001 | 101100 |
Color Harmonies of #6603DB
Complementary color
Monochromatic Colors of #6603DB
Black with #6603DB
Text Example
Text Example
White with #6603DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6603DB; }
p { color: rgb(102,3,219); }
H1.HeaderClassName
{
color: #6603DB;
}
.AnyTagClassName
{
color: #6603DB;
}
</style>
background-color css
<style>
a { background-color: #6603DB; }
a { background-color: rgb(102,3,219); }
div.DivClassName
{
background-color: #6603DB;
}
.BgClassName
{
background-color: #6603DB;
}
</style>
border-color css
<style>
span { border-color: #6603DB; }
span { border-color: rgb(102,3,219); }
td.TdClassName
{
border-color: #6603DB;
}
.TagClassName
{
border-color: #6603DB;
}
</style>