Shades of Electric Indigo #6700E7
Tints of Electric Indigo #6700E7
RGB
CMYK
RGB Variations
Color information
#6700E7 (or 0x6700E7) is known color: Electric Indigo. HEX triplet: 67, 00 and E7. RGB value is (103,0,231). Sum of RGB (Red+Green+Blue) = 103+0+231=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 231 (90.62% from 255 or 69.16% from 334); Max value from RGB is 231 - color contains mainly: blue. Hex color #6700E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6700E7 is #98FF18. Grayscale: #383838. Windows color (decimal): -10026777 or 15138919. OLE color: 15138919.
HSL color Cylindrical-coordinate representation of color #6700E7: hue angle of 266.75º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700E7 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 0 | 231 | - |
| CMYK | 0.55 | 1 | 0 | 0.09 |
| HSL | 266.75º | 1% | 0.45% | - |
| HSV(B) | 266.75º | 1% | 0.91% | - |
| XYZ | 20.02 | 8.65 | 76.22 | - |
| YUV | 57.13 | 226.12 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 231 | 0.55 | 1 | 0 | 0.09 | 266.75 | 1 | 0.45 |
| Hex | 67 | 0 | E7 | 37 | 64 | 0 | 9 | 10B | 64 | 2D |
| Octal | 147 | 0 | 347 | 67 | 144 | 0 | 11 | 413 | 144 | 55 |
| Binary | 1100111 | 0 | 11100111 | 110111 | 1100100 | 0 | 1001 | 100001011 | 1100100 | 101101 |
Color Harmonies of #6700E7
Complementary color
Monochromatic Colors of #6700E7
Black with #6700E7
Text Example
Text Example
White with #6700E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700E7; }
p { color: rgb(103,0,231); }
H1.HeaderClassName
{
color: #6700E7;
}
.AnyTagClassName
{
color: #6700E7;
}
</style>
background-color css
<style>
a { background-color: #6700E7; }
a { background-color: rgb(103,0,231); }
div.DivClassName
{
background-color: #6700E7;
}
.BgClassName
{
background-color: #6700E7;
}
</style>
border-color css
<style>
span { border-color: #6700E7; }
span { border-color: rgb(103,0,231); }
td.TdClassName
{
border-color: #6700E7;
}
.TagClassName
{
border-color: #6700E7;
}
</style>