Shades of Electric Indigo #6206E6
Tints of Electric Indigo #6206E6
RGB
CMYK
RGB Variations
Color information
#6206E6 (or 0x6206E6) is known color: Electric Indigo. HEX triplet: 62, 06 and E6. RGB value is (98,6,230). Sum of RGB (Red+Green+Blue) = 98+6+230=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 230 (90.23% from 255 or 68.86% from 334); Max value from RGB is 230 - color contains mainly: blue. Hex color #6206E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6206E6 is #9DF919. Grayscale: #3A3A3A. Windows color (decimal): -10352922 or 15074914. OLE color: 15074914.
HSL color Cylindrical-coordinate representation of color #6206E6: hue angle of 264.64º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6206E6 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 6 | 230 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.10 |
| HSL | 264.64º | 0.95% | 0.46% | - |
| HSV(B) | 264.64º | 0.97% | 0.9% | - |
| XYZ | 19.39 | 8.44 | 75.47 | - |
| YUV | 59.04 | 224.48 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 230 | 0.57 | 0.97 | 0 | 0.10 | 264.64 | 0.95 | 0.46 |
| Hex | 62 | 6 | E6 | 39 | 61 | 0 | A | 109 | 5F | 2E |
| Octal | 142 | 6 | 346 | 71 | 141 | 0 | 12 | 411 | 137 | 56 |
| Binary | 1100010 | 110 | 11100110 | 111001 | 1100001 | 0 | 1010 | 100001001 | 1011111 | 101110 |
Color Harmonies of #6206E6
Complementary color
Monochromatic Colors of #6206E6
Black with #6206E6
Text Example
Text Example
White with #6206E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6206E6; }
p { color: rgb(98,6,230); }
H1.HeaderClassName
{
color: #6206E6;
}
.AnyTagClassName
{
color: #6206E6;
}
</style>
background-color css
<style>
a { background-color: #6206E6; }
a { background-color: rgb(98,6,230); }
div.DivClassName
{
background-color: #6206E6;
}
.BgClassName
{
background-color: #6206E6;
}
</style>
border-color css
<style>
span { border-color: #6206E6; }
span { border-color: rgb(98,6,230); }
td.TdClassName
{
border-color: #6206E6;
}
.TagClassName
{
border-color: #6206E6;
}
</style>