Shades of Electric Indigo #6703D6
Tints of Electric Indigo #6703D6
RGB
CMYK
RGB Variations
Color information
#6703D6 (or 0x6703D6) is known color: Electric Indigo. HEX triplet: 67, 03 and D6. RGB value is (103,3,214). Sum of RGB (Red+Green+Blue) = 103+3+214=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 214 (83.98% from 255 or 66.88% from 320); Max value from RGB is 214 - color contains mainly: blue. Hex color #6703D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6703D6 is #98FC29. Grayscale: #383838. Windows color (decimal): -10026026 or 14025575. OLE color: 14025575.
HSL color Cylindrical-coordinate representation of color #6703D6: hue angle of 268.44º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6703D6 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 3 | 214 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.16 |
| HSL | 268.44º | 0.97% | 0.43% | - |
| HSV(B) | 268.44º | 0.99% | 0.84% | - |
| XYZ | 17.76 | 7.8 | 64.19 | - |
| YUV | 56.95 | 216.63 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 214 | 0.52 | 0.99 | 0 | 0.16 | 268.44 | 0.97 | 0.43 |
| Hex | 67 | 3 | D6 | 34 | 63 | 0 | 10 | 10C | 61 | 2B |
| Octal | 147 | 3 | 326 | 64 | 143 | 0 | 20 | 414 | 141 | 53 |
| Binary | 1100111 | 11 | 11010110 | 110100 | 1100011 | 0 | 10000 | 100001100 | 1100001 | 101011 |
Color Harmonies of #6703D6
Complementary color
Monochromatic Colors of #6703D6
Black with #6703D6
Text Example
Text Example
White with #6703D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6703D6; }
p { color: rgb(103,3,214); }
H1.HeaderClassName
{
color: #6703D6;
}
.AnyTagClassName
{
color: #6703D6;
}
</style>
background-color css
<style>
a { background-color: #6703D6; }
a { background-color: rgb(103,3,214); }
div.DivClassName
{
background-color: #6703D6;
}
.BgClassName
{
background-color: #6703D6;
}
</style>
border-color css
<style>
span { border-color: #6703D6; }
span { border-color: rgb(103,3,214); }
td.TdClassName
{
border-color: #6703D6;
}
.TagClassName
{
border-color: #6703D6;
}
</style>