Shades of Electric Indigo #6712FC
Tints of Electric Indigo #6712FC
RGB
CMYK
RGB Variations
Color information
#6712FC (or 0x6712FC) is known color: Electric Indigo. HEX triplet: 67, 12 and FC. RGB value is (103,18,252). Sum of RGB (Red+Green+Blue) = 103+18+252=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #6712FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6712FC is #98ED03. Grayscale: #454545. Windows color (decimal): -10022148 or 16519783. OLE color: 16519783.
HSL color Cylindrical-coordinate representation of color #6712FC: hue angle of 261.79º 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 #6712FC is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 18 | 252 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.01 |
| HSL | 261.79º | 0.98% | 0.53% | - |
| HSV(B) | 261.79º | 0.93% | 0.99% | - |
| XYZ | 23.38 | 10.34 | 92.86 | - |
| YUV | 70.09 | 230.66 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 252 | 0.59 | 0.93 | 0 | 0.01 | 261.79 | 0.98 | 0.53 |
| Hex | 67 | 12 | FC | 3B | 5D | 0 | 1 | 106 | 62 | 35 |
| Octal | 147 | 22 | 374 | 73 | 135 | 0 | 1 | 406 | 142 | 65 |
| Binary | 1100111 | 10010 | 11111100 | 111011 | 1011101 | 0 | 1 | 100000110 | 1100010 | 110101 |
Color Harmonies of #6712FC
Complementary color
Monochromatic Colors of #6712FC
Black with #6712FC
Text Example
Text Example
White with #6712FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6712FC; }
p { color: rgb(103,18,252); }
H1.HeaderClassName
{
color: #6712FC;
}
.AnyTagClassName
{
color: #6712FC;
}
</style>
background-color css
<style>
a { background-color: #6712FC; }
a { background-color: rgb(103,18,252); }
div.DivClassName
{
background-color: #6712FC;
}
.BgClassName
{
background-color: #6712FC;
}
</style>
border-color css
<style>
span { border-color: #6712FC; }
span { border-color: rgb(103,18,252); }
td.TdClassName
{
border-color: #6712FC;
}
.TagClassName
{
border-color: #6712FC;
}
</style>