Shades of Electric Indigo #6805E5
Tints of Electric Indigo #6805E5
RGB
CMYK
RGB Variations
Color information
#6805E5 (or 0x6805E5) is known color: Electric Indigo. HEX triplet: 68, 05 and E5. RGB value is (104,5,229). Sum of RGB (Red+Green+Blue) = 104+5+229=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 229 (89.84% from 255 or 67.75% from 338); Max value from RGB is 229 - color contains mainly: blue. Hex color #6805E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6805E5 is #97FA1A. Grayscale: #3B3B3B. Windows color (decimal): -9959963 or 15009128. OLE color: 15009128.
HSL color Cylindrical-coordinate representation of color #6805E5: hue angle of 266.52º 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 #6805E5 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 5 | 229 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.10 |
| HSL | 266.52º | 0.96% | 0.46% | - |
| HSV(B) | 266.52º | 0.98% | 0.9% | - |
| XYZ | 19.91 | 8.71 | 74.76 | - |
| YUV | 60.14 | 223.3 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 229 | 0.55 | 0.98 | 0 | 0.10 | 266.52 | 0.96 | 0.46 |
| Hex | 68 | 5 | E5 | 37 | 62 | 0 | A | 10B | 60 | 2E |
| Octal | 150 | 5 | 345 | 67 | 142 | 0 | 12 | 413 | 140 | 56 |
| Binary | 1101000 | 101 | 11100101 | 110111 | 1100010 | 0 | 1010 | 100001011 | 1100000 | 101110 |
Color Harmonies of #6805E5
Complementary color
Monochromatic Colors of #6805E5
Black with #6805E5
Text Example
Text Example
White with #6805E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6805E5; }
p { color: rgb(104,5,229); }
H1.HeaderClassName
{
color: #6805E5;
}
.AnyTagClassName
{
color: #6805E5;
}
</style>
background-color css
<style>
a { background-color: #6805E5; }
a { background-color: rgb(104,5,229); }
div.DivClassName
{
background-color: #6805E5;
}
.BgClassName
{
background-color: #6805E5;
}
</style>
border-color css
<style>
span { border-color: #6805E5; }
span { border-color: rgb(104,5,229); }
td.TdClassName
{
border-color: #6805E5;
}
.TagClassName
{
border-color: #6805E5;
}
</style>