Shades of Electric Indigo #6809E5
Tints of Electric Indigo #6809E5
RGB
CMYK
RGB Variations
Color information
#6809E5 (or 0x6809E5) is known color: Electric Indigo. HEX triplet: 68, 09 and E5. RGB value is (104,9,229). Sum of RGB (Red+Green+Blue) = 104+9+229=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 229 (89.84% from 255 or 66.96% from 342); Max value from RGB is 229 - color contains mainly: blue. Hex color #6809E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6809E5 is #97F61A. Grayscale: #3D3D3D. Windows color (decimal): -9958939 or 15010152. OLE color: 15010152.
HSL color Cylindrical-coordinate representation of color #6809E5: hue angle of 265.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6809E5 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 9 | 229 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.10 |
| HSL | 265.91º | 0.92% | 0.47% | - |
| HSV(B) | 265.91º | 0.96% | 0.9% | - |
| XYZ | 19.95 | 8.8 | 74.78 | - |
| YUV | 62.49 | 221.97 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 229 | 0.55 | 0.96 | 0 | 0.10 | 265.91 | 0.92 | 0.47 |
| Hex | 68 | 9 | E5 | 37 | 60 | 0 | A | 10A | 5C | 2F |
| Octal | 150 | 11 | 345 | 67 | 140 | 0 | 12 | 412 | 134 | 57 |
| Binary | 1101000 | 1001 | 11100101 | 110111 | 1100000 | 0 | 1010 | 100001010 | 1011100 | 101111 |
Color Harmonies of #6809E5
Complementary color
Monochromatic Colors of #6809E5
Black with #6809E5
Text Example
Text Example
White with #6809E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6809E5; }
p { color: rgb(104,9,229); }
H1.HeaderClassName
{
color: #6809E5;
}
.AnyTagClassName
{
color: #6809E5;
}
</style>
background-color css
<style>
a { background-color: #6809E5; }
a { background-color: rgb(104,9,229); }
div.DivClassName
{
background-color: #6809E5;
}
.BgClassName
{
background-color: #6809E5;
}
</style>
border-color css
<style>
span { border-color: #6809E5; }
span { border-color: rgb(104,9,229); }
td.TdClassName
{
border-color: #6809E5;
}
.TagClassName
{
border-color: #6809E5;
}
</style>