Shades of Indigo #6007AA
Tints of Indigo #6007AA
RGB
CMYK
RGB Variations
Color information
#6007AA (or 0x6007AA) is known color: Indigo. HEX triplet: 60, 07 and AA. RGB value is (96,7,170). Sum of RGB (Red+Green+Blue) = 96+7+170=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #6007AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6007AA is #9FF855. Grayscale: #333333. Windows color (decimal): -10483798 or 11143008. OLE color: 11143008.
HSL color Cylindrical-coordinate representation of color #6007AA: hue angle of 272.76º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6007AA is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 7 | 170 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.33 |
| HSL | 272.76º | 0.92% | 0.35% | - |
| HSV(B) | 272.76º | 0.96% | 0.67% | - |
| XYZ | 12.16 | 5.54 | 38.46 | - |
| YUV | 52.19 | 194.49 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 170 | 0.44 | 0.96 | 0 | 0.33 | 272.76 | 0.92 | 0.35 |
| Hex | 60 | 7 | AA | 2C | 60 | 0 | 21 | 111 | 5C | 23 |
| Octal | 140 | 7 | 252 | 54 | 140 | 0 | 41 | 421 | 134 | 43 |
| Binary | 1100000 | 111 | 10101010 | 101100 | 1100000 | 0 | 100001 | 100010001 | 1011100 | 100011 |
Color Harmonies of #6007AA
Complementary color
Monochromatic Colors of #6007AA
Black with #6007AA
Text Example
Text Example
White with #6007AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6007AA; }
p { color: rgb(96,7,170); }
H1.HeaderClassName
{
color: #6007AA;
}
.AnyTagClassName
{
color: #6007AA;
}
</style>
background-color css
<style>
a { background-color: #6007AA; }
a { background-color: rgb(96,7,170); }
div.DivClassName
{
background-color: #6007AA;
}
.BgClassName
{
background-color: #6007AA;
}
</style>
border-color css
<style>
span { border-color: #6007AA; }
span { border-color: rgb(96,7,170); }
td.TdClassName
{
border-color: #6007AA;
}
.TagClassName
{
border-color: #6007AA;
}
</style>