Shades of Electric Indigo #680ADC
Tints of Electric Indigo #680ADC
RGB
CMYK
RGB Variations
Color information
#680ADC (or 0x680ADC) is known color: Electric Indigo. HEX triplet: 68, 0A and DC. RGB value is (104,10,220). Sum of RGB (Red+Green+Blue) = 104+10+220=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #680ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680ADC is #97F523. Grayscale: #3D3D3D. Windows color (decimal): -9958692 or 14420584. OLE color: 14420584.
HSL color Cylindrical-coordinate representation of color #680ADC: hue angle of 266.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680ADC is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 10 | 220 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.14 |
| HSL | 266.86º | 0.91% | 0.45% | - |
| HSV(B) | 266.86º | 0.95% | 0.86% | - |
| XYZ | 18.74 | 8.33 | 68.33 | - |
| YUV | 62.05 | 217.14 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 220 | 0.53 | 0.95 | 0 | 0.14 | 266.86 | 0.91 | 0.45 |
| Hex | 68 | A | DC | 35 | 5F | 0 | E | 10B | 5B | 2D |
| Octal | 150 | 12 | 334 | 65 | 137 | 0 | 16 | 413 | 133 | 55 |
| Binary | 1101000 | 1010 | 11011100 | 110101 | 1011111 | 0 | 1110 | 100001011 | 1011011 | 101101 |
Color Harmonies of #680ADC
Complementary color
Monochromatic Colors of #680ADC
Black with #680ADC
Text Example
Text Example
White with #680ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680ADC; }
p { color: rgb(104,10,220); }
H1.HeaderClassName
{
color: #680ADC;
}
.AnyTagClassName
{
color: #680ADC;
}
</style>
background-color css
<style>
a { background-color: #680ADC; }
a { background-color: rgb(104,10,220); }
div.DivClassName
{
background-color: #680ADC;
}
.BgClassName
{
background-color: #680ADC;
}
</style>
border-color css
<style>
span { border-color: #680ADC; }
span { border-color: rgb(104,10,220); }
td.TdClassName
{
border-color: #680ADC;
}
.TagClassName
{
border-color: #680ADC;
}
</style>