Shades of Electric Indigo #6703DD
Tints of Electric Indigo #6703DD
RGB
CMYK
RGB Variations
Color information
#6703DD (or 0x6703DD) is known color: Electric Indigo. HEX triplet: 67, 03 and DD. RGB value is (103,3,221). Sum of RGB (Red+Green+Blue) = 103+3+221=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #6703DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6703DD is #98FC22. Grayscale: #383838. Windows color (decimal): -10026019 or 14484327. OLE color: 14484327.
HSL color Cylindrical-coordinate representation of color #6703DD: hue angle of 267.52º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6703DD is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 3 | 221 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.13 |
| HSL | 267.52º | 0.97% | 0.44% | - |
| HSV(B) | 267.52º | 0.99% | 0.87% | - |
| XYZ | 18.68 | 8.17 | 69 | - |
| YUV | 57.75 | 220.13 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 221 | 0.53 | 0.99 | 0 | 0.13 | 267.52 | 0.97 | 0.44 |
| Hex | 67 | 3 | DD | 35 | 63 | 0 | D | 10C | 61 | 2C |
| Octal | 147 | 3 | 335 | 65 | 143 | 0 | 15 | 414 | 141 | 54 |
| Binary | 1100111 | 11 | 11011101 | 110101 | 1100011 | 0 | 1101 | 100001100 | 1100001 | 101100 |
Color Harmonies of #6703DD
Complementary color
Monochromatic Colors of #6703DD
Black with #6703DD
Text Example
Text Example
White with #6703DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6703DD; }
p { color: rgb(103,3,221); }
H1.HeaderClassName
{
color: #6703DD;
}
.AnyTagClassName
{
color: #6703DD;
}
</style>
background-color css
<style>
a { background-color: #6703DD; }
a { background-color: rgb(103,3,221); }
div.DivClassName
{
background-color: #6703DD;
}
.BgClassName
{
background-color: #6703DD;
}
</style>
border-color css
<style>
span { border-color: #6703DD; }
span { border-color: rgb(103,3,221); }
td.TdClassName
{
border-color: #6703DD;
}
.TagClassName
{
border-color: #6703DD;
}
</style>