Shades of Electric Indigo #6607DA
Tints of Electric Indigo #6607DA
RGB
CMYK
RGB Variations
Color information
#6607DA (or 0x6607DA) is known color: Electric Indigo. HEX triplet: 66, 07 and DA. RGB value is (102,7,218). Sum of RGB (Red+Green+Blue) = 102+7+218=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #6607DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6607DA is #99F825. Grayscale: #3A3A3A. Windows color (decimal): -10090534 or 14288742. OLE color: 14288742.
HSL color Cylindrical-coordinate representation of color #6607DA: hue angle of 267.01º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6607DA is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 7 | 218 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.15 |
| HSL | 267.01º | 0.94% | 0.44% | - |
| HSV(B) | 267.01º | 0.97% | 0.85% | - |
| XYZ | 18.21 | 8.04 | 66.92 | - |
| YUV | 59.46 | 217.47 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 218 | 0.53 | 0.97 | 0 | 0.15 | 267.01 | 0.94 | 0.44 |
| Hex | 66 | 7 | DA | 35 | 61 | 0 | F | 10B | 5E | 2C |
| Octal | 146 | 7 | 332 | 65 | 141 | 0 | 17 | 413 | 136 | 54 |
| Binary | 1100110 | 111 | 11011010 | 110101 | 1100001 | 0 | 1111 | 100001011 | 1011110 | 101100 |
Color Harmonies of #6607DA
Complementary color
Monochromatic Colors of #6607DA
Black with #6607DA
Text Example
Text Example
White with #6607DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6607DA; }
p { color: rgb(102,7,218); }
H1.HeaderClassName
{
color: #6607DA;
}
.AnyTagClassName
{
color: #6607DA;
}
</style>
background-color css
<style>
a { background-color: #6607DA; }
a { background-color: rgb(102,7,218); }
div.DivClassName
{
background-color: #6607DA;
}
.BgClassName
{
background-color: #6607DA;
}
</style>
border-color css
<style>
span { border-color: #6607DA; }
span { border-color: rgb(102,7,218); }
td.TdClassName
{
border-color: #6607DA;
}
.TagClassName
{
border-color: #6607DA;
}
</style>