Shades of Electric Indigo #6502FE
Tints of Electric Indigo #6502FE
RGB
CMYK
RGB Variations
Color information
#6502FE (or 0x6502FE) is known color: Electric Indigo. HEX triplet: 65, 02 and FE. RGB value is (101,2,254). Sum of RGB (Red+Green+Blue) = 101+2+254=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #6502FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6502FE is #9AFD01. Grayscale: #3B3B3B. Windows color (decimal): -10157314 or 16646757. OLE color: 16646757.
HSL color Cylindrical-coordinate representation of color #6502FE: hue angle of 263.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502FE is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 2 | 254 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.00 |
| HSL | 263.57º | 0.99% | 0.5% | - |
| HSV(B) | 263.57º | 0.99% | 1% | - |
| XYZ | 23.28 | 9.97 | 94.46 | - |
| YUV | 60.33 | 237.3 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 254 | 0.60 | 0.99 | 0 | 0.00 | 263.57 | 0.99 | 0.5 |
| Hex | 65 | 2 | FE | 3C | 63 | 0 | 0 | 108 | 63 | 32 |
| Octal | 145 | 2 | 376 | 74 | 143 | 0 | 0 | 410 | 143 | 62 |
| Binary | 1100101 | 10 | 11111110 | 111100 | 1100011 | 0 | 0 | 100001000 | 1100011 | 110010 |
Color Harmonies of #6502FE
Complementary color
Monochromatic Colors of #6502FE
Black with #6502FE
Text Example
Text Example
White with #6502FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502FE; }
p { color: rgb(101,2,254); }
H1.HeaderClassName
{
color: #6502FE;
}
.AnyTagClassName
{
color: #6502FE;
}
</style>
background-color css
<style>
a { background-color: #6502FE; }
a { background-color: rgb(101,2,254); }
div.DivClassName
{
background-color: #6502FE;
}
.BgClassName
{
background-color: #6502FE;
}
</style>
border-color css
<style>
span { border-color: #6502FE; }
span { border-color: rgb(101,2,254); }
td.TdClassName
{
border-color: #6502FE;
}
.TagClassName
{
border-color: #6502FE;
}
</style>