Shades of Electric Indigo #6703EC
Tints of Electric Indigo #6703EC
RGB
CMYK
RGB Variations
Color information
#6703EC (or 0x6703EC) is known color: Electric Indigo. HEX triplet: 67, 03 and EC. RGB value is (103,3,236). Sum of RGB (Red+Green+Blue) = 103+3+236=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #6703EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6703EC is #98FC13. Grayscale: #3A3A3A. Windows color (decimal): -10026004 or 15467367. OLE color: 15467367.
HSL color Cylindrical-coordinate representation of color #6703EC: hue angle of 265.75º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6703EC is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 3 | 236 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.07 |
| HSL | 265.75º | 0.97% | 0.47% | - |
| HSV(B) | 265.75º | 0.99% | 0.93% | - |
| XYZ | 20.77 | 9 | 80 | - |
| YUV | 59.46 | 227.63 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 236 | 0.56 | 0.99 | 0 | 0.07 | 265.75 | 0.97 | 0.47 |
| Hex | 67 | 3 | EC | 38 | 63 | 0 | 7 | 10A | 61 | 2F |
| Octal | 147 | 3 | 354 | 70 | 143 | 0 | 7 | 412 | 141 | 57 |
| Binary | 1100111 | 11 | 11101100 | 111000 | 1100011 | 0 | 111 | 100001010 | 1100001 | 101111 |
Color Harmonies of #6703EC
Complementary color
Monochromatic Colors of #6703EC
Black with #6703EC
Text Example
Text Example
White with #6703EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6703EC; }
p { color: rgb(103,3,236); }
H1.HeaderClassName
{
color: #6703EC;
}
.AnyTagClassName
{
color: #6703EC;
}
</style>
background-color css
<style>
a { background-color: #6703EC; }
a { background-color: rgb(103,3,236); }
div.DivClassName
{
background-color: #6703EC;
}
.BgClassName
{
background-color: #6703EC;
}
</style>
border-color css
<style>
span { border-color: #6703EC; }
span { border-color: rgb(103,3,236); }
td.TdClassName
{
border-color: #6703EC;
}
.TagClassName
{
border-color: #6703EC;
}
</style>