Shades of Electric Indigo #6708E0
Tints of Electric Indigo #6708E0
RGB
CMYK
RGB Variations
Color information
#6708E0 (or 0x6708E0) is known color: Electric Indigo. HEX triplet: 67, 08 and E0. RGB value is (103,8,224). Sum of RGB (Red+Green+Blue) = 103+8+224=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 8 (3.52% from 255 or 2.39% 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 #6708E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6708E0 is #98F71F. Grayscale: #3C3C3C. Windows color (decimal): -10024736 or 14682215. OLE color: 14682215.
HSL color Cylindrical-coordinate representation of color #6708E0: hue angle of 266.39º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6708E0 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 8 | 224 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.12 |
| HSL | 266.39º | 0.93% | 0.45% | - |
| HSV(B) | 266.39º | 0.96% | 0.88% | - |
| XYZ | 19.13 | 8.44 | 71.14 | - |
| YUV | 61.03 | 219.97 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 8 | 224 | 0.54 | 0.96 | 0 | 0.12 | 266.39 | 0.93 | 0.45 |
| Hex | 67 | 8 | E0 | 36 | 60 | 0 | C | 10A | 5D | 2D |
| Octal | 147 | 10 | 340 | 66 | 140 | 0 | 14 | 412 | 135 | 55 |
| Binary | 1100111 | 1000 | 11100000 | 110110 | 1100000 | 0 | 1100 | 100001010 | 1011101 | 101101 |
Color Harmonies of #6708E0
Complementary color
Monochromatic Colors of #6708E0
Black with #6708E0
Text Example
Text Example
White with #6708E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6708E0; }
p { color: rgb(103,8,224); }
H1.HeaderClassName
{
color: #6708E0;
}
.AnyTagClassName
{
color: #6708E0;
}
</style>
background-color css
<style>
a { background-color: #6708E0; }
a { background-color: rgb(103,8,224); }
div.DivClassName
{
background-color: #6708E0;
}
.BgClassName
{
background-color: #6708E0;
}
</style>
border-color css
<style>
span { border-color: #6708E0; }
span { border-color: rgb(103,8,224); }
td.TdClassName
{
border-color: #6708E0;
}
.TagClassName
{
border-color: #6708E0;
}
</style>