Shades of Electric Indigo #6407F0
Tints of Electric Indigo #6407F0
RGB
CMYK
RGB Variations
Color information
#6407F0 (or 0x6407F0) is known color: Electric Indigo. HEX triplet: 64, 07 and F0. RGB value is (100,7,240). Sum of RGB (Red+Green+Blue) = 100+7+240=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 240 (94.14% from 255 or 69.16% from 347); Max value from RGB is 240 - color contains mainly: blue. Hex color #6407F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6407F0 is #9BF80F. Grayscale: #3C3C3C. Windows color (decimal): -10221584 or 15730532. OLE color: 15730532.
HSL color Cylindrical-coordinate representation of color #6407F0: hue angle of 263.95º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6407F0 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 7 | 240 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.06 |
| HSL | 263.95º | 0.94% | 0.48% | - |
| HSV(B) | 263.95º | 0.97% | 0.94% | - |
| XYZ | 21.06 | 9.15 | 83.09 | - |
| YUV | 61.37 | 228.81 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 240 | 0.58 | 0.97 | 0 | 0.06 | 263.95 | 0.94 | 0.48 |
| Hex | 64 | 7 | F0 | 3A | 61 | 0 | 6 | 108 | 5E | 30 |
| Octal | 144 | 7 | 360 | 72 | 141 | 0 | 6 | 410 | 136 | 60 |
| Binary | 1100100 | 111 | 11110000 | 111010 | 1100001 | 0 | 110 | 100001000 | 1011110 | 110000 |
Color Harmonies of #6407F0
Complementary color
Monochromatic Colors of #6407F0
Black with #6407F0
Text Example
Text Example
White with #6407F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6407F0; }
p { color: rgb(100,7,240); }
H1.HeaderClassName
{
color: #6407F0;
}
.AnyTagClassName
{
color: #6407F0;
}
</style>
background-color css
<style>
a { background-color: #6407F0; }
a { background-color: rgb(100,7,240); }
div.DivClassName
{
background-color: #6407F0;
}
.BgClassName
{
background-color: #6407F0;
}
</style>
border-color css
<style>
span { border-color: #6407F0; }
span { border-color: rgb(100,7,240); }
td.TdClassName
{
border-color: #6407F0;
}
.TagClassName
{
border-color: #6407F0;
}
</style>