Shades of Electric Indigo #680FF3
Tints of Electric Indigo #680FF3
RGB
CMYK
RGB Variations
Color information
#680FF3 (or 0x680FF3) is known color: Electric Indigo. HEX triplet: 68, 0F and F3. RGB value is (104,15,243). Sum of RGB (Red+Green+Blue) = 104+15+243=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 243 (95.31% from 255 or 67.13% from 362); Max value from RGB is 243 - color contains mainly: blue. Hex color #680FF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680FF3 is #97F00C. Grayscale: #424242. Windows color (decimal): -9957389 or 15929192. OLE color: 15929192.
HSL color Cylindrical-coordinate representation of color #680FF3: hue angle of 263.42º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680FF3 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 15 | 243 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.05 |
| HSL | 263.42º | 0.9% | 0.51% | - |
| HSV(B) | 263.42º | 0.94% | 0.95% | - |
| XYZ | 22.06 | 9.76 | 85.51 | - |
| YUV | 67.6 | 226.99 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 243 | 0.57 | 0.94 | 0 | 0.05 | 263.42 | 0.9 | 0.51 |
| Hex | 68 | F | F3 | 39 | 5E | 0 | 5 | 107 | 5A | 33 |
| Octal | 150 | 17 | 363 | 71 | 136 | 0 | 5 | 407 | 132 | 63 |
| Binary | 1101000 | 1111 | 11110011 | 111001 | 1011110 | 0 | 101 | 100000111 | 1011010 | 110011 |
Color Harmonies of #680FF3
Complementary color
Monochromatic Colors of #680FF3
Black with #680FF3
Text Example
Text Example
White with #680FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FF3; }
p { color: rgb(104,15,243); }
H1.HeaderClassName
{
color: #680FF3;
}
.AnyTagClassName
{
color: #680FF3;
}
</style>
background-color css
<style>
a { background-color: #680FF3; }
a { background-color: rgb(104,15,243); }
div.DivClassName
{
background-color: #680FF3;
}
.BgClassName
{
background-color: #680FF3;
}
</style>
border-color css
<style>
span { border-color: #680FF3; }
span { border-color: rgb(104,15,243); }
td.TdClassName
{
border-color: #680FF3;
}
.TagClassName
{
border-color: #680FF3;
}
</style>