Shades of Electric Indigo #6609EF
Tints of Electric Indigo #6609EF
RGB
CMYK
RGB Variations
Color information
#6609EF (or 0x6609EF) is known color: Electric Indigo. HEX triplet: 66, 09 and EF. RGB value is (102,9,239). Sum of RGB (Red+Green+Blue) = 102+9+239=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #6609EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6609EF is #99F610. Grayscale: #3E3E3E. Windows color (decimal): -10090001 or 15665510. OLE color: 15665510.
HSL color Cylindrical-coordinate representation of color #6609EF: hue angle of 264.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6609EF is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 9 | 239 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.06 |
| HSL | 264.26º | 0.93% | 0.49% | - |
| HSV(B) | 264.26º | 0.96% | 0.94% | - |
| XYZ | 21.16 | 9.25 | 82.33 | - |
| YUV | 63.03 | 227.31 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 239 | 0.57 | 0.96 | 0 | 0.06 | 264.26 | 0.93 | 0.49 |
| Hex | 66 | 9 | EF | 39 | 60 | 0 | 6 | 108 | 5D | 31 |
| Octal | 146 | 11 | 357 | 71 | 140 | 0 | 6 | 410 | 135 | 61 |
| Binary | 1100110 | 1001 | 11101111 | 111001 | 1100000 | 0 | 110 | 100001000 | 1011101 | 110001 |
Color Harmonies of #6609EF
Complementary color
Monochromatic Colors of #6609EF
Black with #6609EF
Text Example
Text Example
White with #6609EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6609EF; }
p { color: rgb(102,9,239); }
H1.HeaderClassName
{
color: #6609EF;
}
.AnyTagClassName
{
color: #6609EF;
}
</style>
background-color css
<style>
a { background-color: #6609EF; }
a { background-color: rgb(102,9,239); }
div.DivClassName
{
background-color: #6609EF;
}
.BgClassName
{
background-color: #6609EF;
}
</style>
border-color css
<style>
span { border-color: #6609EF; }
span { border-color: rgb(102,9,239); }
td.TdClassName
{
border-color: #6609EF;
}
.TagClassName
{
border-color: #6609EF;
}
</style>