Shades of Electric Indigo #6905E5
Tints of Electric Indigo #6905E5
RGB
CMYK
RGB Variations
Color information
#6905E5 (or 0x6905E5) is known color: Electric Indigo. HEX triplet: 69, 05 and E5. RGB value is (105,5,229). Sum of RGB (Red+Green+Blue) = 105+5+229=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 229 (89.84% from 255 or 67.55% from 339); Max value from RGB is 229 - color contains mainly: blue. Hex color #6905E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6905E5 is #96FA1A. Grayscale: #3B3B3B. Windows color (decimal): -9894427 or 15009129. OLE color: 15009129.
HSL color Cylindrical-coordinate representation of color #6905E5: hue angle of 266.79º 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 #6905E5 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 5 | 229 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.10 |
| HSL | 266.79º | 0.96% | 0.46% | - |
| HSV(B) | 266.79º | 0.98% | 0.9% | - |
| XYZ | 20.02 | 8.77 | 74.77 | - |
| YUV | 60.44 | 223.13 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 229 | 0.54 | 0.98 | 0 | 0.10 | 266.79 | 0.96 | 0.46 |
| Hex | 69 | 5 | E5 | 36 | 62 | 0 | A | 10B | 60 | 2E |
| Octal | 151 | 5 | 345 | 66 | 142 | 0 | 12 | 413 | 140 | 56 |
| Binary | 1101001 | 101 | 11100101 | 110110 | 1100010 | 0 | 1010 | 100001011 | 1100000 | 101110 |
Color Harmonies of #6905E5
Complementary color
Monochromatic Colors of #6905E5
Black with #6905E5
Text Example
Text Example
White with #6905E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6905E5; }
p { color: rgb(105,5,229); }
H1.HeaderClassName
{
color: #6905E5;
}
.AnyTagClassName
{
color: #6905E5;
}
</style>
background-color css
<style>
a { background-color: #6905E5; }
a { background-color: rgb(105,5,229); }
div.DivClassName
{
background-color: #6905E5;
}
.BgClassName
{
background-color: #6905E5;
}
</style>
border-color css
<style>
span { border-color: #6905E5; }
span { border-color: rgb(105,5,229); }
td.TdClassName
{
border-color: #6905E5;
}
.TagClassName
{
border-color: #6905E5;
}
</style>