Shades of Electric Indigo #640EF6
Tints of Electric Indigo #640EF6
RGB
CMYK
RGB Variations
Color information
#640EF6 (or 0x640EF6) is known color: Electric Indigo. HEX triplet: 64, 0E and F6. RGB value is (100,14,246). Sum of RGB (Red+Green+Blue) = 100+14+246=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 246 (96.48% from 255 or 68.33% from 360); Max value from RGB is 246 - color contains mainly: blue. Hex color #640EF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640EF6 is #9BF109. Grayscale: #414141. Windows color (decimal): -10219786 or 16125540. OLE color: 16125540.
HSL color Cylindrical-coordinate representation of color #640EF6: hue angle of 262.24º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EF6 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 14 | 246 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.04 |
| HSL | 262.24º | 0.93% | 0.51% | - |
| HSV(B) | 262.24º | 0.94% | 0.96% | - |
| XYZ | 22.05 | 9.68 | 87.89 | - |
| YUV | 66.16 | 229.49 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 246 | 0.59 | 0.94 | 0 | 0.04 | 262.24 | 0.93 | 0.51 |
| Hex | 64 | E | F6 | 3B | 5E | 0 | 4 | 106 | 5D | 33 |
| Octal | 144 | 16 | 366 | 73 | 136 | 0 | 4 | 406 | 135 | 63 |
| Binary | 1100100 | 1110 | 11110110 | 111011 | 1011110 | 0 | 100 | 100000110 | 1011101 | 110011 |
Color Harmonies of #640EF6
Complementary color
Monochromatic Colors of #640EF6
Black with #640EF6
Text Example
Text Example
White with #640EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640EF6; }
p { color: rgb(100,14,246); }
H1.HeaderClassName
{
color: #640EF6;
}
.AnyTagClassName
{
color: #640EF6;
}
</style>
background-color css
<style>
a { background-color: #640EF6; }
a { background-color: rgb(100,14,246); }
div.DivClassName
{
background-color: #640EF6;
}
.BgClassName
{
background-color: #640EF6;
}
</style>
border-color css
<style>
span { border-color: #640EF6; }
span { border-color: rgb(100,14,246); }
td.TdClassName
{
border-color: #640EF6;
}
.TagClassName
{
border-color: #640EF6;
}
</style>