Shades of Electric Indigo #680BFA
Tints of Electric Indigo #680BFA
RGB
CMYK
RGB Variations
Color information
#680BFA (or 0x680BFA) is known color: Electric Indigo. HEX triplet: 68, 0B and FA. RGB value is (104,11,250). Sum of RGB (Red+Green+Blue) = 104+11+250=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #680BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680BFA is #97F405. Grayscale: #414141. Windows color (decimal): -9958406 or 16386920. OLE color: 16386920.
HSL color Cylindrical-coordinate representation of color #680BFA: hue angle of 263.35º degrees, saturation: 0.96, 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 #680BFA is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 11 | 250 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.02 |
| HSL | 263.35º | 0.96% | 0.51% | - |
| HSV(B) | 263.35º | 0.96% | 0.98% | - |
| XYZ | 23.08 | 10.08 | 91.17 | - |
| YUV | 66.05 | 231.81 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 250 | 0.58 | 0.96 | 0 | 0.02 | 263.35 | 0.96 | 0.51 |
| Hex | 68 | B | FA | 3A | 60 | 0 | 2 | 107 | 60 | 33 |
| Octal | 150 | 13 | 372 | 72 | 140 | 0 | 2 | 407 | 140 | 63 |
| Binary | 1101000 | 1011 | 11111010 | 111010 | 1100000 | 0 | 10 | 100000111 | 1100000 | 110011 |
Color Harmonies of #680BFA
Complementary color
Monochromatic Colors of #680BFA
Black with #680BFA
Text Example
Text Example
White with #680BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680BFA; }
p { color: rgb(104,11,250); }
H1.HeaderClassName
{
color: #680BFA;
}
.AnyTagClassName
{
color: #680BFA;
}
</style>
background-color css
<style>
a { background-color: #680BFA; }
a { background-color: rgb(104,11,250); }
div.DivClassName
{
background-color: #680BFA;
}
.BgClassName
{
background-color: #680BFA;
}
</style>
border-color css
<style>
span { border-color: #680BFA; }
span { border-color: rgb(104,11,250); }
td.TdClassName
{
border-color: #680BFA;
}
.TagClassName
{
border-color: #680BFA;
}
</style>