Shades of Electric Indigo #6502FF
Tints of Electric Indigo #6502FF
RGB
CMYK
RGB Variations
Color information
#6502FF (or 0x6502FF) is known color: Electric Indigo. HEX triplet: 65, 02 and FF. RGB value is (101,2,255). Sum of RGB (Red+Green+Blue) = 101+2+255=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #6502FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6502FF is #9AFD00. Grayscale: #3B3B3B. Windows color (decimal): -10157313 or 16712293. OLE color: 16712293.
HSL color Cylindrical-coordinate representation of color #6502FF: hue angle of 263.48º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502FF is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 2 | 255 | - |
| CMYK | 0.60 | 0.99 | 0 | 0 |
| HSL | 263.48º | 1% | 0.5% | - |
| HSV(B) | 263.48º | 0.99% | 1% | - |
| XYZ | 23.44 | 10.03 | 95.31 | - |
| YUV | 60.44 | 237.8 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 255 | 0.60 | 0.99 | 0 | 0 | 263.48 | 1 | 0.5 |
| Hex | 65 | 2 | FF | 3C | 63 | 0 | 0 | 107 | 64 | 32 |
| Octal | 145 | 2 | 377 | 74 | 143 | 0 | 0 | 407 | 144 | 62 |
| Binary | 1100101 | 10 | 11111111 | 111100 | 1100011 | 0 | 0 | 100000111 | 1100100 | 110010 |
Color Harmonies of #6502FF
Complementary color
Monochromatic Colors of #6502FF
Black with #6502FF
Text Example
Text Example
White with #6502FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502FF; }
p { color: rgb(101,2,255); }
H1.HeaderClassName
{
color: #6502FF;
}
.AnyTagClassName
{
color: #6502FF;
}
</style>
background-color css
<style>
a { background-color: #6502FF; }
a { background-color: rgb(101,2,255); }
div.DivClassName
{
background-color: #6502FF;
}
.BgClassName
{
background-color: #6502FF;
}
</style>
border-color css
<style>
span { border-color: #6502FF; }
span { border-color: rgb(101,2,255); }
td.TdClassName
{
border-color: #6502FF;
}
.TagClassName
{
border-color: #6502FF;
}
</style>