Shades of Indigo #6009A8
Tints of Indigo #6009A8
RGB
CMYK
RGB Variations
Color information
#6009A8 (or 0x6009A8) is known color: Indigo. HEX triplet: 60, 09 and A8. RGB value is (96,9,168). Sum of RGB (Red+Green+Blue) = 96+9+168=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 168 (66.02% from 255 or 61.54% from 273); Max value from RGB is 168 - color contains mainly: blue. Hex color #6009A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6009A8 is #9FF657. Grayscale: #343434. Windows color (decimal): -10483288 or 11012448. OLE color: 11012448.
HSL color Cylindrical-coordinate representation of color #6009A8: hue angle of 272.83º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6009A8 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 9 | 168 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.34 |
| HSL | 272.83º | 0.9% | 0.35% | - |
| HSV(B) | 272.83º | 0.95% | 0.66% | - |
| XYZ | 11.99 | 5.51 | 37.48 | - |
| YUV | 53.14 | 192.82 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 168 | 0.43 | 0.95 | 0 | 0.34 | 272.83 | 0.9 | 0.35 |
| Hex | 60 | 9 | A8 | 2B | 5F | 0 | 22 | 111 | 5A | 23 |
| Octal | 140 | 11 | 250 | 53 | 137 | 0 | 42 | 421 | 132 | 43 |
| Binary | 1100000 | 1001 | 10101000 | 101011 | 1011111 | 0 | 100010 | 100010001 | 1011010 | 100011 |
Color Harmonies of #6009A8
Complementary color
Monochromatic Colors of #6009A8
Black with #6009A8
Text Example
Text Example
White with #6009A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6009A8; }
p { color: rgb(96,9,168); }
H1.HeaderClassName
{
color: #6009A8;
}
.AnyTagClassName
{
color: #6009A8;
}
</style>
background-color css
<style>
a { background-color: #6009A8; }
a { background-color: rgb(96,9,168); }
div.DivClassName
{
background-color: #6009A8;
}
.BgClassName
{
background-color: #6009A8;
}
</style>
border-color css
<style>
span { border-color: #6009A8; }
span { border-color: rgb(96,9,168); }
td.TdClassName
{
border-color: #6009A8;
}
.TagClassName
{
border-color: #6009A8;
}
</style>