Shades of Electric Indigo #680BFE
Tints of Electric Indigo #680BFE
RGB
CMYK
RGB Variations
Color information
#680BFE (or 0x680BFE) is known color: Electric Indigo. HEX triplet: 68, 0B and FE. RGB value is (104,11,254). Sum of RGB (Red+Green+Blue) = 104+11+254=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #680BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680BFE is #97F401. Grayscale: #414141. Windows color (decimal): -9958402 or 16649064. OLE color: 16649064.
HSL color Cylindrical-coordinate representation of color #680BFE: hue angle of 262.96º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680BFE is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 11 | 254 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.00 |
| HSL | 262.96º | 0.99% | 0.52% | - |
| HSV(B) | 262.96º | 0.96% | 1% | - |
| XYZ | 23.72 | 10.34 | 94.51 | - |
| YUV | 66.51 | 233.81 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 254 | 0.59 | 0.96 | 0 | 0.00 | 262.96 | 0.99 | 0.52 |
| Hex | 68 | B | FE | 3B | 60 | 0 | 0 | 107 | 63 | 34 |
| Octal | 150 | 13 | 376 | 73 | 140 | 0 | 0 | 407 | 143 | 64 |
| Binary | 1101000 | 1011 | 11111110 | 111011 | 1100000 | 0 | 0 | 100000111 | 1100011 | 110100 |
Color Harmonies of #680BFE
Complementary color
Monochromatic Colors of #680BFE
Black with #680BFE
Text Example
Text Example
White with #680BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680BFE; }
p { color: rgb(104,11,254); }
H1.HeaderClassName
{
color: #680BFE;
}
.AnyTagClassName
{
color: #680BFE;
}
</style>
background-color css
<style>
a { background-color: #680BFE; }
a { background-color: rgb(104,11,254); }
div.DivClassName
{
background-color: #680BFE;
}
.BgClassName
{
background-color: #680BFE;
}
</style>
border-color css
<style>
span { border-color: #680BFE; }
span { border-color: rgb(104,11,254); }
td.TdClassName
{
border-color: #680BFE;
}
.TagClassName
{
border-color: #680BFE;
}
</style>