Shades of Electric Indigo #6700E1
Tints of Electric Indigo #6700E1
RGB
CMYK
RGB Variations
Color information
#6700E1 (or 0x6700E1) is known color: Electric Indigo. HEX triplet: 67, 00 and E1. RGB value is (103,0,225). Sum of RGB (Red+Green+Blue) = 103+0+225=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 225 (88.28% from 255 or 68.60% from 328); Max value from RGB is 225 - color contains mainly: blue. Hex color #6700E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700E1 is #98FF1E. Grayscale: #373737. Windows color (decimal): -10026783 or 14745703. OLE color: 14745703.
HSL color Cylindrical-coordinate representation of color #6700E1: hue angle of 267.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700E1 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 0 | 225 | - |
| CMYK | 0.54 | 1 | 0 | 0.12 |
| HSL | 267.47º | 1% | 0.44% | - |
| HSV(B) | 267.47º | 1% | 0.88% | - |
| XYZ | 19.18 | 8.32 | 71.83 | - |
| YUV | 56.45 | 223.12 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 225 | 0.54 | 1 | 0 | 0.12 | 267.47 | 1 | 0.44 |
| Hex | 67 | 0 | E1 | 36 | 64 | 0 | C | 10B | 64 | 2C |
| Octal | 147 | 0 | 341 | 66 | 144 | 0 | 14 | 413 | 144 | 54 |
| Binary | 1100111 | 0 | 11100001 | 110110 | 1100100 | 0 | 1100 | 100001011 | 1100100 | 101100 |
Color Harmonies of #6700E1
Complementary color
Monochromatic Colors of #6700E1
Black with #6700E1
Text Example
Text Example
White with #6700E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700E1; }
p { color: rgb(103,0,225); }
H1.HeaderClassName
{
color: #6700E1;
}
.AnyTagClassName
{
color: #6700E1;
}
</style>
background-color css
<style>
a { background-color: #6700E1; }
a { background-color: rgb(103,0,225); }
div.DivClassName
{
background-color: #6700E1;
}
.BgClassName
{
background-color: #6700E1;
}
</style>
border-color css
<style>
span { border-color: #6700E1; }
span { border-color: rgb(103,0,225); }
td.TdClassName
{
border-color: #6700E1;
}
.TagClassName
{
border-color: #6700E1;
}
</style>