Shades of Electric Indigo #6503FF
Tints of Electric Indigo #6503FF
RGB
CMYK
RGB Variations
Color information
#6503FF (or 0x6503FF) is known color: Electric Indigo. HEX triplet: 65, 03 and FF. RGB value is (101,3,255). Sum of RGB (Red+Green+Blue) = 101+3+255=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #6503FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6503FF is #9AFC00. Grayscale: #3C3C3C. Windows color (decimal): -10157057 or 16712549. OLE color: 16712549.
HSL color Cylindrical-coordinate representation of color #6503FF: hue angle of 263.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6503FF is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 3 | 255 | - |
| CMYK | 0.60 | 0.99 | 0 | 0 |
| HSL | 263.33º | 1% | 0.51% | - |
| HSV(B) | 263.33º | 0.99% | 1% | - |
| XYZ | 23.45 | 10.05 | 95.31 | - |
| YUV | 61.03 | 237.47 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 255 | 0.60 | 0.99 | 0 | 0 | 263.33 | 1 | 0.51 |
| Hex | 65 | 3 | FF | 3C | 63 | 0 | 0 | 107 | 64 | 33 |
| Octal | 145 | 3 | 377 | 74 | 143 | 0 | 0 | 407 | 144 | 63 |
| Binary | 1100101 | 11 | 11111111 | 111100 | 1100011 | 0 | 0 | 100000111 | 1100100 | 110011 |
Color Harmonies of #6503FF
Complementary color
Monochromatic Colors of #6503FF
Black with #6503FF
Text Example
Text Example
White with #6503FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6503FF; }
p { color: rgb(101,3,255); }
H1.HeaderClassName
{
color: #6503FF;
}
.AnyTagClassName
{
color: #6503FF;
}
</style>
background-color css
<style>
a { background-color: #6503FF; }
a { background-color: rgb(101,3,255); }
div.DivClassName
{
background-color: #6503FF;
}
.BgClassName
{
background-color: #6503FF;
}
</style>
border-color css
<style>
span { border-color: #6503FF; }
span { border-color: rgb(101,3,255); }
td.TdClassName
{
border-color: #6503FF;
}
.TagClassName
{
border-color: #6503FF;
}
</style>