Shades of Electric Indigo #680AFB
Tints of Electric Indigo #680AFB
RGB
CMYK
RGB Variations
Color information
#680AFB (or 0x680AFB) is known color: Electric Indigo. HEX triplet: 68, 0A and FB. RGB value is (104,10,251). Sum of RGB (Red+Green+Blue) = 104+10+251=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #680AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680AFB is #97F504. Grayscale: #404040. Windows color (decimal): -9958661 or 16452200. OLE color: 16452200.
HSL color Cylindrical-coordinate representation of color #680AFB: hue angle of 263.4º 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 #680AFB is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 10 | 251 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.02 |
| HSL | 263.4º | 0.97% | 0.51% | - |
| HSV(B) | 263.4º | 0.96% | 0.98% | - |
| XYZ | 23.23 | 10.13 | 92 | - |
| YUV | 65.58 | 232.64 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 251 | 0.59 | 0.96 | 0 | 0.02 | 263.4 | 0.97 | 0.51 |
| Hex | 68 | A | FB | 3B | 60 | 0 | 2 | 107 | 61 | 33 |
| Octal | 150 | 12 | 373 | 73 | 140 | 0 | 2 | 407 | 141 | 63 |
| Binary | 1101000 | 1010 | 11111011 | 111011 | 1100000 | 0 | 10 | 100000111 | 1100001 | 110011 |
Color Harmonies of #680AFB
Complementary color
Monochromatic Colors of #680AFB
Black with #680AFB
Text Example
Text Example
White with #680AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680AFB; }
p { color: rgb(104,10,251); }
H1.HeaderClassName
{
color: #680AFB;
}
.AnyTagClassName
{
color: #680AFB;
}
</style>
background-color css
<style>
a { background-color: #680AFB; }
a { background-color: rgb(104,10,251); }
div.DivClassName
{
background-color: #680AFB;
}
.BgClassName
{
background-color: #680AFB;
}
</style>
border-color css
<style>
span { border-color: #680AFB; }
span { border-color: rgb(104,10,251); }
td.TdClassName
{
border-color: #680AFB;
}
.TagClassName
{
border-color: #680AFB;
}
</style>