Shades of Electric Indigo #6705EE
Tints of Electric Indigo #6705EE
RGB
CMYK
RGB Variations
Color information
#6705EE (or 0x6705EE) is known color: Electric Indigo. HEX triplet: 67, 05 and EE. RGB value is (103,5,238). Sum of RGB (Red+Green+Blue) = 103+5+238=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #6705EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6705EE is #98FA11. Grayscale: #3C3C3C. Windows color (decimal): -10025490 or 15598951. OLE color: 15598951.
HSL color Cylindrical-coordinate representation of color #6705EE: hue angle of 265.24º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6705EE is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 5 | 238 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.07 |
| HSL | 265.24º | 0.96% | 0.48% | - |
| HSV(B) | 265.24º | 0.98% | 0.93% | - |
| XYZ | 21.08 | 9.17 | 81.55 | - |
| YUV | 60.86 | 227.97 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 5 | 238 | 0.57 | 0.98 | 0 | 0.07 | 265.24 | 0.96 | 0.48 |
| Hex | 67 | 5 | EE | 39 | 62 | 0 | 7 | 109 | 60 | 30 |
| Octal | 147 | 5 | 356 | 71 | 142 | 0 | 7 | 411 | 140 | 60 |
| Binary | 1100111 | 101 | 11101110 | 111001 | 1100010 | 0 | 111 | 100001001 | 1100000 | 110000 |
Color Harmonies of #6705EE
Complementary color
Monochromatic Colors of #6705EE
Black with #6705EE
Text Example
Text Example
White with #6705EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6705EE; }
p { color: rgb(103,5,238); }
H1.HeaderClassName
{
color: #6705EE;
}
.AnyTagClassName
{
color: #6705EE;
}
</style>
background-color css
<style>
a { background-color: #6705EE; }
a { background-color: rgb(103,5,238); }
div.DivClassName
{
background-color: #6705EE;
}
.BgClassName
{
background-color: #6705EE;
}
</style>
border-color css
<style>
span { border-color: #6705EE; }
span { border-color: rgb(103,5,238); }
td.TdClassName
{
border-color: #6705EE;
}
.TagClassName
{
border-color: #6705EE;
}
</style>