Shades of Indigo #60067E
Tints of Indigo #60067E
RGB
CMYK
RGB Variations
Color information
#60067E (or 0x60067E) is known color: Indigo. HEX triplet: 60, 06 and 7E. RGB value is (96,6,126). Sum of RGB (Red+Green+Blue) = 96+6+126=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #60067E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60067E is #9FF981. Grayscale: #2E2E2E. Windows color (decimal): -10484098 or 8259168. OLE color: 8259168.
HSL color Cylindrical-coordinate representation of color #60067E: hue angle of 285º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60067E is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 6 | 126 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.51 |
| HSL | 285º | 0.91% | 0.26% | - |
| HSV(B) | 285º | 0.95% | 0.49% | - |
| XYZ | 8.65 | 4.12 | 20.08 | - |
| YUV | 46.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 126 | 0.24 | 0.95 | 0 | 0.51 | 285 | 0.91 | 0.26 |
| Hex | 60 | 6 | 7E | 18 | 5F | 0 | 33 | 11D | 5B | 1A |
| Octal | 140 | 6 | 176 | 30 | 137 | 0 | 63 | 435 | 133 | 32 |
| Binary | 1100000 | 110 | 1111110 | 11000 | 1011111 | 0 | 110011 | 100011101 | 1011011 | 11010 |
Color Harmonies of #60067E
Complementary color
Monochromatic Colors of #60067E
Black with #60067E
Text Example
Text Example
White with #60067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60067E; }
p { color: rgb(96,6,126); }
H1.HeaderClassName
{
color: #60067E;
}
.AnyTagClassName
{
color: #60067E;
}
</style>
background-color css
<style>
a { background-color: #60067E; }
a { background-color: rgb(96,6,126); }
div.DivClassName
{
background-color: #60067E;
}
.BgClassName
{
background-color: #60067E;
}
</style>
border-color css
<style>
span { border-color: #60067E; }
span { border-color: rgb(96,6,126); }
td.TdClassName
{
border-color: #60067E;
}
.TagClassName
{
border-color: #60067E;
}
</style>