Shades of Electric Indigo #6310FE
Tints of Electric Indigo #6310FE
RGB
CMYK
RGB Variations
Color information
#6310FE (or 0x6310FE) is known color: Electric Indigo. HEX triplet: 63, 10 and FE. RGB value is (99,16,254). Sum of RGB (Red+Green+Blue) = 99+16+254=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #6310FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6310FE is #9CEF01. Grayscale: #434343. Windows color (decimal): -10284802 or 16650339. OLE color: 16650339.
HSL color Cylindrical-coordinate representation of color #6310FE: hue angle of 260.92º 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 #6310FE is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 16 | 254 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.00 |
| HSL | 260.92º | 0.99% | 0.53% | - |
| HSV(B) | 260.92º | 0.94% | 1% | - |
| XYZ | 23.22 | 10.18 | 94.51 | - |
| YUV | 67.95 | 233 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 254 | 0.61 | 0.94 | 0 | 0.00 | 260.92 | 0.99 | 0.53 |
| Hex | 63 | 10 | FE | 3D | 5E | 0 | 0 | 105 | 63 | 35 |
| Octal | 143 | 20 | 376 | 75 | 136 | 0 | 0 | 405 | 143 | 65 |
| Binary | 1100011 | 10000 | 11111110 | 111101 | 1011110 | 0 | 0 | 100000101 | 1100011 | 110101 |
Color Harmonies of #6310FE
Complementary color
Monochromatic Colors of #6310FE
Black with #6310FE
Text Example
Text Example
White with #6310FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6310FE; }
p { color: rgb(99,16,254); }
H1.HeaderClassName
{
color: #6310FE;
}
.AnyTagClassName
{
color: #6310FE;
}
</style>
background-color css
<style>
a { background-color: #6310FE; }
a { background-color: rgb(99,16,254); }
div.DivClassName
{
background-color: #6310FE;
}
.BgClassName
{
background-color: #6310FE;
}
</style>
border-color css
<style>
span { border-color: #6310FE; }
span { border-color: rgb(99,16,254); }
td.TdClassName
{
border-color: #6310FE;
}
.TagClassName
{
border-color: #6310FE;
}
</style>