Shades of Electric Indigo #680FF0
Tints of Electric Indigo #680FF0
RGB
CMYK
RGB Variations
Color information
#680FF0 (or 0x680FF0) is known color: Electric Indigo. HEX triplet: 68, 0F and F0. RGB value is (104,15,240). Sum of RGB (Red+Green+Blue) = 104+15+240=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 240 (94.14% from 255 or 66.85% from 359); Max value from RGB is 240 - color contains mainly: blue. Hex color #680FF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680FF0 is #97F00F. Grayscale: #424242. Windows color (decimal): -9957392 or 15732584. OLE color: 15732584.
HSL color Cylindrical-coordinate representation of color #680FF0: hue angle of 263.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680FF0 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 15 | 240 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.06 |
| HSL | 263.73º | 0.88% | 0.5% | - |
| HSV(B) | 263.73º | 0.94% | 0.94% | - |
| XYZ | 21.61 | 9.58 | 83.15 | - |
| YUV | 67.26 | 225.49 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 240 | 0.57 | 0.94 | 0 | 0.06 | 263.73 | 0.88 | 0.5 |
| Hex | 68 | F | F0 | 39 | 5E | 0 | 6 | 108 | 58 | 32 |
| Octal | 150 | 17 | 360 | 71 | 136 | 0 | 6 | 410 | 130 | 62 |
| Binary | 1101000 | 1111 | 11110000 | 111001 | 1011110 | 0 | 110 | 100001000 | 1011000 | 110010 |
Color Harmonies of #680FF0
Complementary color
Monochromatic Colors of #680FF0
Black with #680FF0
Text Example
Text Example
White with #680FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FF0; }
p { color: rgb(104,15,240); }
H1.HeaderClassName
{
color: #680FF0;
}
.AnyTagClassName
{
color: #680FF0;
}
</style>
background-color css
<style>
a { background-color: #680FF0; }
a { background-color: rgb(104,15,240); }
div.DivClassName
{
background-color: #680FF0;
}
.BgClassName
{
background-color: #680FF0;
}
</style>
border-color css
<style>
span { border-color: #680FF0; }
span { border-color: rgb(104,15,240); }
td.TdClassName
{
border-color: #680FF0;
}
.TagClassName
{
border-color: #680FF0;
}
</style>