Shades of Electric Indigo #6405F8
Tints of Electric Indigo #6405F8
RGB
CMYK
RGB Variations
Color information
#6405F8 (or 0x6405F8) is known color: Electric Indigo. HEX triplet: 64, 05 and F8. RGB value is (100,5,248). Sum of RGB (Red+Green+Blue) = 100+5+248=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 248 (97.27% from 255 or 70.25% from 353); Max value from RGB is 248 - color contains mainly: blue. Hex color #6405F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6405F8 is #9BFA07. Grayscale: #3C3C3C. Windows color (decimal): -10222088 or 16254308. OLE color: 16254308.
HSL color Cylindrical-coordinate representation of color #6405F8: hue angle of 263.46º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6405F8 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 5 | 248 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.03 |
| HSL | 263.46º | 0.96% | 0.5% | - |
| HSV(B) | 263.46º | 0.98% | 0.97% | - |
| XYZ | 22.25 | 9.6 | 89.49 | - |
| YUV | 61.11 | 233.47 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 248 | 0.60 | 0.98 | 0 | 0.03 | 263.46 | 0.96 | 0.5 |
| Hex | 64 | 5 | F8 | 3C | 62 | 0 | 3 | 107 | 60 | 32 |
| Octal | 144 | 5 | 370 | 74 | 142 | 0 | 3 | 407 | 140 | 62 |
| Binary | 1100100 | 101 | 11111000 | 111100 | 1100010 | 0 | 11 | 100000111 | 1100000 | 110010 |
Color Harmonies of #6405F8
Complementary color
Monochromatic Colors of #6405F8
Black with #6405F8
Text Example
Text Example
White with #6405F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6405F8; }
p { color: rgb(100,5,248); }
H1.HeaderClassName
{
color: #6405F8;
}
.AnyTagClassName
{
color: #6405F8;
}
</style>
background-color css
<style>
a { background-color: #6405F8; }
a { background-color: rgb(100,5,248); }
div.DivClassName
{
background-color: #6405F8;
}
.BgClassName
{
background-color: #6405F8;
}
</style>
border-color css
<style>
span { border-color: #6405F8; }
span { border-color: rgb(100,5,248); }
td.TdClassName
{
border-color: #6405F8;
}
.TagClassName
{
border-color: #6405F8;
}
</style>