Shades of Electric Indigo #680DFE
Tints of Electric Indigo #680DFE
RGB
CMYK
RGB Variations
Color information
#680DFE (or 0x680DFE) is known color: Electric Indigo. HEX triplet: 68, 0D and FE. RGB value is (104,13,254). Sum of RGB (Red+Green+Blue) = 104+13+254=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #680DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680DFE is #97F201. Grayscale: #424242. Windows color (decimal): -9957890 or 16649576. OLE color: 16649576.
HSL color Cylindrical-coordinate representation of color #680DFE: hue angle of 262.66º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680DFE is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 13 | 254 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.00 |
| HSL | 262.66º | 0.99% | 0.52% | - |
| HSV(B) | 262.66º | 0.95% | 1% | - |
| XYZ | 23.74 | 10.39 | 94.52 | - |
| YUV | 67.68 | 233.15 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 254 | 0.59 | 0.95 | 0 | 0.00 | 262.66 | 0.99 | 0.52 |
| Hex | 68 | D | FE | 3B | 5F | 0 | 0 | 107 | 63 | 34 |
| Octal | 150 | 15 | 376 | 73 | 137 | 0 | 0 | 407 | 143 | 64 |
| Binary | 1101000 | 1101 | 11111110 | 111011 | 1011111 | 0 | 0 | 100000111 | 1100011 | 110100 |
Color Harmonies of #680DFE
Complementary color
Monochromatic Colors of #680DFE
Black with #680DFE
Text Example
Text Example
White with #680DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680DFE; }
p { color: rgb(104,13,254); }
H1.HeaderClassName
{
color: #680DFE;
}
.AnyTagClassName
{
color: #680DFE;
}
</style>
background-color css
<style>
a { background-color: #680DFE; }
a { background-color: rgb(104,13,254); }
div.DivClassName
{
background-color: #680DFE;
}
.BgClassName
{
background-color: #680DFE;
}
</style>
border-color css
<style>
span { border-color: #680DFE; }
span { border-color: rgb(104,13,254); }
td.TdClassName
{
border-color: #680DFE;
}
.TagClassName
{
border-color: #680DFE;
}
</style>