Shades of Electric Indigo #6609D9
Tints of Electric Indigo #6609D9
RGB
CMYK
RGB Variations
Color information
#6609D9 (or 0x6609D9) is known color: Electric Indigo. HEX triplet: 66, 09 and D9. RGB value is (102,9,217). Sum of RGB (Red+Green+Blue) = 102+9+217=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 217 (85.16% from 255 or 66.16% from 328); Max value from RGB is 217 - color contains mainly: blue. Hex color #6609D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6609D9 is #99F626. Grayscale: #3B3B3B. Windows color (decimal): -10090023 or 14223718. OLE color: 14223718.
HSL color Cylindrical-coordinate representation of color #6609D9: hue angle of 266.83º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6609D9 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 9 | 217 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.15 |
| HSL | 266.83º | 0.92% | 0.44% | - |
| HSV(B) | 266.83º | 0.96% | 0.85% | - |
| XYZ | 18.1 | 8.03 | 66.24 | - |
| YUV | 60.52 | 216.31 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 217 | 0.53 | 0.96 | 0 | 0.15 | 266.83 | 0.92 | 0.44 |
| Hex | 66 | 9 | D9 | 35 | 60 | 0 | F | 10B | 5C | 2C |
| Octal | 146 | 11 | 331 | 65 | 140 | 0 | 17 | 413 | 134 | 54 |
| Binary | 1100110 | 1001 | 11011001 | 110101 | 1100000 | 0 | 1111 | 100001011 | 1011100 | 101100 |
Color Harmonies of #6609D9
Complementary color
Monochromatic Colors of #6609D9
Black with #6609D9
Text Example
Text Example
White with #6609D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6609D9; }
p { color: rgb(102,9,217); }
H1.HeaderClassName
{
color: #6609D9;
}
.AnyTagClassName
{
color: #6609D9;
}
</style>
background-color css
<style>
a { background-color: #6609D9; }
a { background-color: rgb(102,9,217); }
div.DivClassName
{
background-color: #6609D9;
}
.BgClassName
{
background-color: #6609D9;
}
</style>
border-color css
<style>
span { border-color: #6609D9; }
span { border-color: rgb(102,9,217); }
td.TdClassName
{
border-color: #6609D9;
}
.TagClassName
{
border-color: #6609D9;
}
</style>