Shades of Electric Indigo #630BEC
Tints of Electric Indigo #630BEC
RGB
CMYK
RGB Variations
Color information
#630BEC (or 0x630BEC) is known color: Electric Indigo. HEX triplet: 63, 0B and EC. RGB value is (99,11,236). Sum of RGB (Red+Green+Blue) = 99+11+236=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #630BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630BEC is #9CF413. Grayscale: #3E3E3E. Windows color (decimal): -10286100 or 15469411. OLE color: 15469411.
HSL color Cylindrical-coordinate representation of color #630BEC: hue angle of 263.47º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630BEC is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 11 | 236 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.07 |
| HSL | 263.47º | 0.91% | 0.48% | - |
| HSV(B) | 263.47º | 0.95% | 0.93% | - |
| XYZ | 20.41 | 8.95 | 80.01 | - |
| YUV | 62.96 | 225.65 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 236 | 0.58 | 0.95 | 0 | 0.07 | 263.47 | 0.91 | 0.48 |
| Hex | 63 | B | EC | 3A | 5F | 0 | 7 | 107 | 5B | 30 |
| Octal | 143 | 13 | 354 | 72 | 137 | 0 | 7 | 407 | 133 | 60 |
| Binary | 1100011 | 1011 | 11101100 | 111010 | 1011111 | 0 | 111 | 100000111 | 1011011 | 110000 |
Color Harmonies of #630BEC
Complementary color
Monochromatic Colors of #630BEC
Black with #630BEC
Text Example
Text Example
White with #630BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630BEC; }
p { color: rgb(99,11,236); }
H1.HeaderClassName
{
color: #630BEC;
}
.AnyTagClassName
{
color: #630BEC;
}
</style>
background-color css
<style>
a { background-color: #630BEC; }
a { background-color: rgb(99,11,236); }
div.DivClassName
{
background-color: #630BEC;
}
.BgClassName
{
background-color: #630BEC;
}
</style>
border-color css
<style>
span { border-color: #630BEC; }
span { border-color: rgb(99,11,236); }
td.TdClassName
{
border-color: #630BEC;
}
.TagClassName
{
border-color: #630BEC;
}
</style>