Shades of Electric Indigo #630EEC
Tints of Electric Indigo #630EEC
RGB
CMYK
RGB Variations
Color information
#630EEC (or 0x630EEC) is known color: Electric Indigo. HEX triplet: 63, 0E and EC. RGB value is (99,14,236). Sum of RGB (Red+Green+Blue) = 99+14+236=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #630EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630EEC is #9CF113. Grayscale: #3F3F3F. Windows color (decimal): -10285332 or 15470179. OLE color: 15470179.
HSL color Cylindrical-coordinate representation of color #630EEC: hue angle of 262.97º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630EEC is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 14 | 236 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.07 |
| HSL | 262.97º | 0.89% | 0.49% | - |
| HSV(B) | 262.97º | 0.94% | 0.93% | - |
| XYZ | 20.44 | 9.02 | 80.02 | - |
| YUV | 64.72 | 224.66 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 236 | 0.58 | 0.94 | 0 | 0.07 | 262.97 | 0.89 | 0.49 |
| Hex | 63 | E | EC | 3A | 5E | 0 | 7 | 107 | 59 | 31 |
| Octal | 143 | 16 | 354 | 72 | 136 | 0 | 7 | 407 | 131 | 61 |
| Binary | 1100011 | 1110 | 11101100 | 111010 | 1011110 | 0 | 111 | 100000111 | 1011001 | 110001 |
Color Harmonies of #630EEC
Complementary color
Monochromatic Colors of #630EEC
Black with #630EEC
Text Example
Text Example
White with #630EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630EEC; }
p { color: rgb(99,14,236); }
H1.HeaderClassName
{
color: #630EEC;
}
.AnyTagClassName
{
color: #630EEC;
}
</style>
background-color css
<style>
a { background-color: #630EEC; }
a { background-color: rgb(99,14,236); }
div.DivClassName
{
background-color: #630EEC;
}
.BgClassName
{
background-color: #630EEC;
}
</style>
border-color css
<style>
span { border-color: #630EEC; }
span { border-color: rgb(99,14,236); }
td.TdClassName
{
border-color: #630EEC;
}
.TagClassName
{
border-color: #630EEC;
}
</style>