Shades of Indigo #600F90
Tints of Indigo #600F90
RGB
CMYK
RGB Variations
Color information
#600F90 (or 0x600F90) is known color: Indigo. HEX triplet: 60, 0F and 90. RGB value is (96,15,144). Sum of RGB (Red+Green+Blue) = 96+15+144=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #600F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600F90 is #9FF06F. Grayscale: #353535. Windows color (decimal): -10481776 or 9441120. OLE color: 9441120.
HSL color Cylindrical-coordinate representation of color #600F90: hue angle of 277.67º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600F90 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 15 | 144 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.44 |
| HSL | 277.67º | 0.81% | 0.31% | - |
| HSV(B) | 277.67º | 0.9% | 0.56% | - |
| XYZ | 10.03 | 4.84 | 26.79 | - |
| YUV | 53.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 144 | 0.33 | 0.90 | 0 | 0.44 | 277.67 | 0.81 | 0.31 |
| Hex | 60 | F | 90 | 21 | 5A | 0 | 2C | 116 | 51 | 1F |
| Octal | 140 | 17 | 220 | 41 | 132 | 0 | 54 | 426 | 121 | 37 |
| Binary | 1100000 | 1111 | 10010000 | 100001 | 1011010 | 0 | 101100 | 100010110 | 1010001 | 11111 |
Color Harmonies of #600F90
Complementary color
Monochromatic Colors of #600F90
Black with #600F90
Text Example
Text Example
White with #600F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F90; }
p { color: rgb(96,15,144); }
H1.HeaderClassName
{
color: #600F90;
}
.AnyTagClassName
{
color: #600F90;
}
</style>
background-color css
<style>
a { background-color: #600F90; }
a { background-color: rgb(96,15,144); }
div.DivClassName
{
background-color: #600F90;
}
.BgClassName
{
background-color: #600F90;
}
</style>
border-color css
<style>
span { border-color: #600F90; }
span { border-color: rgb(96,15,144); }
td.TdClassName
{
border-color: #600F90;
}
.TagClassName
{
border-color: #600F90;
}
</style>