Shades of Electric Indigo #680FFD
Tints of Electric Indigo #680FFD
RGB
CMYK
RGB Variations
Color information
#680FFD (or 0x680FFD) is known color: Electric Indigo. HEX triplet: 68, 0F and FD. RGB value is (104,15,253). Sum of RGB (Red+Green+Blue) = 104+15+253=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #680FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680FFD is #97F002. Grayscale: #434343. Windows color (decimal): -9957379 or 16584552. OLE color: 16584552.
HSL color Cylindrical-coordinate representation of color #680FFD: hue angle of 262.44º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680FFD is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 15 | 253 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.01 |
| HSL | 262.44º | 0.98% | 0.53% | - |
| HSV(B) | 262.44º | 0.94% | 0.99% | - |
| XYZ | 23.61 | 10.38 | 93.69 | - |
| YUV | 68.74 | 231.99 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 253 | 0.59 | 0.94 | 0 | 0.01 | 262.44 | 0.98 | 0.53 |
| Hex | 68 | F | FD | 3B | 5E | 0 | 1 | 106 | 62 | 35 |
| Octal | 150 | 17 | 375 | 73 | 136 | 0 | 1 | 406 | 142 | 65 |
| Binary | 1101000 | 1111 | 11111101 | 111011 | 1011110 | 0 | 1 | 100000110 | 1100010 | 110101 |
Color Harmonies of #680FFD
Complementary color
Monochromatic Colors of #680FFD
Black with #680FFD
Text Example
Text Example
White with #680FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FFD; }
p { color: rgb(104,15,253); }
H1.HeaderClassName
{
color: #680FFD;
}
.AnyTagClassName
{
color: #680FFD;
}
</style>
background-color css
<style>
a { background-color: #680FFD; }
a { background-color: rgb(104,15,253); }
div.DivClassName
{
background-color: #680FFD;
}
.BgClassName
{
background-color: #680FFD;
}
</style>
border-color css
<style>
span { border-color: #680FFD; }
span { border-color: rgb(104,15,253); }
td.TdClassName
{
border-color: #680FFD;
}
.TagClassName
{
border-color: #680FFD;
}
</style>