Shades of Electric Indigo #6712DF
Tints of Electric Indigo #6712DF
RGB
CMYK
RGB Variations
Color information
#6712DF (or 0x6712DF) is known color: Electric Indigo. HEX triplet: 67, 12 and DF. RGB value is (103,18,223). Sum of RGB (Red+Green+Blue) = 103+18+223=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #6712DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6712DF is #98ED20. Grayscale: #424242. Windows color (decimal): -10022177 or 14619239. OLE color: 14619239.
HSL color Cylindrical-coordinate representation of color #6712DF: hue angle of 264.88º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6712DF is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 18 | 223 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.13 |
| HSL | 264.88º | 0.85% | 0.47% | - |
| HSV(B) | 264.88º | 0.92% | 0.87% | - |
| XYZ | 19.13 | 8.64 | 70.47 | - |
| YUV | 66.79 | 216.16 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 223 | 0.54 | 0.92 | 0 | 0.13 | 264.88 | 0.85 | 0.47 |
| Hex | 67 | 12 | DF | 36 | 5C | 0 | D | 109 | 55 | 2F |
| Octal | 147 | 22 | 337 | 66 | 134 | 0 | 15 | 411 | 125 | 57 |
| Binary | 1100111 | 10010 | 11011111 | 110110 | 1011100 | 0 | 1101 | 100001001 | 1010101 | 101111 |
Color Harmonies of #6712DF
Complementary color
Monochromatic Colors of #6712DF
Black with #6712DF
Text Example
Text Example
White with #6712DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6712DF; }
p { color: rgb(103,18,223); }
H1.HeaderClassName
{
color: #6712DF;
}
.AnyTagClassName
{
color: #6712DF;
}
</style>
background-color css
<style>
a { background-color: #6712DF; }
a { background-color: rgb(103,18,223); }
div.DivClassName
{
background-color: #6712DF;
}
.BgClassName
{
background-color: #6712DF;
}
</style>
border-color css
<style>
span { border-color: #6712DF; }
span { border-color: rgb(103,18,223); }
td.TdClassName
{
border-color: #6712DF;
}
.TagClassName
{
border-color: #6712DF;
}
</style>