Shades of Electric Indigo #680DFF
Tints of Electric Indigo #680DFF
RGB
CMYK
RGB Variations
Color information
#680DFF (or 0x680DFF) is known color: Electric Indigo. HEX triplet: 68, 0D and FF. RGB value is (104,13,255). Sum of RGB (Red+Green+Blue) = 104+13+255=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #680DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680DFF is #97F200. Grayscale: #424242. Windows color (decimal): -9957889 or 16715112. OLE color: 16715112.
HSL color Cylindrical-coordinate representation of color #680DFF: hue angle of 262.56º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680DFF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 13 | 255 | - |
| CMYK | 0.59 | 0.95 | 0 | 0 |
| HSL | 262.56º | 1% | 0.53% | - |
| HSV(B) | 262.56º | 0.95% | 1% | - |
| XYZ | 23.9 | 10.45 | 95.37 | - |
| YUV | 67.8 | 233.65 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 255 | 0.59 | 0.95 | 0 | 0 | 262.56 | 1 | 0.53 |
| Hex | 68 | D | FF | 3B | 5F | 0 | 0 | 107 | 64 | 35 |
| Octal | 150 | 15 | 377 | 73 | 137 | 0 | 0 | 407 | 144 | 65 |
| Binary | 1101000 | 1101 | 11111111 | 111011 | 1011111 | 0 | 0 | 100000111 | 1100100 | 110101 |
Color Harmonies of #680DFF
Complementary color
Monochromatic Colors of #680DFF
Black with #680DFF
Text Example
Text Example
White with #680DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680DFF; }
p { color: rgb(104,13,255); }
H1.HeaderClassName
{
color: #680DFF;
}
.AnyTagClassName
{
color: #680DFF;
}
</style>
background-color css
<style>
a { background-color: #680DFF; }
a { background-color: rgb(104,13,255); }
div.DivClassName
{
background-color: #680DFF;
}
.BgClassName
{
background-color: #680DFF;
}
</style>
border-color css
<style>
span { border-color: #680DFF; }
span { border-color: rgb(104,13,255); }
td.TdClassName
{
border-color: #680DFF;
}
.TagClassName
{
border-color: #680DFF;
}
</style>