Shades of Electric Indigo #6905E6
Tints of Electric Indigo #6905E6
RGB
CMYK
RGB Variations
Color information
#6905E6 (or 0x6905E6) is known color: Electric Indigo. HEX triplet: 69, 05 and E6. RGB value is (105,5,230). Sum of RGB (Red+Green+Blue) = 105+5+230=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 230 (90.23% from 255 or 67.65% from 340); Max value from RGB is 230 - color contains mainly: blue. Hex color #6905E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6905E6 is #96FA19. Grayscale: #3B3B3B. Windows color (decimal): -9894426 or 15074665. OLE color: 15074665.
HSL color Cylindrical-coordinate representation of color #6905E6: hue angle of 266.67º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6905E6 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 5 | 230 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.10 |
| HSL | 266.67º | 0.96% | 0.46% | - |
| HSV(B) | 266.67º | 0.98% | 0.9% | - |
| XYZ | 20.16 | 8.82 | 75.5 | - |
| YUV | 60.55 | 223.63 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 230 | 0.54 | 0.98 | 0 | 0.10 | 266.67 | 0.96 | 0.46 |
| Hex | 69 | 5 | E6 | 36 | 62 | 0 | A | 10B | 60 | 2E |
| Octal | 151 | 5 | 346 | 66 | 142 | 0 | 12 | 413 | 140 | 56 |
| Binary | 1101001 | 101 | 11100110 | 110110 | 1100010 | 0 | 1010 | 100001011 | 1100000 | 101110 |
Color Harmonies of #6905E6
Complementary color
Monochromatic Colors of #6905E6
Black with #6905E6
Text Example
Text Example
White with #6905E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6905E6; }
p { color: rgb(105,5,230); }
H1.HeaderClassName
{
color: #6905E6;
}
.AnyTagClassName
{
color: #6905E6;
}
</style>
background-color css
<style>
a { background-color: #6905E6; }
a { background-color: rgb(105,5,230); }
div.DivClassName
{
background-color: #6905E6;
}
.BgClassName
{
background-color: #6905E6;
}
</style>
border-color css
<style>
span { border-color: #6905E6; }
span { border-color: rgb(105,5,230); }
td.TdClassName
{
border-color: #6905E6;
}
.TagClassName
{
border-color: #6905E6;
}
</style>