Shades of Electric Indigo #6906EC
Tints of Electric Indigo #6906EC
RGB
CMYK
RGB Variations
Color information
#6906EC (or 0x6906EC) is known color: Electric Indigo. HEX triplet: 69, 06 and EC. RGB value is (105,6,236). Sum of RGB (Red+Green+Blue) = 105+6+236=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #6906EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6906EC is #96F913. Grayscale: #3D3D3D. Windows color (decimal): -9894164 or 15468137. OLE color: 15468137.
HSL color Cylindrical-coordinate representation of color #6906EC: hue angle of 265.83º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6906EC is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 6 | 236 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.07 |
| HSL | 265.83º | 0.95% | 0.47% | - |
| HSV(B) | 265.83º | 0.97% | 0.93% | - |
| XYZ | 21.03 | 9.19 | 80.02 | - |
| YUV | 61.82 | 226.3 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 236 | 0.56 | 0.97 | 0 | 0.07 | 265.83 | 0.95 | 0.47 |
| Hex | 69 | 6 | EC | 38 | 61 | 0 | 7 | 10A | 5F | 2F |
| Octal | 151 | 6 | 354 | 70 | 141 | 0 | 7 | 412 | 137 | 57 |
| Binary | 1101001 | 110 | 11101100 | 111000 | 1100001 | 0 | 111 | 100001010 | 1011111 | 101111 |
Color Harmonies of #6906EC
Complementary color
Monochromatic Colors of #6906EC
Black with #6906EC
Text Example
Text Example
White with #6906EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6906EC; }
p { color: rgb(105,6,236); }
H1.HeaderClassName
{
color: #6906EC;
}
.AnyTagClassName
{
color: #6906EC;
}
</style>
background-color css
<style>
a { background-color: #6906EC; }
a { background-color: rgb(105,6,236); }
div.DivClassName
{
background-color: #6906EC;
}
.BgClassName
{
background-color: #6906EC;
}
</style>
border-color css
<style>
span { border-color: #6906EC; }
span { border-color: rgb(105,6,236); }
td.TdClassName
{
border-color: #6906EC;
}
.TagClassName
{
border-color: #6906EC;
}
</style>