Shades of Electric Indigo #6400EF
Tints of Electric Indigo #6400EF
RGB
CMYK
RGB Variations
Color information
#6400EF (or 0x6400EF) is known color: Electric Indigo. HEX triplet: 64, 00 and EF. RGB value is (100,0,239). Sum of RGB (Red+Green+Blue) = 100+0+239=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #6400EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6400EF is #9BFF10. Grayscale: #383838. Windows color (decimal): -10223377 or 15663204. OLE color: 15663204.
HSL color Cylindrical-coordinate representation of color #6400EF: hue angle of 265.1º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400EF is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 0 | 239 | - |
| CMYK | 0.58 | 1 | 0 | 0.06 |
| HSL | 265.1º | 1% | 0.47% | - |
| HSV(B) | 265.1º | 1% | 0.94% | - |
| XYZ | 20.84 | 8.94 | 82.29 | - |
| YUV | 57.15 | 230.63 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 239 | 0.58 | 1 | 0 | 0.06 | 265.1 | 1 | 0.47 |
| Hex | 64 | 0 | EF | 3A | 64 | 0 | 6 | 109 | 64 | 2F |
| Octal | 144 | 0 | 357 | 72 | 144 | 0 | 6 | 411 | 144 | 57 |
| Binary | 1100100 | 0 | 11101111 | 111010 | 1100100 | 0 | 110 | 100001001 | 1100100 | 101111 |
Color Harmonies of #6400EF
Complementary color
Monochromatic Colors of #6400EF
Black with #6400EF
Text Example
Text Example
White with #6400EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6400EF; }
p { color: rgb(100,0,239); }
H1.HeaderClassName
{
color: #6400EF;
}
.AnyTagClassName
{
color: #6400EF;
}
</style>
background-color css
<style>
a { background-color: #6400EF; }
a { background-color: rgb(100,0,239); }
div.DivClassName
{
background-color: #6400EF;
}
.BgClassName
{
background-color: #6400EF;
}
</style>
border-color css
<style>
span { border-color: #6400EF; }
span { border-color: rgb(100,0,239); }
td.TdClassName
{
border-color: #6400EF;
}
.TagClassName
{
border-color: #6400EF;
}
</style>