Shades of Electric Indigo #6310FA
Tints of Electric Indigo #6310FA
RGB
CMYK
RGB Variations
Color information
#6310FA (or 0x6310FA) is known color: Electric Indigo. HEX triplet: 63, 10 and FA. RGB value is (99,16,250). Sum of RGB (Red+Green+Blue) = 99+16+250=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #6310FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6310FA is #9CEF05. Grayscale: #424242. Windows color (decimal): -10284806 or 16388195. OLE color: 16388195.
HSL color Cylindrical-coordinate representation of color #6310FA: hue angle of 261.28º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6310FA is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 16 | 250 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.02 |
| HSL | 261.28º | 0.96% | 0.52% | - |
| HSV(B) | 261.28º | 0.94% | 0.98% | - |
| XYZ | 22.59 | 9.93 | 91.17 | - |
| YUV | 67.49 | 231 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 250 | 0.60 | 0.94 | 0 | 0.02 | 261.28 | 0.96 | 0.52 |
| Hex | 63 | 10 | FA | 3C | 5E | 0 | 2 | 105 | 60 | 34 |
| Octal | 143 | 20 | 372 | 74 | 136 | 0 | 2 | 405 | 140 | 64 |
| Binary | 1100011 | 10000 | 11111010 | 111100 | 1011110 | 0 | 10 | 100000101 | 1100000 | 110100 |
Color Harmonies of #6310FA
Complementary color
Monochromatic Colors of #6310FA
Black with #6310FA
Text Example
Text Example
White with #6310FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6310FA; }
p { color: rgb(99,16,250); }
H1.HeaderClassName
{
color: #6310FA;
}
.AnyTagClassName
{
color: #6310FA;
}
</style>
background-color css
<style>
a { background-color: #6310FA; }
a { background-color: rgb(99,16,250); }
div.DivClassName
{
background-color: #6310FA;
}
.BgClassName
{
background-color: #6310FA;
}
</style>
border-color css
<style>
span { border-color: #6310FA; }
span { border-color: rgb(99,16,250); }
td.TdClassName
{
border-color: #6310FA;
}
.TagClassName
{
border-color: #6310FA;
}
</style>