Shades of Electric Indigo #6503FA
Tints of Electric Indigo #6503FA
RGB
CMYK
RGB Variations
Color information
#6503FA (or 0x6503FA) is known color: Electric Indigo. HEX triplet: 65, 03 and FA. RGB value is (101,3,250). Sum of RGB (Red+Green+Blue) = 101+3+250=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #6503FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6503FA is #9AFC05. Grayscale: #3B3B3B. Windows color (decimal): -10157062 or 16384869. OLE color: 16384869.
HSL color Cylindrical-coordinate representation of color #6503FA: hue angle of 263.81º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6503FA is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 3 | 250 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.02 |
| HSL | 263.81º | 0.98% | 0.5% | - |
| HSV(B) | 263.81º | 0.99% | 0.98% | - |
| XYZ | 22.65 | 9.73 | 91.13 | - |
| YUV | 60.46 | 234.97 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 250 | 0.60 | 0.99 | 0 | 0.02 | 263.81 | 0.98 | 0.5 |
| Hex | 65 | 3 | FA | 3C | 63 | 0 | 2 | 108 | 62 | 32 |
| Octal | 145 | 3 | 372 | 74 | 143 | 0 | 2 | 410 | 142 | 62 |
| Binary | 1100101 | 11 | 11111010 | 111100 | 1100011 | 0 | 10 | 100001000 | 1100010 | 110010 |
Color Harmonies of #6503FA
Complementary color
Monochromatic Colors of #6503FA
Black with #6503FA
Text Example
Text Example
White with #6503FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6503FA; }
p { color: rgb(101,3,250); }
H1.HeaderClassName
{
color: #6503FA;
}
.AnyTagClassName
{
color: #6503FA;
}
</style>
background-color css
<style>
a { background-color: #6503FA; }
a { background-color: rgb(101,3,250); }
div.DivClassName
{
background-color: #6503FA;
}
.BgClassName
{
background-color: #6503FA;
}
</style>
border-color css
<style>
span { border-color: #6503FA; }
span { border-color: rgb(101,3,250); }
td.TdClassName
{
border-color: #6503FA;
}
.TagClassName
{
border-color: #6503FA;
}
</style>