Shades of Electric Indigo #6807E0
Tints of Electric Indigo #6807E0
RGB
CMYK
RGB Variations
Color information
#6807E0 (or 0x6807E0) is known color: Electric Indigo. HEX triplet: 68, 07 and E0. RGB value is (104,7,224). Sum of RGB (Red+Green+Blue) = 104+7+224=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #6807E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6807E0 is #97F81F. Grayscale: #3B3B3B. Windows color (decimal): -9959456 or 14681960. OLE color: 14681960.
HSL color Cylindrical-coordinate representation of color #6807E0: hue angle of 266.82º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6807E0 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 7 | 224 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.12 |
| HSL | 266.82º | 0.94% | 0.45% | - |
| HSV(B) | 266.82º | 0.97% | 0.88% | - |
| XYZ | 19.24 | 8.48 | 71.14 | - |
| YUV | 60.74 | 220.14 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 224 | 0.54 | 0.97 | 0 | 0.12 | 266.82 | 0.94 | 0.45 |
| Hex | 68 | 7 | E0 | 36 | 61 | 0 | C | 10B | 5E | 2D |
| Octal | 150 | 7 | 340 | 66 | 141 | 0 | 14 | 413 | 136 | 55 |
| Binary | 1101000 | 111 | 11100000 | 110110 | 1100001 | 0 | 1100 | 100001011 | 1011110 | 101101 |
Color Harmonies of #6807E0
Complementary color
Monochromatic Colors of #6807E0
Black with #6807E0
Text Example
Text Example
White with #6807E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6807E0; }
p { color: rgb(104,7,224); }
H1.HeaderClassName
{
color: #6807E0;
}
.AnyTagClassName
{
color: #6807E0;
}
</style>
background-color css
<style>
a { background-color: #6807E0; }
a { background-color: rgb(104,7,224); }
div.DivClassName
{
background-color: #6807E0;
}
.BgClassName
{
background-color: #6807E0;
}
</style>
border-color css
<style>
span { border-color: #6807E0; }
span { border-color: rgb(104,7,224); }
td.TdClassName
{
border-color: #6807E0;
}
.TagClassName
{
border-color: #6807E0;
}
</style>