Shades of Electric Indigo #6906D6
Tints of Electric Indigo #6906D6
RGB
CMYK
RGB Variations
Color information
#6906D6 (or 0x6906D6) is known color: Electric Indigo. HEX triplet: 69, 06 and D6. RGB value is (105,6,214). Sum of RGB (Red+Green+Blue) = 105+6+214=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 214 (83.98% from 255 or 65.85% from 325); Max value from RGB is 214 - color contains mainly: blue. Hex color #6906D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6906D6 is #96F929. Grayscale: #3A3A3A. Windows color (decimal): -9894186 or 14026345. OLE color: 14026345.
HSL color Cylindrical-coordinate representation of color #6906D6: hue angle of 268.56º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6906D6 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 6 | 214 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.16 |
| HSL | 268.56º | 0.95% | 0.43% | - |
| HSV(B) | 268.56º | 0.97% | 0.84% | - |
| XYZ | 18.03 | 7.99 | 64.21 | - |
| YUV | 59.31 | 215.3 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 214 | 0.51 | 0.97 | 0 | 0.16 | 268.56 | 0.95 | 0.43 |
| Hex | 69 | 6 | D6 | 33 | 61 | 0 | 10 | 10D | 5F | 2B |
| Octal | 151 | 6 | 326 | 63 | 141 | 0 | 20 | 415 | 137 | 53 |
| Binary | 1101001 | 110 | 11010110 | 110011 | 1100001 | 0 | 10000 | 100001101 | 1011111 | 101011 |
Color Harmonies of #6906D6
Complementary color
Monochromatic Colors of #6906D6
Black with #6906D6
Text Example
Text Example
White with #6906D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6906D6; }
p { color: rgb(105,6,214); }
H1.HeaderClassName
{
color: #6906D6;
}
.AnyTagClassName
{
color: #6906D6;
}
</style>
background-color css
<style>
a { background-color: #6906D6; }
a { background-color: rgb(105,6,214); }
div.DivClassName
{
background-color: #6906D6;
}
.BgClassName
{
background-color: #6906D6;
}
</style>
border-color css
<style>
span { border-color: #6906D6; }
span { border-color: rgb(105,6,214); }
td.TdClassName
{
border-color: #6906D6;
}
.TagClassName
{
border-color: #6906D6;
}
</style>