Shades of Electric Indigo #680CFE
Tints of Electric Indigo #680CFE
RGB
CMYK
RGB Variations
Color information
#680CFE (or 0x680CFE) is known color: Electric Indigo. HEX triplet: 68, 0C and FE. RGB value is (104,12,254). Sum of RGB (Red+Green+Blue) = 104+12+254=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #680CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680CFE is #97F301. Grayscale: #424242. Windows color (decimal): -9958146 or 16649320. OLE color: 16649320.
HSL color Cylindrical-coordinate representation of color #680CFE: hue angle of 262.81º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680CFE is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 12 | 254 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.00 |
| HSL | 262.81º | 0.99% | 0.52% | - |
| HSV(B) | 262.81º | 0.95% | 1% | - |
| XYZ | 23.73 | 10.36 | 94.52 | - |
| YUV | 67.1 | 233.48 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 254 | 0.59 | 0.95 | 0 | 0.00 | 262.81 | 0.99 | 0.52 |
| Hex | 68 | C | FE | 3B | 5F | 0 | 0 | 107 | 63 | 34 |
| Octal | 150 | 14 | 376 | 73 | 137 | 0 | 0 | 407 | 143 | 64 |
| Binary | 1101000 | 1100 | 11111110 | 111011 | 1011111 | 0 | 0 | 100000111 | 1100011 | 110100 |
Color Harmonies of #680CFE
Complementary color
Monochromatic Colors of #680CFE
Black with #680CFE
Text Example
Text Example
White with #680CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680CFE; }
p { color: rgb(104,12,254); }
H1.HeaderClassName
{
color: #680CFE;
}
.AnyTagClassName
{
color: #680CFE;
}
</style>
background-color css
<style>
a { background-color: #680CFE; }
a { background-color: rgb(104,12,254); }
div.DivClassName
{
background-color: #680CFE;
}
.BgClassName
{
background-color: #680CFE;
}
</style>
border-color css
<style>
span { border-color: #680CFE; }
span { border-color: rgb(104,12,254); }
td.TdClassName
{
border-color: #680CFE;
}
.TagClassName
{
border-color: #680CFE;
}
</style>