Shades of Electric Indigo #6104FF
Tints of Electric Indigo #6104FF
RGB
CMYK
RGB Variations
Color information
#6104FF (or 0x6104FF) is known color: Electric Indigo. HEX triplet: 61, 04 and FF. RGB value is (97,4,255). Sum of RGB (Red+Green+Blue) = 97+4+255=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #6104FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6104FF is #9EFB00. Grayscale: #3B3B3B. Windows color (decimal): -10418945 or 16712801. OLE color: 16712801.
HSL color Cylindrical-coordinate representation of color #6104FF: hue angle of 262.23º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6104FF is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 4 | 255 | - |
| CMYK | 0.62 | 0.98 | 0 | 0 |
| HSL | 262.23º | 1% | 0.51% | - |
| HSV(B) | 262.23º | 0.98% | 1% | - |
| XYZ | 23.02 | 9.85 | 95.3 | - |
| YUV | 60.42 | 237.81 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 255 | 0.62 | 0.98 | 0 | 0 | 262.23 | 1 | 0.51 |
| Hex | 61 | 4 | FF | 3E | 62 | 0 | 0 | 106 | 64 | 33 |
| Octal | 141 | 4 | 377 | 76 | 142 | 0 | 0 | 406 | 144 | 63 |
| Binary | 1100001 | 100 | 11111111 | 111110 | 1100010 | 0 | 0 | 100000110 | 1100100 | 110011 |
Color Harmonies of #6104FF
Complementary color
Monochromatic Colors of #6104FF
Black with #6104FF
Text Example
Text Example
White with #6104FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6104FF; }
p { color: rgb(97,4,255); }
H1.HeaderClassName
{
color: #6104FF;
}
.AnyTagClassName
{
color: #6104FF;
}
</style>
background-color css
<style>
a { background-color: #6104FF; }
a { background-color: rgb(97,4,255); }
div.DivClassName
{
background-color: #6104FF;
}
.BgClassName
{
background-color: #6104FF;
}
</style>
border-color css
<style>
span { border-color: #6104FF; }
span { border-color: rgb(97,4,255); }
td.TdClassName
{
border-color: #6104FF;
}
.TagClassName
{
border-color: #6104FF;
}
</style>