Shades of Electric Indigo #6312FE
Tints of Electric Indigo #6312FE
RGB
CMYK
RGB Variations
Color information
#6312FE (or 0x6312FE) is known color: Electric Indigo. HEX triplet: 63, 12 and FE. RGB value is (99,18,254). Sum of RGB (Red+Green+Blue) = 99+18+254=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #6312FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6312FE is #9CED01. Grayscale: #444444. Windows color (decimal): -10284290 or 16650851. OLE color: 16650851.
HSL color Cylindrical-coordinate representation of color #6312FE: hue angle of 260.59º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6312FE is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 18 | 254 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.00 |
| HSL | 260.59º | 0.99% | 0.53% | - |
| HSV(B) | 260.59º | 0.93% | 1% | - |
| XYZ | 23.25 | 10.24 | 94.52 | - |
| YUV | 69.12 | 232.34 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 254 | 0.61 | 0.93 | 0 | 0.00 | 260.59 | 0.99 | 0.53 |
| Hex | 63 | 12 | FE | 3D | 5D | 0 | 0 | 105 | 63 | 35 |
| Octal | 143 | 22 | 376 | 75 | 135 | 0 | 0 | 405 | 143 | 65 |
| Binary | 1100011 | 10010 | 11111110 | 111101 | 1011101 | 0 | 0 | 100000101 | 1100011 | 110101 |
Color Harmonies of #6312FE
Complementary color
Monochromatic Colors of #6312FE
Black with #6312FE
Text Example
Text Example
White with #6312FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6312FE; }
p { color: rgb(99,18,254); }
H1.HeaderClassName
{
color: #6312FE;
}
.AnyTagClassName
{
color: #6312FE;
}
</style>
background-color css
<style>
a { background-color: #6312FE; }
a { background-color: rgb(99,18,254); }
div.DivClassName
{
background-color: #6312FE;
}
.BgClassName
{
background-color: #6312FE;
}
</style>
border-color css
<style>
span { border-color: #6312FE; }
span { border-color: rgb(99,18,254); }
td.TdClassName
{
border-color: #6312FE;
}
.TagClassName
{
border-color: #6312FE;
}
</style>