Shades of Electric Indigo #6502E6
Tints of Electric Indigo #6502E6
RGB
CMYK
RGB Variations
Color information
#6502E6 (or 0x6502E6) is known color: Electric Indigo. HEX triplet: 65, 02 and E6. RGB value is (101,2,230). Sum of RGB (Red+Green+Blue) = 101+2+230=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 230 (90.23% from 255 or 69.07% from 333); Max value from RGB is 230 - color contains mainly: blue. Hex color #6502E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6502E6 is #9AFD19. Grayscale: #383838. Windows color (decimal): -10157338 or 15073893. OLE color: 15073893.
HSL color Cylindrical-coordinate representation of color #6502E6: hue angle of 266.05º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502E6 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 2 | 230 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.10 |
| HSL | 266.05º | 0.98% | 0.45% | - |
| HSV(B) | 266.05º | 0.99% | 0.9% | - |
| XYZ | 19.67 | 8.52 | 75.47 | - |
| YUV | 57.59 | 225.3 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 230 | 0.56 | 0.99 | 0 | 0.10 | 266.05 | 0.98 | 0.45 |
| Hex | 65 | 2 | E6 | 38 | 63 | 0 | A | 10A | 62 | 2D |
| Octal | 145 | 2 | 346 | 70 | 143 | 0 | 12 | 412 | 142 | 55 |
| Binary | 1100101 | 10 | 11100110 | 111000 | 1100011 | 0 | 1010 | 100001010 | 1100010 | 101101 |
Color Harmonies of #6502E6
Complementary color
Monochromatic Colors of #6502E6
Black with #6502E6
Text Example
Text Example
White with #6502E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502E6; }
p { color: rgb(101,2,230); }
H1.HeaderClassName
{
color: #6502E6;
}
.AnyTagClassName
{
color: #6502E6;
}
</style>
background-color css
<style>
a { background-color: #6502E6; }
a { background-color: rgb(101,2,230); }
div.DivClassName
{
background-color: #6502E6;
}
.BgClassName
{
background-color: #6502E6;
}
</style>
border-color css
<style>
span { border-color: #6502E6; }
span { border-color: rgb(101,2,230); }
td.TdClassName
{
border-color: #6502E6;
}
.TagClassName
{
border-color: #6502E6;
}
</style>