Shades of Electric Indigo #6511EA
Tints of Electric Indigo #6511EA
RGB
CMYK
RGB Variations
Color information
#6511EA (or 0x6511EA) is known color: Electric Indigo. HEX triplet: 65, 11 and EA. RGB value is (101,17,234). Sum of RGB (Red+Green+Blue) = 101+17+234=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #6511EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6511EA is #9AEE15. Grayscale: #424242. Windows color (decimal): -10153494 or 15339877. OLE color: 15339877.
HSL color Cylindrical-coordinate representation of color #6511EA: hue angle of 263.23º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6511EA is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 17 | 234 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.08 |
| HSL | 263.23º | 0.86% | 0.49% | - |
| HSV(B) | 263.23º | 0.93% | 0.92% | - |
| XYZ | 20.42 | 9.11 | 78.52 | - |
| YUV | 66.85 | 222.33 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 234 | 0.57 | 0.93 | 0 | 0.08 | 263.23 | 0.86 | 0.49 |
| Hex | 65 | 11 | EA | 39 | 5D | 0 | 8 | 107 | 56 | 31 |
| Octal | 145 | 21 | 352 | 71 | 135 | 0 | 10 | 407 | 126 | 61 |
| Binary | 1100101 | 10001 | 11101010 | 111001 | 1011101 | 0 | 1000 | 100000111 | 1010110 | 110001 |
Color Harmonies of #6511EA
Complementary color
Monochromatic Colors of #6511EA
Black with #6511EA
Text Example
Text Example
White with #6511EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6511EA; }
p { color: rgb(101,17,234); }
H1.HeaderClassName
{
color: #6511EA;
}
.AnyTagClassName
{
color: #6511EA;
}
</style>
background-color css
<style>
a { background-color: #6511EA; }
a { background-color: rgb(101,17,234); }
div.DivClassName
{
background-color: #6511EA;
}
.BgClassName
{
background-color: #6511EA;
}
</style>
border-color css
<style>
span { border-color: #6511EA; }
span { border-color: rgb(101,17,234); }
td.TdClassName
{
border-color: #6511EA;
}
.TagClassName
{
border-color: #6511EA;
}
</style>