Shades of Indigo #60067A
Tints of Indigo #60067A
RGB
CMYK
RGB Variations
Color information
#60067A (or 0x60067A) is known color: Indigo. HEX triplet: 60, 06 and 7A. RGB value is (96,6,122). Sum of RGB (Red+Green+Blue) = 96+6+122=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #60067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60067A is #9FF985. Grayscale: #2D2D2D. Windows color (decimal): -10484102 or 7997024. OLE color: 7997024.
HSL color Cylindrical-coordinate representation of color #60067A: hue angle of 286.55º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60067A is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 6 | 122 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.52 |
| HSL | 286.55º | 0.91% | 0.25% | - |
| HSV(B) | 286.55º | 0.95% | 0.48% | - |
| XYZ | 8.4 | 4.02 | 18.75 | - |
| YUV | 46.13 | 170.82 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 122 | 0.21 | 0.95 | 0 | 0.52 | 286.55 | 0.91 | 0.25 |
| Hex | 60 | 6 | 7A | 15 | 5F | 0 | 34 | 11F | 5B | 19 |
| Octal | 140 | 6 | 172 | 25 | 137 | 0 | 64 | 437 | 133 | 31 |
| Binary | 1100000 | 110 | 1111010 | 10101 | 1011111 | 0 | 110100 | 100011111 | 1011011 | 11001 |
Color Harmonies of #60067A
Complementary color
Monochromatic Colors of #60067A
Black with #60067A
Text Example
Text Example
White with #60067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60067A; }
p { color: rgb(96,6,122); }
H1.HeaderClassName
{
color: #60067A;
}
.AnyTagClassName
{
color: #60067A;
}
</style>
background-color css
<style>
a { background-color: #60067A; }
a { background-color: rgb(96,6,122); }
div.DivClassName
{
background-color: #60067A;
}
.BgClassName
{
background-color: #60067A;
}
</style>
border-color css
<style>
span { border-color: #60067A; }
span { border-color: rgb(96,6,122); }
td.TdClassName
{
border-color: #60067A;
}
.TagClassName
{
border-color: #60067A;
}
</style>