Shades of Electric Indigo #680BFC
Tints of Electric Indigo #680BFC
RGB
CMYK
RGB Variations
Color information
#680BFC (or 0x680BFC) is known color: Electric Indigo. HEX triplet: 68, 0B and FC. RGB value is (104,11,252). Sum of RGB (Red+Green+Blue) = 104+11+252=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #680BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680BFC is #97F403. Grayscale: #414141. Windows color (decimal): -9958404 or 16517992. OLE color: 16517992.
HSL color Cylindrical-coordinate representation of color #680BFC: hue angle of 263.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680BFC is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 11 | 252 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.01 |
| HSL | 263.15º | 0.98% | 0.52% | - |
| HSV(B) | 263.15º | 0.96% | 0.99% | - |
| XYZ | 23.4 | 10.21 | 92.83 | - |
| YUV | 66.28 | 232.81 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 252 | 0.59 | 0.96 | 0 | 0.01 | 263.15 | 0.98 | 0.52 |
| Hex | 68 | B | FC | 3B | 60 | 0 | 1 | 107 | 62 | 34 |
| Octal | 150 | 13 | 374 | 73 | 140 | 0 | 1 | 407 | 142 | 64 |
| Binary | 1101000 | 1011 | 11111100 | 111011 | 1100000 | 0 | 1 | 100000111 | 1100010 | 110100 |
Color Harmonies of #680BFC
Complementary color
Monochromatic Colors of #680BFC
Black with #680BFC
Text Example
Text Example
White with #680BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680BFC; }
p { color: rgb(104,11,252); }
H1.HeaderClassName
{
color: #680BFC;
}
.AnyTagClassName
{
color: #680BFC;
}
</style>
background-color css
<style>
a { background-color: #680BFC; }
a { background-color: rgb(104,11,252); }
div.DivClassName
{
background-color: #680BFC;
}
.BgClassName
{
background-color: #680BFC;
}
</style>
border-color css
<style>
span { border-color: #680BFC; }
span { border-color: rgb(104,11,252); }
td.TdClassName
{
border-color: #680BFC;
}
.TagClassName
{
border-color: #680BFC;
}
</style>