Shades of Electric Indigo #680CF7
Tints of Electric Indigo #680CF7
RGB
CMYK
RGB Variations
Color information
#680CF7 (or 0x680CF7) is known color: Electric Indigo. HEX triplet: 68, 0C and F7. RGB value is (104,12,247). Sum of RGB (Red+Green+Blue) = 104+12+247=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 247 (96.88% from 255 or 68.04% from 363); Max value from RGB is 247 - color contains mainly: blue. Hex color #680CF7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680CF7 is #97F308. Grayscale: #414141. Windows color (decimal): -9958153 or 16190568. OLE color: 16190568.
HSL color Cylindrical-coordinate representation of color #680CF7: hue angle of 263.49º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680CF7 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 12 | 247 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.03 |
| HSL | 263.49º | 0.94% | 0.51% | - |
| HSV(B) | 263.49º | 0.95% | 0.97% | - |
| XYZ | 22.63 | 9.92 | 88.72 | - |
| YUV | 66.3 | 229.98 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 247 | 0.58 | 0.95 | 0 | 0.03 | 263.49 | 0.94 | 0.51 |
| Hex | 68 | C | F7 | 3A | 5F | 0 | 3 | 107 | 5E | 33 |
| Octal | 150 | 14 | 367 | 72 | 137 | 0 | 3 | 407 | 136 | 63 |
| Binary | 1101000 | 1100 | 11110111 | 111010 | 1011111 | 0 | 11 | 100000111 | 1011110 | 110011 |
Color Harmonies of #680CF7
Complementary color
Monochromatic Colors of #680CF7
Black with #680CF7
Text Example
Text Example
White with #680CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680CF7; }
p { color: rgb(104,12,247); }
H1.HeaderClassName
{
color: #680CF7;
}
.AnyTagClassName
{
color: #680CF7;
}
</style>
background-color css
<style>
a { background-color: #680CF7; }
a { background-color: rgb(104,12,247); }
div.DivClassName
{
background-color: #680CF7;
}
.BgClassName
{
background-color: #680CF7;
}
</style>
border-color css
<style>
span { border-color: #680CF7; }
span { border-color: rgb(104,12,247); }
td.TdClassName
{
border-color: #680CF7;
}
.TagClassName
{
border-color: #680CF7;
}
</style>