Shades of Electric Indigo #6206EC
Tints of Electric Indigo #6206EC
RGB
CMYK
RGB Variations
Color information
#6206EC (or 0x6206EC) is known color: Electric Indigo. HEX triplet: 62, 06 and EC. RGB value is (98,6,236). Sum of RGB (Red+Green+Blue) = 98+6+236=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 236 (92.58% from 255 or 69.41% from 340); Max value from RGB is 236 - color contains mainly: blue. Hex color #6206EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6206EC is #9DF913. Grayscale: #3A3A3A. Windows color (decimal): -10352916 or 15468130. OLE color: 15468130.
HSL color Cylindrical-coordinate representation of color #6206EC: hue angle of 264º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6206EC is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 6 | 236 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.07 |
| HSL | 264º | 0.95% | 0.47% | - |
| HSV(B) | 264º | 0.97% | 0.93% | - |
| XYZ | 20.24 | 8.78 | 79.99 | - |
| YUV | 59.73 | 227.48 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 236 | 0.58 | 0.97 | 0 | 0.07 | 264 | 0.95 | 0.47 |
| Hex | 62 | 6 | EC | 3A | 61 | 0 | 7 | 108 | 5F | 2F |
| Octal | 142 | 6 | 354 | 72 | 141 | 0 | 7 | 410 | 137 | 57 |
| Binary | 1100010 | 110 | 11101100 | 111010 | 1100001 | 0 | 111 | 100001000 | 1011111 | 101111 |
Color Harmonies of #6206EC
Complementary color
Monochromatic Colors of #6206EC
Black with #6206EC
Text Example
Text Example
White with #6206EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6206EC; }
p { color: rgb(98,6,236); }
H1.HeaderClassName
{
color: #6206EC;
}
.AnyTagClassName
{
color: #6206EC;
}
</style>
background-color css
<style>
a { background-color: #6206EC; }
a { background-color: rgb(98,6,236); }
div.DivClassName
{
background-color: #6206EC;
}
.BgClassName
{
background-color: #6206EC;
}
</style>
border-color css
<style>
span { border-color: #6206EC; }
span { border-color: rgb(98,6,236); }
td.TdClassName
{
border-color: #6206EC;
}
.TagClassName
{
border-color: #6206EC;
}
</style>