Shades of Electric Indigo #6504FE
Tints of Electric Indigo #6504FE
RGB
CMYK
RGB Variations
Color information
#6504FE (or 0x6504FE) is known color: Electric Indigo. HEX triplet: 65, 04 and FE. RGB value is (101,4,254). Sum of RGB (Red+Green+Blue) = 101+4+254=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #6504FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6504FE is #9AFB01. Grayscale: #3C3C3C. Windows color (decimal): -10156802 or 16647269. OLE color: 16647269.
HSL color Cylindrical-coordinate representation of color #6504FE: hue angle of 263.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6504FE is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 4 | 254 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.00 |
| HSL | 263.28º | 0.99% | 0.51% | - |
| HSV(B) | 263.28º | 0.98% | 1% | - |
| XYZ | 23.3 | 10.01 | 94.47 | - |
| YUV | 61.5 | 236.64 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 254 | 0.60 | 0.98 | 0 | 0.00 | 263.28 | 0.99 | 0.51 |
| Hex | 65 | 4 | FE | 3C | 62 | 0 | 0 | 107 | 63 | 33 |
| Octal | 145 | 4 | 376 | 74 | 142 | 0 | 0 | 407 | 143 | 63 |
| Binary | 1100101 | 100 | 11111110 | 111100 | 1100010 | 0 | 0 | 100000111 | 1100011 | 110011 |
Color Harmonies of #6504FE
Complementary color
Monochromatic Colors of #6504FE
Black with #6504FE
Text Example
Text Example
White with #6504FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6504FE; }
p { color: rgb(101,4,254); }
H1.HeaderClassName
{
color: #6504FE;
}
.AnyTagClassName
{
color: #6504FE;
}
</style>
background-color css
<style>
a { background-color: #6504FE; }
a { background-color: rgb(101,4,254); }
div.DivClassName
{
background-color: #6504FE;
}
.BgClassName
{
background-color: #6504FE;
}
</style>
border-color css
<style>
span { border-color: #6504FE; }
span { border-color: rgb(101,4,254); }
td.TdClassName
{
border-color: #6504FE;
}
.TagClassName
{
border-color: #6504FE;
}
</style>