Shades of Indigo #6502AD
Tints of Indigo #6502AD
RGB
CMYK
RGB Variations
Color information
#6502AD (or 0x6502AD) is known color: Indigo. HEX triplet: 65, 02 and AD. RGB value is (101,2,173). Sum of RGB (Red+Green+Blue) = 101+2+173=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #6502AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6502AD is #9AFD52. Grayscale: #323232. Windows color (decimal): -10157395 or 11338341. OLE color: 11338341.
HSL color Cylindrical-coordinate representation of color #6502AD: hue angle of 274.74º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502AD is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 2 | 173 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.32 |
| HSL | 274.74º | 0.98% | 0.34% | - |
| HSV(B) | 274.74º | 0.99% | 0.68% | - |
| XYZ | 12.93 | 5.83 | 39.98 | - |
| YUV | 51.1 | 196.8 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 173 | 0.42 | 0.99 | 0 | 0.32 | 274.74 | 0.98 | 0.34 |
| Hex | 65 | 2 | AD | 2A | 63 | 0 | 20 | 113 | 62 | 22 |
| Octal | 145 | 2 | 255 | 52 | 143 | 0 | 40 | 423 | 142 | 42 |
| Binary | 1100101 | 10 | 10101101 | 101010 | 1100011 | 0 | 100000 | 100010011 | 1100010 | 100010 |
Color Harmonies of #6502AD
Complementary color
Monochromatic Colors of #6502AD
Black with #6502AD
Text Example
Text Example
White with #6502AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502AD; }
p { color: rgb(101,2,173); }
H1.HeaderClassName
{
color: #6502AD;
}
.AnyTagClassName
{
color: #6502AD;
}
</style>
background-color css
<style>
a { background-color: #6502AD; }
a { background-color: rgb(101,2,173); }
div.DivClassName
{
background-color: #6502AD;
}
.BgClassName
{
background-color: #6502AD;
}
</style>
border-color css
<style>
span { border-color: #6502AD; }
span { border-color: rgb(101,2,173); }
td.TdClassName
{
border-color: #6502AD;
}
.TagClassName
{
border-color: #6502AD;
}
</style>