Shades of Indigo #6504AB
Tints of Indigo #6504AB
RGB
CMYK
RGB Variations
Color information
#6504AB (or 0x6504AB) is known color: Indigo. HEX triplet: 65, 04 and AB. RGB value is (101,4,171). Sum of RGB (Red+Green+Blue) = 101+4+171=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #6504AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6504AB is #9AFB54. Grayscale: #333333. Windows color (decimal): -10156885 or 11207781. OLE color: 11207781.
HSL color Cylindrical-coordinate representation of color #6504AB: hue angle of 274.85º 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 #6504AB is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 4 | 171 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.33 |
| HSL | 274.85º | 0.95% | 0.34% | - |
| HSV(B) | 274.85º | 0.98% | 0.67% | - |
| XYZ | 12.76 | 5.79 | 38.97 | - |
| YUV | 52.04 | 195.14 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 171 | 0.41 | 0.98 | 0 | 0.33 | 274.85 | 0.95 | 0.34 |
| Hex | 65 | 4 | AB | 29 | 62 | 0 | 21 | 113 | 5F | 22 |
| Octal | 145 | 4 | 253 | 51 | 142 | 0 | 41 | 423 | 137 | 42 |
| Binary | 1100101 | 100 | 10101011 | 101001 | 1100010 | 0 | 100001 | 100010011 | 1011111 | 100010 |
Color Harmonies of #6504AB
Complementary color
Monochromatic Colors of #6504AB
Black with #6504AB
Text Example
Text Example
White with #6504AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6504AB; }
p { color: rgb(101,4,171); }
H1.HeaderClassName
{
color: #6504AB;
}
.AnyTagClassName
{
color: #6504AB;
}
</style>
background-color css
<style>
a { background-color: #6504AB; }
a { background-color: rgb(101,4,171); }
div.DivClassName
{
background-color: #6504AB;
}
.BgClassName
{
background-color: #6504AB;
}
</style>
border-color css
<style>
span { border-color: #6504AB; }
span { border-color: rgb(101,4,171); }
td.TdClassName
{
border-color: #6504AB;
}
.TagClassName
{
border-color: #6504AB;
}
</style>