Shades of Electric Indigo #6703EA
Tints of Electric Indigo #6703EA
RGB
CMYK
RGB Variations
Color information
#6703EA (or 0x6703EA) is known color: Electric Indigo. HEX triplet: 67, 03 and EA. RGB value is (103,3,234). Sum of RGB (Red+Green+Blue) = 103+3+234=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #6703EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6703EA is #98FC15. Grayscale: #3A3A3A. Windows color (decimal): -10026006 or 15336295. OLE color: 15336295.
HSL color Cylindrical-coordinate representation of color #6703EA: hue angle of 265.97º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6703EA is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 3 | 234 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.08 |
| HSL | 265.97º | 0.97% | 0.46% | - |
| HSV(B) | 265.97º | 0.99% | 0.92% | - |
| XYZ | 20.48 | 8.89 | 78.48 | - |
| YUV | 59.23 | 226.63 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 234 | 0.56 | 0.99 | 0 | 0.08 | 265.97 | 0.97 | 0.46 |
| Hex | 67 | 3 | EA | 38 | 63 | 0 | 8 | 10A | 61 | 2E |
| Octal | 147 | 3 | 352 | 70 | 143 | 0 | 10 | 412 | 141 | 56 |
| Binary | 1100111 | 11 | 11101010 | 111000 | 1100011 | 0 | 1000 | 100001010 | 1100001 | 101110 |
Color Harmonies of #6703EA
Complementary color
Monochromatic Colors of #6703EA
Black with #6703EA
Text Example
Text Example
White with #6703EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6703EA; }
p { color: rgb(103,3,234); }
H1.HeaderClassName
{
color: #6703EA;
}
.AnyTagClassName
{
color: #6703EA;
}
</style>
background-color css
<style>
a { background-color: #6703EA; }
a { background-color: rgb(103,3,234); }
div.DivClassName
{
background-color: #6703EA;
}
.BgClassName
{
background-color: #6703EA;
}
</style>
border-color css
<style>
span { border-color: #6703EA; }
span { border-color: rgb(103,3,234); }
td.TdClassName
{
border-color: #6703EA;
}
.TagClassName
{
border-color: #6703EA;
}
</style>