Shades of Electric Indigo #630EFE
Tints of Electric Indigo #630EFE
RGB
CMYK
RGB Variations
Color information
#630EFE (or 0x630EFE) is known color: Electric Indigo. HEX triplet: 63, 0E and FE. RGB value is (99,14,254). Sum of RGB (Red+Green+Blue) = 99+14+254=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #630EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630EFE is #9CF101. Grayscale: #414141. Windows color (decimal): -10285314 or 16649827. OLE color: 16649827.
HSL color Cylindrical-coordinate representation of color #630EFE: hue angle of 261.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630EFE is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 14 | 254 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.00 |
| HSL | 261.25º | 0.99% | 0.53% | - |
| HSV(B) | 261.25º | 0.94% | 1% | - |
| XYZ | 23.19 | 10.12 | 94.5 | - |
| YUV | 66.78 | 233.66 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 254 | 0.61 | 0.94 | 0 | 0.00 | 261.25 | 0.99 | 0.53 |
| Hex | 63 | E | FE | 3D | 5E | 0 | 0 | 105 | 63 | 35 |
| Octal | 143 | 16 | 376 | 75 | 136 | 0 | 0 | 405 | 143 | 65 |
| Binary | 1100011 | 1110 | 11111110 | 111101 | 1011110 | 0 | 0 | 100000101 | 1100011 | 110101 |
Color Harmonies of #630EFE
Complementary color
Monochromatic Colors of #630EFE
Black with #630EFE
Text Example
Text Example
White with #630EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630EFE; }
p { color: rgb(99,14,254); }
H1.HeaderClassName
{
color: #630EFE;
}
.AnyTagClassName
{
color: #630EFE;
}
</style>
background-color css
<style>
a { background-color: #630EFE; }
a { background-color: rgb(99,14,254); }
div.DivClassName
{
background-color: #630EFE;
}
.BgClassName
{
background-color: #630EFE;
}
</style>
border-color css
<style>
span { border-color: #630EFE; }
span { border-color: rgb(99,14,254); }
td.TdClassName
{
border-color: #630EFE;
}
.TagClassName
{
border-color: #630EFE;
}
</style>