Shades of Electric Indigo #6211FE
Tints of Electric Indigo #6211FE
RGB
CMYK
RGB Variations
Color information
#6211FE (or 0x6211FE) is known color: Electric Indigo. HEX triplet: 62, 11 and FE. RGB value is (98,17,254). Sum of RGB (Red+Green+Blue) = 98+17+254=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #6211FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6211FE is #9DEE01. Grayscale: #434343. Windows color (decimal): -10350082 or 16650594. OLE color: 16650594.
HSL color Cylindrical-coordinate representation of color #6211FE: hue angle of 260.51º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6211FE is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 17 | 254 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.00 |
| HSL | 260.51º | 0.99% | 0.53% | - |
| HSV(B) | 260.51º | 0.93% | 1% | - |
| XYZ | 23.13 | 10.15 | 94.51 | - |
| YUV | 68.24 | 232.84 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 254 | 0.61 | 0.93 | 0 | 0.00 | 260.51 | 0.99 | 0.53 |
| Hex | 62 | 11 | FE | 3D | 5D | 0 | 0 | 105 | 63 | 35 |
| Octal | 142 | 21 | 376 | 75 | 135 | 0 | 0 | 405 | 143 | 65 |
| Binary | 1100010 | 10001 | 11111110 | 111101 | 1011101 | 0 | 0 | 100000101 | 1100011 | 110101 |
Color Harmonies of #6211FE
Complementary color
Monochromatic Colors of #6211FE
Black with #6211FE
Text Example
Text Example
White with #6211FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6211FE; }
p { color: rgb(98,17,254); }
H1.HeaderClassName
{
color: #6211FE;
}
.AnyTagClassName
{
color: #6211FE;
}
</style>
background-color css
<style>
a { background-color: #6211FE; }
a { background-color: rgb(98,17,254); }
div.DivClassName
{
background-color: #6211FE;
}
.BgClassName
{
background-color: #6211FE;
}
</style>
border-color css
<style>
span { border-color: #6211FE; }
span { border-color: rgb(98,17,254); }
td.TdClassName
{
border-color: #6211FE;
}
.TagClassName
{
border-color: #6211FE;
}
</style>