Shades of Electric Indigo #6906E6
Tints of Electric Indigo #6906E6
RGB
CMYK
RGB Variations
Color information
#6906E6 (or 0x6906E6) is known color: Electric Indigo. HEX triplet: 69, 06 and E6. RGB value is (105,6,230). Sum of RGB (Red+Green+Blue) = 105+6+230=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 230 (90.23% from 255 or 67.45% from 341); Max value from RGB is 230 - color contains mainly: blue. Hex color #6906E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6906E6 is #96F919. Grayscale: #3C3C3C. Windows color (decimal): -9894170 or 15074921. OLE color: 15074921.
HSL color Cylindrical-coordinate representation of color #6906E6: hue angle of 266.52º 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 #6906E6 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 6 | 230 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.10 |
| HSL | 266.52º | 0.95% | 0.46% | - |
| HSV(B) | 266.52º | 0.97% | 0.9% | - |
| XYZ | 20.17 | 8.85 | 75.51 | - |
| YUV | 61.14 | 223.3 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 230 | 0.54 | 0.97 | 0 | 0.10 | 266.52 | 0.95 | 0.46 |
| Hex | 69 | 6 | E6 | 36 | 61 | 0 | A | 10B | 5F | 2E |
| Octal | 151 | 6 | 346 | 66 | 141 | 0 | 12 | 413 | 137 | 56 |
| Binary | 1101001 | 110 | 11100110 | 110110 | 1100001 | 0 | 1010 | 100001011 | 1011111 | 101110 |
Color Harmonies of #6906E6
Complementary color
Monochromatic Colors of #6906E6
Black with #6906E6
Text Example
Text Example
White with #6906E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6906E6; }
p { color: rgb(105,6,230); }
H1.HeaderClassName
{
color: #6906E6;
}
.AnyTagClassName
{
color: #6906E6;
}
</style>
background-color css
<style>
a { background-color: #6906E6; }
a { background-color: rgb(105,6,230); }
div.DivClassName
{
background-color: #6906E6;
}
.BgClassName
{
background-color: #6906E6;
}
</style>
border-color css
<style>
span { border-color: #6906E6; }
span { border-color: rgb(105,6,230); }
td.TdClassName
{
border-color: #6906E6;
}
.TagClassName
{
border-color: #6906E6;
}
</style>