Shades of Electric Indigo #680FF6
Tints of Electric Indigo #680FF6
RGB
CMYK
RGB Variations
Color information
#680FF6 (or 0x680FF6) is known color: Electric Indigo. HEX triplet: 68, 0F and F6. RGB value is (104,15,246). Sum of RGB (Red+Green+Blue) = 104+15+246=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 246 (96.48% from 255 or 67.40% from 365); Max value from RGB is 246 - color contains mainly: blue. Hex color #680FF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680FF6 is #97F009. Grayscale: #434343. Windows color (decimal): -9957386 or 16125800. OLE color: 16125800.
HSL color Cylindrical-coordinate representation of color #680FF6: hue angle of 263.12º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680FF6 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 15 | 246 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.04 |
| HSL | 263.12º | 0.93% | 0.51% | - |
| HSV(B) | 263.12º | 0.94% | 0.96% | - |
| XYZ | 22.51 | 9.94 | 87.92 | - |
| YUV | 67.95 | 228.49 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 246 | 0.58 | 0.94 | 0 | 0.04 | 263.12 | 0.93 | 0.51 |
| Hex | 68 | F | F6 | 3A | 5E | 0 | 4 | 107 | 5D | 33 |
| Octal | 150 | 17 | 366 | 72 | 136 | 0 | 4 | 407 | 135 | 63 |
| Binary | 1101000 | 1111 | 11110110 | 111010 | 1011110 | 0 | 100 | 100000111 | 1011101 | 110011 |
Color Harmonies of #680FF6
Complementary color
Monochromatic Colors of #680FF6
Black with #680FF6
Text Example
Text Example
White with #680FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FF6; }
p { color: rgb(104,15,246); }
H1.HeaderClassName
{
color: #680FF6;
}
.AnyTagClassName
{
color: #680FF6;
}
</style>
background-color css
<style>
a { background-color: #680FF6; }
a { background-color: rgb(104,15,246); }
div.DivClassName
{
background-color: #680FF6;
}
.BgClassName
{
background-color: #680FF6;
}
</style>
border-color css
<style>
span { border-color: #680FF6; }
span { border-color: rgb(104,15,246); }
td.TdClassName
{
border-color: #680FF6;
}
.TagClassName
{
border-color: #680FF6;
}
</style>