Shades of Electric Indigo #6603DA
Tints of Electric Indigo #6603DA
RGB
CMYK
RGB Variations
Color information
#6603DA (or 0x6603DA) is known color: Electric Indigo. HEX triplet: 66, 03 and DA. RGB value is (102,3,218). Sum of RGB (Red+Green+Blue) = 102+3+218=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #6603DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6603DA is #99FC25. Grayscale: #383838. Windows color (decimal): -10091558 or 14287718. OLE color: 14287718.
HSL color Cylindrical-coordinate representation of color #6603DA: hue angle of 267.63º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6603DA is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 3 | 218 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.15 |
| HSL | 267.63º | 0.97% | 0.43% | - |
| HSV(B) | 267.63º | 0.99% | 0.85% | - |
| XYZ | 18.17 | 7.95 | 66.91 | - |
| YUV | 57.11 | 218.8 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 218 | 0.53 | 0.99 | 0 | 0.15 | 267.63 | 0.97 | 0.43 |
| Hex | 66 | 3 | DA | 35 | 63 | 0 | F | 10C | 61 | 2B |
| Octal | 146 | 3 | 332 | 65 | 143 | 0 | 17 | 414 | 141 | 53 |
| Binary | 1100110 | 11 | 11011010 | 110101 | 1100011 | 0 | 1111 | 100001100 | 1100001 | 101011 |
Color Harmonies of #6603DA
Complementary color
Monochromatic Colors of #6603DA
Black with #6603DA
Text Example
Text Example
White with #6603DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6603DA; }
p { color: rgb(102,3,218); }
H1.HeaderClassName
{
color: #6603DA;
}
.AnyTagClassName
{
color: #6603DA;
}
</style>
background-color css
<style>
a { background-color: #6603DA; }
a { background-color: rgb(102,3,218); }
div.DivClassName
{
background-color: #6603DA;
}
.BgClassName
{
background-color: #6603DA;
}
</style>
border-color css
<style>
span { border-color: #6603DA; }
span { border-color: rgb(102,3,218); }
td.TdClassName
{
border-color: #6603DA;
}
.TagClassName
{
border-color: #6603DA;
}
</style>