Shades of Electric Indigo #680CFA
Tints of Electric Indigo #680CFA
RGB
CMYK
RGB Variations
Color information
#680CFA (or 0x680CFA) is known color: Electric Indigo. HEX triplet: 68, 0C and FA. RGB value is (104,12,250). Sum of RGB (Red+Green+Blue) = 104+12+250=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #680CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680CFA is #97F305. Grayscale: #414141. Windows color (decimal): -9958150 or 16387176. OLE color: 16387176.
HSL color Cylindrical-coordinate representation of color #680CFA: hue angle of 263.19º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680CFA is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 12 | 250 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.02 |
| HSL | 263.19º | 0.96% | 0.51% | - |
| HSV(B) | 263.19º | 0.95% | 0.98% | - |
| XYZ | 23.1 | 10.11 | 91.18 | - |
| YUV | 66.64 | 231.48 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 250 | 0.58 | 0.95 | 0 | 0.02 | 263.19 | 0.96 | 0.51 |
| Hex | 68 | C | FA | 3A | 5F | 0 | 2 | 107 | 60 | 33 |
| Octal | 150 | 14 | 372 | 72 | 137 | 0 | 2 | 407 | 140 | 63 |
| Binary | 1101000 | 1100 | 11111010 | 111010 | 1011111 | 0 | 10 | 100000111 | 1100000 | 110011 |
Color Harmonies of #680CFA
Complementary color
Monochromatic Colors of #680CFA
Black with #680CFA
Text Example
Text Example
White with #680CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680CFA; }
p { color: rgb(104,12,250); }
H1.HeaderClassName
{
color: #680CFA;
}
.AnyTagClassName
{
color: #680CFA;
}
</style>
background-color css
<style>
a { background-color: #680CFA; }
a { background-color: rgb(104,12,250); }
div.DivClassName
{
background-color: #680CFA;
}
.BgClassName
{
background-color: #680CFA;
}
</style>
border-color css
<style>
span { border-color: #680CFA; }
span { border-color: rgb(104,12,250); }
td.TdClassName
{
border-color: #680CFA;
}
.TagClassName
{
border-color: #680CFA;
}
</style>