Shades of Electric Indigo #6700DE
Tints of Electric Indigo #6700DE
RGB
CMYK
RGB Variations
Color information
#6700DE (or 0x6700DE) is known color: Electric Indigo. HEX triplet: 67, 00 and DE. RGB value is (103,0,222). Sum of RGB (Red+Green+Blue) = 103+0+222=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #6700DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700DE is #98FF21. Grayscale: #373737. Windows color (decimal): -10026786 or 14549095. OLE color: 14549095.
HSL color Cylindrical-coordinate representation of color #6700DE: hue angle of 267.84º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700DE is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 0 | 222 | - |
| CMYK | 0.54 | 1 | 0 | 0.13 |
| HSL | 267.84º | 1% | 0.44% | - |
| HSV(B) | 267.84º | 1% | 0.87% | - |
| XYZ | 18.78 | 8.16 | 69.69 | - |
| YUV | 56.11 | 221.62 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 222 | 0.54 | 1 | 0 | 0.13 | 267.84 | 1 | 0.44 |
| Hex | 67 | 0 | DE | 36 | 64 | 0 | D | 10C | 64 | 2C |
| Octal | 147 | 0 | 336 | 66 | 144 | 0 | 15 | 414 | 144 | 54 |
| Binary | 1100111 | 0 | 11011110 | 110110 | 1100100 | 0 | 1101 | 100001100 | 1100100 | 101100 |
Color Harmonies of #6700DE
Complementary color
Monochromatic Colors of #6700DE
Black with #6700DE
Text Example
Text Example
White with #6700DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700DE; }
p { color: rgb(103,0,222); }
H1.HeaderClassName
{
color: #6700DE;
}
.AnyTagClassName
{
color: #6700DE;
}
</style>
background-color css
<style>
a { background-color: #6700DE; }
a { background-color: rgb(103,0,222); }
div.DivClassName
{
background-color: #6700DE;
}
.BgClassName
{
background-color: #6700DE;
}
</style>
border-color css
<style>
span { border-color: #6700DE; }
span { border-color: rgb(103,0,222); }
td.TdClassName
{
border-color: #6700DE;
}
.TagClassName
{
border-color: #6700DE;
}
</style>