Shades of Electric Indigo #6400DE
Tints of Electric Indigo #6400DE
RGB
CMYK
RGB Variations
Color information
#6400DE (or 0x6400DE) is known color: Electric Indigo. HEX triplet: 64, 00 and DE. RGB value is (100,0,222). Sum of RGB (Red+Green+Blue) = 100+0+222=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #6400DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6400DE is #9BFF21. Grayscale: #363636. Windows color (decimal): -10223394 or 14549092. OLE color: 14549092.
HSL color Cylindrical-coordinate representation of color #6400DE: hue angle of 267.03º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400DE is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 0 | 222 | - |
| CMYK | 0.55 | 1 | 0 | 0.13 |
| HSL | 267.03º | 1% | 0.44% | - |
| HSV(B) | 267.03º | 1% | 0.87% | - |
| XYZ | 18.44 | 7.98 | 69.68 | - |
| YUV | 55.21 | 222.13 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 222 | 0.55 | 1 | 0 | 0.13 | 267.03 | 1 | 0.44 |
| Hex | 64 | 0 | DE | 37 | 64 | 0 | D | 10B | 64 | 2C |
| Octal | 144 | 0 | 336 | 67 | 144 | 0 | 15 | 413 | 144 | 54 |
| Binary | 1100100 | 0 | 11011110 | 110111 | 1100100 | 0 | 1101 | 100001011 | 1100100 | 101100 |
Color Harmonies of #6400DE
Complementary color
Monochromatic Colors of #6400DE
Black with #6400DE
Text Example
Text Example
White with #6400DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6400DE; }
p { color: rgb(100,0,222); }
H1.HeaderClassName
{
color: #6400DE;
}
.AnyTagClassName
{
color: #6400DE;
}
</style>
background-color css
<style>
a { background-color: #6400DE; }
a { background-color: rgb(100,0,222); }
div.DivClassName
{
background-color: #6400DE;
}
.BgClassName
{
background-color: #6400DE;
}
</style>
border-color css
<style>
span { border-color: #6400DE; }
span { border-color: rgb(100,0,222); }
td.TdClassName
{
border-color: #6400DE;
}
.TagClassName
{
border-color: #6400DE;
}
</style>