Shades of Electric Indigo #6604D6
Tints of Electric Indigo #6604D6
RGB
CMYK
RGB Variations
Color information
#6604D6 (or 0x6604D6) is known color: Electric Indigo. HEX triplet: 66, 04 and D6. RGB value is (102,4,214). Sum of RGB (Red+Green+Blue) = 102+4+214=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 214 (83.98% from 255 or 66.88% from 320); Max value from RGB is 214 - color contains mainly: blue. Hex color #6604D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6604D6 is #99FB29. Grayscale: #383838. Windows color (decimal): -10091306 or 14025830. OLE color: 14025830.
HSL color Cylindrical-coordinate representation of color #6604D6: hue angle of 268º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6604D6 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 4 | 214 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.16 |
| HSL | 268º | 0.96% | 0.43% | - |
| HSV(B) | 268º | 0.98% | 0.84% | - |
| XYZ | 17.66 | 7.77 | 64.19 | - |
| YUV | 57.24 | 216.47 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 214 | 0.52 | 0.98 | 0 | 0.16 | 268 | 0.96 | 0.43 |
| Hex | 66 | 4 | D6 | 34 | 62 | 0 | 10 | 10C | 60 | 2B |
| Octal | 146 | 4 | 326 | 64 | 142 | 0 | 20 | 414 | 140 | 53 |
| Binary | 1100110 | 100 | 11010110 | 110100 | 1100010 | 0 | 10000 | 100001100 | 1100000 | 101011 |
Color Harmonies of #6604D6
Complementary color
Monochromatic Colors of #6604D6
Black with #6604D6
Text Example
Text Example
White with #6604D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6604D6; }
p { color: rgb(102,4,214); }
H1.HeaderClassName
{
color: #6604D6;
}
.AnyTagClassName
{
color: #6604D6;
}
</style>
background-color css
<style>
a { background-color: #6604D6; }
a { background-color: rgb(102,4,214); }
div.DivClassName
{
background-color: #6604D6;
}
.BgClassName
{
background-color: #6604D6;
}
</style>
border-color css
<style>
span { border-color: #6604D6; }
span { border-color: rgb(102,4,214); }
td.TdClassName
{
border-color: #6604D6;
}
.TagClassName
{
border-color: #6604D6;
}
</style>