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