Shades of Electric Indigo #6409FF
Tints of Electric Indigo #6409FF
RGB
CMYK
RGB Variations
Color information
#6409FF (or 0x6409FF) is known color: Electric Indigo. HEX triplet: 64, 09 and FF. RGB value is (100,9,255). Sum of RGB (Red+Green+Blue) = 100+9+255=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #6409FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6409FF is #9BF600. Grayscale: #3F3F3F. Windows color (decimal): -10221057 or 16714084. OLE color: 16714084.
HSL color Cylindrical-coordinate representation of color #6409FF: hue angle of 262.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6409FF is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 9 | 255 | - |
| CMYK | 0.61 | 0.96 | 0 | 0 |
| HSL | 262.2º | 1% | 0.52% | - |
| HSV(B) | 262.2º | 0.96% | 1% | - |
| XYZ | 23.4 | 10.12 | 95.33 | - |
| YUV | 64.25 | 235.65 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 255 | 0.61 | 0.96 | 0 | 0 | 262.2 | 1 | 0.52 |
| Hex | 64 | 9 | FF | 3D | 60 | 0 | 0 | 106 | 64 | 34 |
| Octal | 144 | 11 | 377 | 75 | 140 | 0 | 0 | 406 | 144 | 64 |
| Binary | 1100100 | 1001 | 11111111 | 111101 | 1100000 | 0 | 0 | 100000110 | 1100100 | 110100 |
Color Harmonies of #6409FF
Complementary color
Monochromatic Colors of #6409FF
Black with #6409FF
Text Example
Text Example
White with #6409FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6409FF; }
p { color: rgb(100,9,255); }
H1.HeaderClassName
{
color: #6409FF;
}
.AnyTagClassName
{
color: #6409FF;
}
</style>
background-color css
<style>
a { background-color: #6409FF; }
a { background-color: rgb(100,9,255); }
div.DivClassName
{
background-color: #6409FF;
}
.BgClassName
{
background-color: #6409FF;
}
</style>
border-color css
<style>
span { border-color: #6409FF; }
span { border-color: rgb(100,9,255); }
td.TdClassName
{
border-color: #6409FF;
}
.TagClassName
{
border-color: #6409FF;
}
</style>