Shades of Electric Indigo #6502E0
Tints of Electric Indigo #6502E0
RGB
CMYK
RGB Variations
Color information
#6502E0 (or 0x6502E0) is known color: Electric Indigo. HEX triplet: 65, 02 and E0. RGB value is (101,2,224). Sum of RGB (Red+Green+Blue) = 101+2+224=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 224 (87.89% from 255 or 68.50% from 327); Max value from RGB is 224 - color contains mainly: blue. Hex color #6502E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502E0 is #9AFD1F. Grayscale: #383838. Windows color (decimal): -10157344 or 14680677. OLE color: 14680677.
HSL color Cylindrical-coordinate representation of color #6502E0: hue angle of 266.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502E0 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 2 | 224 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.12 |
| HSL | 266.76º | 0.98% | 0.44% | - |
| HSV(B) | 266.76º | 0.99% | 0.88% | - |
| XYZ | 18.84 | 8.19 | 71.11 | - |
| YUV | 56.91 | 222.3 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 224 | 0.55 | 0.99 | 0 | 0.12 | 266.76 | 0.98 | 0.44 |
| Hex | 65 | 2 | E0 | 37 | 63 | 0 | C | 10B | 62 | 2C |
| Octal | 145 | 2 | 340 | 67 | 143 | 0 | 14 | 413 | 142 | 54 |
| Binary | 1100101 | 10 | 11100000 | 110111 | 1100011 | 0 | 1100 | 100001011 | 1100010 | 101100 |
Color Harmonies of #6502E0
Complementary color
Monochromatic Colors of #6502E0
Black with #6502E0
Text Example
Text Example
White with #6502E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502E0; }
p { color: rgb(101,2,224); }
H1.HeaderClassName
{
color: #6502E0;
}
.AnyTagClassName
{
color: #6502E0;
}
</style>
background-color css
<style>
a { background-color: #6502E0; }
a { background-color: rgb(101,2,224); }
div.DivClassName
{
background-color: #6502E0;
}
.BgClassName
{
background-color: #6502E0;
}
</style>
border-color css
<style>
span { border-color: #6502E0; }
span { border-color: rgb(101,2,224); }
td.TdClassName
{
border-color: #6502E0;
}
.TagClassName
{
border-color: #6502E0;
}
</style>