Shades of Electric Indigo #6511FA
Tints of Electric Indigo #6511FA
RGB
CMYK
RGB Variations
Color information
#6511FA (or 0x6511FA) is known color: Electric Indigo. HEX triplet: 65, 11 and FA. RGB value is (101,17,250). Sum of RGB (Red+Green+Blue) = 101+17+250=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #6511FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6511FA is #9AEE05. Grayscale: #434343. Windows color (decimal): -10153478 or 16388453. OLE color: 16388453.
HSL color Cylindrical-coordinate representation of color #6511FA: hue angle of 261.63º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6511FA is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 17 | 250 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.02 |
| HSL | 261.63º | 0.96% | 0.52% | - |
| HSV(B) | 261.63º | 0.93% | 0.98% | - |
| XYZ | 22.82 | 10.07 | 91.18 | - |
| YUV | 68.68 | 230.33 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 250 | 0.60 | 0.93 | 0 | 0.02 | 261.63 | 0.96 | 0.52 |
| Hex | 65 | 11 | FA | 3C | 5D | 0 | 2 | 106 | 60 | 34 |
| Octal | 145 | 21 | 372 | 74 | 135 | 0 | 2 | 406 | 140 | 64 |
| Binary | 1100101 | 10001 | 11111010 | 111100 | 1011101 | 0 | 10 | 100000110 | 1100000 | 110100 |
Color Harmonies of #6511FA
Complementary color
Monochromatic Colors of #6511FA
Black with #6511FA
Text Example
Text Example
White with #6511FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6511FA; }
p { color: rgb(101,17,250); }
H1.HeaderClassName
{
color: #6511FA;
}
.AnyTagClassName
{
color: #6511FA;
}
</style>
background-color css
<style>
a { background-color: #6511FA; }
a { background-color: rgb(101,17,250); }
div.DivClassName
{
background-color: #6511FA;
}
.BgClassName
{
background-color: #6511FA;
}
</style>
border-color css
<style>
span { border-color: #6511FA; }
span { border-color: rgb(101,17,250); }
td.TdClassName
{
border-color: #6511FA;
}
.TagClassName
{
border-color: #6511FA;
}
</style>