Shades of Electric Indigo #6509E6
Tints of Electric Indigo #6509E6
RGB
CMYK
RGB Variations
Color information
#6509E6 (or 0x6509E6) is known color: Electric Indigo. HEX triplet: 65, 09 and E6. RGB value is (101,9,230). Sum of RGB (Red+Green+Blue) = 101+9+230=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 230 (90.23% from 255 or 67.65% from 340); Max value from RGB is 230 - color contains mainly: blue. Hex color #6509E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6509E6 is #9AF619. Grayscale: #3C3C3C. Windows color (decimal): -10155546 or 15075685. OLE color: 15075685.
HSL color Cylindrical-coordinate representation of color #6509E6: hue angle of 264.98º 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 #6509E6 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 9 | 230 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.10 |
| HSL | 264.98º | 0.92% | 0.47% | - |
| HSV(B) | 264.98º | 0.96% | 0.9% | - |
| XYZ | 19.75 | 8.68 | 75.5 | - |
| YUV | 61.7 | 222.98 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 230 | 0.56 | 0.96 | 0 | 0.10 | 264.98 | 0.92 | 0.47 |
| Hex | 65 | 9 | E6 | 38 | 60 | 0 | A | 109 | 5C | 2F |
| Octal | 145 | 11 | 346 | 70 | 140 | 0 | 12 | 411 | 134 | 57 |
| Binary | 1100101 | 1001 | 11100110 | 111000 | 1100000 | 0 | 1010 | 100001001 | 1011100 | 101111 |
Color Harmonies of #6509E6
Complementary color
Monochromatic Colors of #6509E6
Black with #6509E6
Text Example
Text Example
White with #6509E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6509E6; }
p { color: rgb(101,9,230); }
H1.HeaderClassName
{
color: #6509E6;
}
.AnyTagClassName
{
color: #6509E6;
}
</style>
background-color css
<style>
a { background-color: #6509E6; }
a { background-color: rgb(101,9,230); }
div.DivClassName
{
background-color: #6509E6;
}
.BgClassName
{
background-color: #6509E6;
}
</style>
border-color css
<style>
span { border-color: #6509E6; }
span { border-color: rgb(101,9,230); }
td.TdClassName
{
border-color: #6509E6;
}
.TagClassName
{
border-color: #6509E6;
}
</style>