Shades of Electric Indigo #6503EC
Tints of Electric Indigo #6503EC
RGB
CMYK
RGB Variations
Color information
#6503EC (or 0x6503EC) is known color: Electric Indigo. HEX triplet: 65, 03 and EC. RGB value is (101,3,236). Sum of RGB (Red+Green+Blue) = 101+3+236=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 236 (92.58% from 255 or 69.41% from 340); Max value from RGB is 236 - color contains mainly: blue. Hex color #6503EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6503EC is #9AFC13. Grayscale: #3A3A3A. Windows color (decimal): -10157076 or 15467365. OLE color: 15467365.
HSL color Cylindrical-coordinate representation of color #6503EC: hue angle of 265.24º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6503EC is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 3 | 236 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.07 |
| HSL | 265.24º | 0.97% | 0.47% | - |
| HSV(B) | 265.24º | 0.99% | 0.93% | - |
| XYZ | 20.54 | 8.89 | 79.99 | - |
| YUV | 58.86 | 227.97 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 236 | 0.57 | 0.99 | 0 | 0.07 | 265.24 | 0.97 | 0.47 |
| Hex | 65 | 3 | EC | 39 | 63 | 0 | 7 | 109 | 61 | 2F |
| Octal | 145 | 3 | 354 | 71 | 143 | 0 | 7 | 411 | 141 | 57 |
| Binary | 1100101 | 11 | 11101100 | 111001 | 1100011 | 0 | 111 | 100001001 | 1100001 | 101111 |
Color Harmonies of #6503EC
Complementary color
Monochromatic Colors of #6503EC
Black with #6503EC
Text Example
Text Example
White with #6503EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6503EC; }
p { color: rgb(101,3,236); }
H1.HeaderClassName
{
color: #6503EC;
}
.AnyTagClassName
{
color: #6503EC;
}
</style>
background-color css
<style>
a { background-color: #6503EC; }
a { background-color: rgb(101,3,236); }
div.DivClassName
{
background-color: #6503EC;
}
.BgClassName
{
background-color: #6503EC;
}
</style>
border-color css
<style>
span { border-color: #6503EC; }
span { border-color: rgb(101,3,236); }
td.TdClassName
{
border-color: #6503EC;
}
.TagClassName
{
border-color: #6503EC;
}
</style>