Shades of Electric Indigo #680BFB
Tints of Electric Indigo #680BFB
RGB
CMYK
RGB Variations
Color information
#680BFB (or 0x680BFB) is known color: Electric Indigo. HEX triplet: 68, 0B and FB. RGB value is (104,11,251). Sum of RGB (Red+Green+Blue) = 104+11+251=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #680BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680BFB is #97F404. Grayscale: #414141. Windows color (decimal): -9958405 or 16452456. OLE color: 16452456.
HSL color Cylindrical-coordinate representation of color #680BFB: hue angle of 263.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680BFB is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 11 | 251 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.02 |
| HSL | 263.25º | 0.97% | 0.51% | - |
| HSV(B) | 263.25º | 0.96% | 0.98% | - |
| XYZ | 23.24 | 10.15 | 92 | - |
| YUV | 66.17 | 232.31 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 251 | 0.59 | 0.96 | 0 | 0.02 | 263.25 | 0.97 | 0.51 |
| Hex | 68 | B | FB | 3B | 60 | 0 | 2 | 107 | 61 | 33 |
| Octal | 150 | 13 | 373 | 73 | 140 | 0 | 2 | 407 | 141 | 63 |
| Binary | 1101000 | 1011 | 11111011 | 111011 | 1100000 | 0 | 10 | 100000111 | 1100001 | 110011 |
Color Harmonies of #680BFB
Complementary color
Monochromatic Colors of #680BFB
Black with #680BFB
Text Example
Text Example
White with #680BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680BFB; }
p { color: rgb(104,11,251); }
H1.HeaderClassName
{
color: #680BFB;
}
.AnyTagClassName
{
color: #680BFB;
}
</style>
background-color css
<style>
a { background-color: #680BFB; }
a { background-color: rgb(104,11,251); }
div.DivClassName
{
background-color: #680BFB;
}
.BgClassName
{
background-color: #680BFB;
}
</style>
border-color css
<style>
span { border-color: #680BFB; }
span { border-color: rgb(104,11,251); }
td.TdClassName
{
border-color: #680BFB;
}
.TagClassName
{
border-color: #680BFB;
}
</style>