Shades of Electric Indigo #6205FE
Tints of Electric Indigo #6205FE
RGB
CMYK
RGB Variations
Color information
#6205FE (or 0x6205FE) is known color: Electric Indigo. HEX triplet: 62, 05 and FE. RGB value is (98,5,254). Sum of RGB (Red+Green+Blue) = 98+5+254=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #6205FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6205FE is #9DFA01. Grayscale: #3C3C3C. Windows color (decimal): -10353154 or 16647522. OLE color: 16647522.
HSL color Cylindrical-coordinate representation of color #6205FE: hue angle of 262.41º 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 #6205FE is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 5 | 254 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.00 |
| HSL | 262.41º | 0.99% | 0.51% | - |
| HSV(B) | 262.41º | 0.98% | 1% | - |
| XYZ | 22.98 | 9.86 | 94.46 | - |
| YUV | 61.19 | 236.81 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 254 | 0.61 | 0.98 | 0 | 0.00 | 262.41 | 0.99 | 0.51 |
| Hex | 62 | 5 | FE | 3D | 62 | 0 | 0 | 106 | 63 | 33 |
| Octal | 142 | 5 | 376 | 75 | 142 | 0 | 0 | 406 | 143 | 63 |
| Binary | 1100010 | 101 | 11111110 | 111101 | 1100010 | 0 | 0 | 100000110 | 1100011 | 110011 |
Color Harmonies of #6205FE
Complementary color
Monochromatic Colors of #6205FE
Black with #6205FE
Text Example
Text Example
White with #6205FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6205FE; }
p { color: rgb(98,5,254); }
H1.HeaderClassName
{
color: #6205FE;
}
.AnyTagClassName
{
color: #6205FE;
}
</style>
background-color css
<style>
a { background-color: #6205FE; }
a { background-color: rgb(98,5,254); }
div.DivClassName
{
background-color: #6205FE;
}
.BgClassName
{
background-color: #6205FE;
}
</style>
border-color css
<style>
span { border-color: #6205FE; }
span { border-color: rgb(98,5,254); }
td.TdClassName
{
border-color: #6205FE;
}
.TagClassName
{
border-color: #6205FE;
}
</style>