Shades of Electric Indigo #6505FA
Tints of Electric Indigo #6505FA
RGB
CMYK
RGB Variations
Color information
#6505FA (or 0x6505FA) is known color: Electric Indigo. HEX triplet: 65, 05 and FA. RGB value is (101,5,250). Sum of RGB (Red+Green+Blue) = 101+5+250=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #6505FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6505FA is #9AFA05. Grayscale: #3C3C3C. Windows color (decimal): -10156550 or 16385381. OLE color: 16385381.
HSL color Cylindrical-coordinate representation of color #6505FA: hue angle of 263.51º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6505FA is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 5 | 250 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.02 |
| HSL | 263.51º | 0.96% | 0.5% | - |
| HSV(B) | 263.51º | 0.98% | 0.98% | - |
| XYZ | 22.68 | 9.78 | 91.13 | - |
| YUV | 61.63 | 234.3 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 5 | 250 | 0.60 | 0.98 | 0 | 0.02 | 263.51 | 0.96 | 0.5 |
| Hex | 65 | 5 | FA | 3C | 62 | 0 | 2 | 108 | 60 | 32 |
| Octal | 145 | 5 | 372 | 74 | 142 | 0 | 2 | 410 | 140 | 62 |
| Binary | 1100101 | 101 | 11111010 | 111100 | 1100010 | 0 | 10 | 100001000 | 1100000 | 110010 |
Color Harmonies of #6505FA
Complementary color
Monochromatic Colors of #6505FA
Black with #6505FA
Text Example
Text Example
White with #6505FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6505FA; }
p { color: rgb(101,5,250); }
H1.HeaderClassName
{
color: #6505FA;
}
.AnyTagClassName
{
color: #6505FA;
}
</style>
background-color css
<style>
a { background-color: #6505FA; }
a { background-color: rgb(101,5,250); }
div.DivClassName
{
background-color: #6505FA;
}
.BgClassName
{
background-color: #6505FA;
}
</style>
border-color css
<style>
span { border-color: #6505FA; }
span { border-color: rgb(101,5,250); }
td.TdClassName
{
border-color: #6505FA;
}
.TagClassName
{
border-color: #6505FA;
}
</style>