Shades of Electric Indigo #620CE6
Tints of Electric Indigo #620CE6
RGB
CMYK
RGB Variations
Color information
#620CE6 (or 0x620CE6) is known color: Electric Indigo. HEX triplet: 62, 0C and E6. RGB value is (98,12,230). Sum of RGB (Red+Green+Blue) = 98+12+230=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 230 (90.23% from 255 or 67.65% from 340); Max value from RGB is 230 - color contains mainly: blue. Hex color #620CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620CE6 is #9DF319. Grayscale: #3D3D3D. Windows color (decimal): -10351386 or 15076450. OLE color: 15076450.
HSL color Cylindrical-coordinate representation of color #620CE6: hue angle of 263.67º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620CE6 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 12 | 230 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.10 |
| HSL | 263.67º | 0.9% | 0.47% | - |
| HSV(B) | 263.67º | 0.95% | 0.9% | - |
| XYZ | 19.45 | 8.57 | 75.49 | - |
| YUV | 62.57 | 222.49 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 230 | 0.57 | 0.95 | 0 | 0.10 | 263.67 | 0.9 | 0.47 |
| Hex | 62 | C | E6 | 39 | 5F | 0 | A | 108 | 5A | 2F |
| Octal | 142 | 14 | 346 | 71 | 137 | 0 | 12 | 410 | 132 | 57 |
| Binary | 1100010 | 1100 | 11100110 | 111001 | 1011111 | 0 | 1010 | 100001000 | 1011010 | 101111 |
Color Harmonies of #620CE6
Complementary color
Monochromatic Colors of #620CE6
Black with #620CE6
Text Example
Text Example
White with #620CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CE6; }
p { color: rgb(98,12,230); }
H1.HeaderClassName
{
color: #620CE6;
}
.AnyTagClassName
{
color: #620CE6;
}
</style>
background-color css
<style>
a { background-color: #620CE6; }
a { background-color: rgb(98,12,230); }
div.DivClassName
{
background-color: #620CE6;
}
.BgClassName
{
background-color: #620CE6;
}
</style>
border-color css
<style>
span { border-color: #620CE6; }
span { border-color: rgb(98,12,230); }
td.TdClassName
{
border-color: #620CE6;
}
.TagClassName
{
border-color: #620CE6;
}
</style>