Shades of Electric Indigo #6400EA
Tints of Electric Indigo #6400EA
RGB
CMYK
RGB Variations
Color information
#6400EA (or 0x6400EA) is known color: Electric Indigo. HEX triplet: 64, 00 and EA. RGB value is (100,0,234). Sum of RGB (Red+Green+Blue) = 100+0+234=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #6400EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6400EA is #9BFF15. Grayscale: #373737. Windows color (decimal): -10223382 or 15335524. OLE color: 15335524.
HSL color Cylindrical-coordinate representation of color #6400EA: hue angle of 265.64º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400EA is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 0 | 234 | - |
| CMYK | 0.57 | 1 | 0 | 0.08 |
| HSL | 265.64º | 1% | 0.46% | - |
| HSV(B) | 265.64º | 1% | 0.92% | - |
| XYZ | 20.11 | 8.65 | 78.45 | - |
| YUV | 56.58 | 228.13 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 234 | 0.57 | 1 | 0 | 0.08 | 265.64 | 1 | 0.46 |
| Hex | 64 | 0 | EA | 39 | 64 | 0 | 8 | 10A | 64 | 2E |
| Octal | 144 | 0 | 352 | 71 | 144 | 0 | 10 | 412 | 144 | 56 |
| Binary | 1100100 | 0 | 11101010 | 111001 | 1100100 | 0 | 1000 | 100001010 | 1100100 | 101110 |
Color Harmonies of #6400EA
Complementary color
Monochromatic Colors of #6400EA
Black with #6400EA
Text Example
Text Example
White with #6400EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6400EA; }
p { color: rgb(100,0,234); }
H1.HeaderClassName
{
color: #6400EA;
}
.AnyTagClassName
{
color: #6400EA;
}
</style>
background-color css
<style>
a { background-color: #6400EA; }
a { background-color: rgb(100,0,234); }
div.DivClassName
{
background-color: #6400EA;
}
.BgClassName
{
background-color: #6400EA;
}
</style>
border-color css
<style>
span { border-color: #6400EA; }
span { border-color: rgb(100,0,234); }
td.TdClassName
{
border-color: #6400EA;
}
.TagClassName
{
border-color: #6400EA;
}
</style>