Shades of Electric Indigo #630AF6
Tints of Electric Indigo #630AF6
RGB
CMYK
RGB Variations
Color information
#630AF6 (or 0x630AF6) is known color: Electric Indigo. HEX triplet: 63, 0A and F6. RGB value is (99,10,246). Sum of RGB (Red+Green+Blue) = 99+10+246=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 246 (96.48% from 255 or 69.30% from 355); Max value from RGB is 246 - color contains mainly: blue. Hex color #630AF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630AF6 is #9CF509. Grayscale: #3E3E3E. Windows color (decimal): -10286346 or 16124515. OLE color: 16124515.
HSL color Cylindrical-coordinate representation of color #630AF6: hue angle of 262.63º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630AF6 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 10 | 246 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.04 |
| HSL | 262.63º | 0.93% | 0.5% | - |
| HSV(B) | 262.63º | 0.96% | 0.96% | - |
| XYZ | 21.89 | 9.52 | 87.87 | - |
| YUV | 63.52 | 230.99 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 246 | 0.60 | 0.96 | 0 | 0.04 | 262.63 | 0.93 | 0.5 |
| Hex | 63 | A | F6 | 3C | 60 | 0 | 4 | 107 | 5D | 32 |
| Octal | 143 | 12 | 366 | 74 | 140 | 0 | 4 | 407 | 135 | 62 |
| Binary | 1100011 | 1010 | 11110110 | 111100 | 1100000 | 0 | 100 | 100000111 | 1011101 | 110010 |
Color Harmonies of #630AF6
Complementary color
Monochromatic Colors of #630AF6
Black with #630AF6
Text Example
Text Example
White with #630AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630AF6; }
p { color: rgb(99,10,246); }
H1.HeaderClassName
{
color: #630AF6;
}
.AnyTagClassName
{
color: #630AF6;
}
</style>
background-color css
<style>
a { background-color: #630AF6; }
a { background-color: rgb(99,10,246); }
div.DivClassName
{
background-color: #630AF6;
}
.BgClassName
{
background-color: #630AF6;
}
</style>
border-color css
<style>
span { border-color: #630AF6; }
span { border-color: rgb(99,10,246); }
td.TdClassName
{
border-color: #630AF6;
}
.TagClassName
{
border-color: #630AF6;
}
</style>