Shades of Electric Indigo #6204FE
Tints of Electric Indigo #6204FE
RGB
CMYK
RGB Variations
Color information
#6204FE (or 0x6204FE) is known color: Electric Indigo. HEX triplet: 62, 04 and FE. RGB value is (98,4,254). Sum of RGB (Red+Green+Blue) = 98+4+254=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #6204FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6204FE is #9DFB01. Grayscale: #3B3B3B. Windows color (decimal): -10353410 or 16647266. OLE color: 16647266.
HSL color Cylindrical-coordinate representation of color #6204FE: hue angle of 262.56º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6204FE is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 4 | 254 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.00 |
| HSL | 262.56º | 0.99% | 0.51% | - |
| HSV(B) | 262.56º | 0.98% | 1% | - |
| XYZ | 22.97 | 9.84 | 94.45 | - |
| YUV | 60.61 | 237.14 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 254 | 0.61 | 0.98 | 0 | 0.00 | 262.56 | 0.99 | 0.51 |
| Hex | 62 | 4 | FE | 3D | 62 | 0 | 0 | 107 | 63 | 33 |
| Octal | 142 | 4 | 376 | 75 | 142 | 0 | 0 | 407 | 143 | 63 |
| Binary | 1100010 | 100 | 11111110 | 111101 | 1100010 | 0 | 0 | 100000111 | 1100011 | 110011 |
Color Harmonies of #6204FE
Complementary color
Monochromatic Colors of #6204FE
Black with #6204FE
Text Example
Text Example
White with #6204FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6204FE; }
p { color: rgb(98,4,254); }
H1.HeaderClassName
{
color: #6204FE;
}
.AnyTagClassName
{
color: #6204FE;
}
</style>
background-color css
<style>
a { background-color: #6204FE; }
a { background-color: rgb(98,4,254); }
div.DivClassName
{
background-color: #6204FE;
}
.BgClassName
{
background-color: #6204FE;
}
</style>
border-color css
<style>
span { border-color: #6204FE; }
span { border-color: rgb(98,4,254); }
td.TdClassName
{
border-color: #6204FE;
}
.TagClassName
{
border-color: #6204FE;
}
</style>