Shades of Electric Indigo #6609E5
Tints of Electric Indigo #6609E5
RGB
CMYK
RGB Variations
Color information
#6609E5 (or 0x6609E5) is known color: Electric Indigo. HEX triplet: 66, 09 and E5. RGB value is (102,9,229). Sum of RGB (Red+Green+Blue) = 102+9+229=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 229 (89.84% from 255 or 67.35% from 340); Max value from RGB is 229 - color contains mainly: blue. Hex color #6609E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6609E5 is #99F61A. Grayscale: #3D3D3D. Windows color (decimal): -10090011 or 15010150. OLE color: 15010150.
HSL color Cylindrical-coordinate representation of color #6609E5: hue angle of 265.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6609E5 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 9 | 229 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.10 |
| HSL | 265.36º | 0.92% | 0.47% | - |
| HSV(B) | 265.36º | 0.96% | 0.9% | - |
| XYZ | 19.72 | 8.68 | 74.76 | - |
| YUV | 61.89 | 222.31 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 229 | 0.55 | 0.96 | 0 | 0.10 | 265.36 | 0.92 | 0.47 |
| Hex | 66 | 9 | E5 | 37 | 60 | 0 | A | 109 | 5C | 2F |
| Octal | 146 | 11 | 345 | 67 | 140 | 0 | 12 | 411 | 134 | 57 |
| Binary | 1100110 | 1001 | 11100101 | 110111 | 1100000 | 0 | 1010 | 100001001 | 1011100 | 101111 |
Color Harmonies of #6609E5
Complementary color
Monochromatic Colors of #6609E5
Black with #6609E5
Text Example
Text Example
White with #6609E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6609E5; }
p { color: rgb(102,9,229); }
H1.HeaderClassName
{
color: #6609E5;
}
.AnyTagClassName
{
color: #6609E5;
}
</style>
background-color css
<style>
a { background-color: #6609E5; }
a { background-color: rgb(102,9,229); }
div.DivClassName
{
background-color: #6609E5;
}
.BgClassName
{
background-color: #6609E5;
}
</style>
border-color css
<style>
span { border-color: #6609E5; }
span { border-color: rgb(102,9,229); }
td.TdClassName
{
border-color: #6609E5;
}
.TagClassName
{
border-color: #6609E5;
}
</style>