Shades of Electric Indigo #6906E5
Tints of Electric Indigo #6906E5
RGB
CMYK
RGB Variations
Color information
#6906E5 (or 0x6906E5) is known color: Electric Indigo. HEX triplet: 69, 06 and E5. RGB value is (105,6,229). Sum of RGB (Red+Green+Blue) = 105+6+229=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 229 (89.84% from 255 or 67.35% from 340); Max value from RGB is 229 - color contains mainly: blue. Hex color #6906E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6906E5 is #96F91A. Grayscale: #3C3C3C. Windows color (decimal): -9894171 or 15009385. OLE color: 15009385.
HSL color Cylindrical-coordinate representation of color #6906E5: hue angle of 266.64º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6906E5 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 6 | 229 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.10 |
| HSL | 266.64º | 0.95% | 0.46% | - |
| HSV(B) | 266.64º | 0.97% | 0.9% | - |
| XYZ | 20.03 | 8.79 | 74.77 | - |
| YUV | 61.02 | 222.8 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 229 | 0.54 | 0.97 | 0 | 0.10 | 266.64 | 0.95 | 0.46 |
| Hex | 69 | 6 | E5 | 36 | 61 | 0 | A | 10B | 5F | 2E |
| Octal | 151 | 6 | 345 | 66 | 141 | 0 | 12 | 413 | 137 | 56 |
| Binary | 1101001 | 110 | 11100101 | 110110 | 1100001 | 0 | 1010 | 100001011 | 1011111 | 101110 |
Color Harmonies of #6906E5
Complementary color
Monochromatic Colors of #6906E5
Black with #6906E5
Text Example
Text Example
White with #6906E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6906E5; }
p { color: rgb(105,6,229); }
H1.HeaderClassName
{
color: #6906E5;
}
.AnyTagClassName
{
color: #6906E5;
}
</style>
background-color css
<style>
a { background-color: #6906E5; }
a { background-color: rgb(105,6,229); }
div.DivClassName
{
background-color: #6906E5;
}
.BgClassName
{
background-color: #6906E5;
}
</style>
border-color css
<style>
span { border-color: #6906E5; }
span { border-color: rgb(105,6,229); }
td.TdClassName
{
border-color: #6906E5;
}
.TagClassName
{
border-color: #6906E5;
}
</style>