Shades of Indigo #6404AA
Tints of Indigo #6404AA
RGB
CMYK
RGB Variations
Color information
#6404AA (or 0x6404AA) is known color: Indigo. HEX triplet: 64, 04 and AA. RGB value is (100,4,170). Sum of RGB (Red+Green+Blue) = 100+4+170=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #6404AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6404AA is #9BFB55. Grayscale: #333333. Windows color (decimal): -10222422 or 11142244. OLE color: 11142244.
HSL color Cylindrical-coordinate representation of color #6404AA: hue angle of 274.7º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6404AA is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 4 | 170 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.33 |
| HSL | 274.7º | 0.95% | 0.34% | - |
| HSV(B) | 274.7º | 0.98% | 0.67% | - |
| XYZ | 12.55 | 5.7 | 38.47 | - |
| YUV | 51.63 | 194.8 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 170 | 0.41 | 0.98 | 0 | 0.33 | 274.7 | 0.95 | 0.34 |
| Hex | 64 | 4 | AA | 29 | 62 | 0 | 21 | 113 | 5F | 22 |
| Octal | 144 | 4 | 252 | 51 | 142 | 0 | 41 | 423 | 137 | 42 |
| Binary | 1100100 | 100 | 10101010 | 101001 | 1100010 | 0 | 100001 | 100010011 | 1011111 | 100010 |
Color Harmonies of #6404AA
Complementary color
Monochromatic Colors of #6404AA
Black with #6404AA
Text Example
Text Example
White with #6404AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6404AA; }
p { color: rgb(100,4,170); }
H1.HeaderClassName
{
color: #6404AA;
}
.AnyTagClassName
{
color: #6404AA;
}
</style>
background-color css
<style>
a { background-color: #6404AA; }
a { background-color: rgb(100,4,170); }
div.DivClassName
{
background-color: #6404AA;
}
.BgClassName
{
background-color: #6404AA;
}
</style>
border-color css
<style>
span { border-color: #6404AA; }
span { border-color: rgb(100,4,170); }
td.TdClassName
{
border-color: #6404AA;
}
.TagClassName
{
border-color: #6404AA;
}
</style>