Shades of Electric Indigo #6714EE
Tints of Electric Indigo #6714EE
RGB
CMYK
RGB Variations
Color information
#6714EE (or 0x6714EE) is known color: Electric Indigo. HEX triplet: 67, 14 and EE. RGB value is (103,20,238). Sum of RGB (Red+Green+Blue) = 103+20+238=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #6714EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6714EE is #98EB11. Grayscale: #444444. Windows color (decimal): -10021650 or 15602791. OLE color: 15602791.
HSL color Cylindrical-coordinate representation of color #6714EE: hue angle of 262.84º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6714EE is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 20 | 238 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.07 |
| HSL | 262.84º | 0.87% | 0.51% | - |
| HSV(B) | 262.84º | 0.92% | 0.93% | - |
| XYZ | 21.28 | 9.56 | 81.61 | - |
| YUV | 69.67 | 223 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 20 | 238 | 0.57 | 0.92 | 0 | 0.07 | 262.84 | 0.87 | 0.51 |
| Hex | 67 | 14 | EE | 39 | 5C | 0 | 7 | 107 | 57 | 33 |
| Octal | 147 | 24 | 356 | 71 | 134 | 0 | 7 | 407 | 127 | 63 |
| Binary | 1100111 | 10100 | 11101110 | 111001 | 1011100 | 0 | 111 | 100000111 | 1010111 | 110011 |
Color Harmonies of #6714EE
Complementary color
Monochromatic Colors of #6714EE
Black with #6714EE
Text Example
Text Example
White with #6714EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6714EE; }
p { color: rgb(103,20,238); }
H1.HeaderClassName
{
color: #6714EE;
}
.AnyTagClassName
{
color: #6714EE;
}
</style>
background-color css
<style>
a { background-color: #6714EE; }
a { background-color: rgb(103,20,238); }
div.DivClassName
{
background-color: #6714EE;
}
.BgClassName
{
background-color: #6714EE;
}
</style>
border-color css
<style>
span { border-color: #6714EE; }
span { border-color: rgb(103,20,238); }
td.TdClassName
{
border-color: #6714EE;
}
.TagClassName
{
border-color: #6714EE;
}
</style>