Shades of Electric Indigo #600ADC
Tints of Electric Indigo #600ADC
RGB
CMYK
RGB Variations
Color information
#600ADC (or 0x600ADC) is known color: Electric Indigo. HEX triplet: 60, 0A and DC. RGB value is (96,10,220). Sum of RGB (Red+Green+Blue) = 96+10+220=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #600ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600ADC is #9FF523. Grayscale: #3A3A3A. Windows color (decimal): -10482980 or 14420576. OLE color: 14420576.
HSL color Cylindrical-coordinate representation of color #600ADC: hue angle of 264.57º 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 #600ADC is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 10 | 220 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.14 |
| HSL | 264.57º | 0.91% | 0.45% | - |
| HSV(B) | 264.57º | 0.95% | 0.86% | - |
| XYZ | 17.85 | 7.87 | 68.29 | - |
| YUV | 59.65 | 218.49 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 220 | 0.56 | 0.95 | 0 | 0.14 | 264.57 | 0.91 | 0.45 |
| Hex | 60 | A | DC | 38 | 5F | 0 | E | 109 | 5B | 2D |
| Octal | 140 | 12 | 334 | 70 | 137 | 0 | 16 | 411 | 133 | 55 |
| Binary | 1100000 | 1010 | 11011100 | 111000 | 1011111 | 0 | 1110 | 100001001 | 1011011 | 101101 |
Color Harmonies of #600ADC
Complementary color
Monochromatic Colors of #600ADC
Black with #600ADC
Text Example
Text Example
White with #600ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600ADC; }
p { color: rgb(96,10,220); }
H1.HeaderClassName
{
color: #600ADC;
}
.AnyTagClassName
{
color: #600ADC;
}
</style>
background-color css
<style>
a { background-color: #600ADC; }
a { background-color: rgb(96,10,220); }
div.DivClassName
{
background-color: #600ADC;
}
.BgClassName
{
background-color: #600ADC;
}
</style>
border-color css
<style>
span { border-color: #600ADC; }
span { border-color: rgb(96,10,220); }
td.TdClassName
{
border-color: #600ADC;
}
.TagClassName
{
border-color: #600ADC;
}
</style>