Shades of Electric Indigo #6009E7
Tints of Electric Indigo #6009E7
RGB
CMYK
RGB Variations
Color information
#6009E7 (or 0x6009E7) is known color: Electric Indigo. HEX triplet: 60, 09 and E7. RGB value is (96,9,231). Sum of RGB (Red+Green+Blue) = 96+9+231=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 231 (90.62% from 255 or 68.75% from 336); Max value from RGB is 231 - color contains mainly: blue. Hex color #6009E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6009E7 is #9FF618. Grayscale: #3B3B3B. Windows color (decimal): -10483225 or 15141216. OLE color: 15141216.
HSL color Cylindrical-coordinate representation of color #6009E7: hue angle of 263.51º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6009E7 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 9 | 231 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.09 |
| HSL | 263.51º | 0.93% | 0.47% | - |
| HSV(B) | 263.51º | 0.96% | 0.91% | - |
| XYZ | 19.35 | 8.45 | 76.21 | - |
| YUV | 60.32 | 224.32 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 231 | 0.58 | 0.96 | 0 | 0.09 | 263.51 | 0.93 | 0.47 |
| Hex | 60 | 9 | E7 | 3A | 60 | 0 | 9 | 108 | 5C | 2F |
| Octal | 140 | 11 | 347 | 72 | 140 | 0 | 11 | 410 | 134 | 57 |
| Binary | 1100000 | 1001 | 11100111 | 111010 | 1100000 | 0 | 1001 | 100001000 | 1011100 | 101111 |
Color Harmonies of #6009E7
Complementary color
Monochromatic Colors of #6009E7
Black with #6009E7
Text Example
Text Example
White with #6009E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6009E7; }
p { color: rgb(96,9,231); }
H1.HeaderClassName
{
color: #6009E7;
}
.AnyTagClassName
{
color: #6009E7;
}
</style>
background-color css
<style>
a { background-color: #6009E7; }
a { background-color: rgb(96,9,231); }
div.DivClassName
{
background-color: #6009E7;
}
.BgClassName
{
background-color: #6009E7;
}
</style>
border-color css
<style>
span { border-color: #6009E7; }
span { border-color: rgb(96,9,231); }
td.TdClassName
{
border-color: #6009E7;
}
.TagClassName
{
border-color: #6009E7;
}
</style>