Shades of Electric Indigo #6205EE
Tints of Electric Indigo #6205EE
RGB
CMYK
RGB Variations
Color information
#6205EE (or 0x6205EE) is known color: Electric Indigo. HEX triplet: 62, 05 and EE. RGB value is (98,5,238). Sum of RGB (Red+Green+Blue) = 98+5+238=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #6205EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6205EE is #9DFA11. Grayscale: #3A3A3A. Windows color (decimal): -10353170 or 15598946. OLE color: 15598946.
HSL color Cylindrical-coordinate representation of color #6205EE: hue angle of 263.95º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6205EE is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 5 | 238 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.07 |
| HSL | 263.95º | 0.96% | 0.48% | - |
| HSV(B) | 263.95º | 0.98% | 0.93% | - |
| XYZ | 20.52 | 8.88 | 81.52 | - |
| YUV | 59.37 | 228.81 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 238 | 0.59 | 0.98 | 0 | 0.07 | 263.95 | 0.96 | 0.48 |
| Hex | 62 | 5 | EE | 3B | 62 | 0 | 7 | 108 | 60 | 30 |
| Octal | 142 | 5 | 356 | 73 | 142 | 0 | 7 | 410 | 140 | 60 |
| Binary | 1100010 | 101 | 11101110 | 111011 | 1100010 | 0 | 111 | 100001000 | 1100000 | 110000 |
Color Harmonies of #6205EE
Complementary color
Monochromatic Colors of #6205EE
Black with #6205EE
Text Example
Text Example
White with #6205EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6205EE; }
p { color: rgb(98,5,238); }
H1.HeaderClassName
{
color: #6205EE;
}
.AnyTagClassName
{
color: #6205EE;
}
</style>
background-color css
<style>
a { background-color: #6205EE; }
a { background-color: rgb(98,5,238); }
div.DivClassName
{
background-color: #6205EE;
}
.BgClassName
{
background-color: #6205EE;
}
</style>
border-color css
<style>
span { border-color: #6205EE; }
span { border-color: rgb(98,5,238); }
td.TdClassName
{
border-color: #6205EE;
}
.TagClassName
{
border-color: #6205EE;
}
</style>