Shades of Electric Indigo #6700DC
Tints of Electric Indigo #6700DC
RGB
CMYK
RGB Variations
Color information
#6700DC (or 0x6700DC) is known color: Electric Indigo. HEX triplet: 67, 00 and DC. RGB value is (103,0,220). Sum of RGB (Red+Green+Blue) = 103+0+220=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #6700DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700DC is #98FF23. Grayscale: #373737. Windows color (decimal): -10026788 or 14418023. OLE color: 14418023.
HSL color Cylindrical-coordinate representation of color #6700DC: hue angle of 268.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700DC is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 0 | 220 | - |
| CMYK | 0.53 | 1 | 0 | 0.14 |
| HSL | 268.09º | 1% | 0.43% | - |
| HSV(B) | 268.09º | 1% | 0.86% | - |
| XYZ | 18.51 | 8.05 | 68.29 | - |
| YUV | 55.88 | 220.62 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 220 | 0.53 | 1 | 0 | 0.14 | 268.09 | 1 | 0.43 |
| Hex | 67 | 0 | DC | 35 | 64 | 0 | E | 10C | 64 | 2B |
| Octal | 147 | 0 | 334 | 65 | 144 | 0 | 16 | 414 | 144 | 53 |
| Binary | 1100111 | 0 | 11011100 | 110101 | 1100100 | 0 | 1110 | 100001100 | 1100100 | 101011 |
Color Harmonies of #6700DC
Complementary color
Monochromatic Colors of #6700DC
Black with #6700DC
Text Example
Text Example
White with #6700DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700DC; }
p { color: rgb(103,0,220); }
H1.HeaderClassName
{
color: #6700DC;
}
.AnyTagClassName
{
color: #6700DC;
}
</style>
background-color css
<style>
a { background-color: #6700DC; }
a { background-color: rgb(103,0,220); }
div.DivClassName
{
background-color: #6700DC;
}
.BgClassName
{
background-color: #6700DC;
}
</style>
border-color css
<style>
span { border-color: #6700DC; }
span { border-color: rgb(103,0,220); }
td.TdClassName
{
border-color: #6700DC;
}
.TagClassName
{
border-color: #6700DC;
}
</style>