Shades of Electric Indigo #680FFC
Tints of Electric Indigo #680FFC
RGB
CMYK
RGB Variations
Color information
#680FFC (or 0x680FFC) is known color: Electric Indigo. HEX triplet: 68, 0F and FC. RGB value is (104,15,252). Sum of RGB (Red+Green+Blue) = 104+15+252=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #680FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680FFC is #97F003. Grayscale: #434343. Windows color (decimal): -9957380 or 16519016. OLE color: 16519016.
HSL color Cylindrical-coordinate representation of color #680FFC: hue angle of 262.53º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680FFC is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 15 | 252 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.01 |
| HSL | 262.53º | 0.98% | 0.52% | - |
| HSV(B) | 262.53º | 0.94% | 0.99% | - |
| XYZ | 23.45 | 10.31 | 92.85 | - |
| YUV | 68.63 | 231.49 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 252 | 0.59 | 0.94 | 0 | 0.01 | 262.53 | 0.98 | 0.52 |
| Hex | 68 | F | FC | 3B | 5E | 0 | 1 | 107 | 62 | 34 |
| Octal | 150 | 17 | 374 | 73 | 136 | 0 | 1 | 407 | 142 | 64 |
| Binary | 1101000 | 1111 | 11111100 | 111011 | 1011110 | 0 | 1 | 100000111 | 1100010 | 110100 |
Color Harmonies of #680FFC
Complementary color
Monochromatic Colors of #680FFC
Black with #680FFC
Text Example
Text Example
White with #680FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FFC; }
p { color: rgb(104,15,252); }
H1.HeaderClassName
{
color: #680FFC;
}
.AnyTagClassName
{
color: #680FFC;
}
</style>
background-color css
<style>
a { background-color: #680FFC; }
a { background-color: rgb(104,15,252); }
div.DivClassName
{
background-color: #680FFC;
}
.BgClassName
{
background-color: #680FFC;
}
</style>
border-color css
<style>
span { border-color: #680FFC; }
span { border-color: rgb(104,15,252); }
td.TdClassName
{
border-color: #680FFC;
}
.TagClassName
{
border-color: #680FFC;
}
</style>