Shades of Electric Indigo #6312FC
Tints of Electric Indigo #6312FC
RGB
CMYK
RGB Variations
Color information
#6312FC (or 0x6312FC) is known color: Electric Indigo. HEX triplet: 63, 12 and FC. RGB value is (99,18,252). Sum of RGB (Red+Green+Blue) = 99+18+252=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #6312FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6312FC is #9CED03. Grayscale: #444444. Windows color (decimal): -10284292 or 16519779. OLE color: 16519779.
HSL color Cylindrical-coordinate representation of color #6312FC: hue angle of 260.77º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6312FC is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 18 | 252 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.01 |
| HSL | 260.77º | 0.98% | 0.53% | - |
| HSV(B) | 260.77º | 0.93% | 0.99% | - |
| XYZ | 22.93 | 10.11 | 92.84 | - |
| YUV | 68.9 | 231.34 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 252 | 0.61 | 0.93 | 0 | 0.01 | 260.77 | 0.98 | 0.53 |
| Hex | 63 | 12 | FC | 3D | 5D | 0 | 1 | 105 | 62 | 35 |
| Octal | 143 | 22 | 374 | 75 | 135 | 0 | 1 | 405 | 142 | 65 |
| Binary | 1100011 | 10010 | 11111100 | 111101 | 1011101 | 0 | 1 | 100000101 | 1100010 | 110101 |
Color Harmonies of #6312FC
Complementary color
Monochromatic Colors of #6312FC
Black with #6312FC
Text Example
Text Example
White with #6312FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6312FC; }
p { color: rgb(99,18,252); }
H1.HeaderClassName
{
color: #6312FC;
}
.AnyTagClassName
{
color: #6312FC;
}
</style>
background-color css
<style>
a { background-color: #6312FC; }
a { background-color: rgb(99,18,252); }
div.DivClassName
{
background-color: #6312FC;
}
.BgClassName
{
background-color: #6312FC;
}
</style>
border-color css
<style>
span { border-color: #6312FC; }
span { border-color: rgb(99,18,252); }
td.TdClassName
{
border-color: #6312FC;
}
.TagClassName
{
border-color: #6312FC;
}
</style>