Shades of Indigo #6900AD
Tints of Indigo #6900AD
RGB
CMYK
RGB Variations
Color information
#6900AD (or 0x6900AD) is known color: Indigo. HEX triplet: 69, 00 and AD. RGB value is (105,0,173). Sum of RGB (Red+Green+Blue) = 105+0+173=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #6900AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6900AD is #96FF52. Grayscale: #323232. Windows color (decimal): -9895763 or 11337833. OLE color: 11337833.
HSL color Cylindrical-coordinate representation of color #6900AD: hue angle of 276.42º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6900AD is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 0 | 173 | - |
| CMYK | 0.39 | 1 | 0 | 0.32 |
| HSL | 276.42º | 1% | 0.34% | - |
| HSV(B) | 276.42º | 1% | 0.68% | - |
| XYZ | 13.37 | 6.02 | 39.99 | - |
| YUV | 51.12 | 196.79 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 173 | 0.39 | 1 | 0 | 0.32 | 276.42 | 1 | 0.34 |
| Hex | 69 | 0 | AD | 27 | 64 | 0 | 20 | 114 | 64 | 22 |
| Octal | 151 | 0 | 255 | 47 | 144 | 0 | 40 | 424 | 144 | 42 |
| Binary | 1101001 | 0 | 10101101 | 100111 | 1100100 | 0 | 100000 | 100010100 | 1100100 | 100010 |
Color Harmonies of #6900AD
Complementary color
Monochromatic Colors of #6900AD
Black with #6900AD
Text Example
Text Example
White with #6900AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6900AD; }
p { color: rgb(105,0,173); }
H1.HeaderClassName
{
color: #6900AD;
}
.AnyTagClassName
{
color: #6900AD;
}
</style>
background-color css
<style>
a { background-color: #6900AD; }
a { background-color: rgb(105,0,173); }
div.DivClassName
{
background-color: #6900AD;
}
.BgClassName
{
background-color: #6900AD;
}
</style>
border-color css
<style>
span { border-color: #6900AD; }
span { border-color: rgb(105,0,173); }
td.TdClassName
{
border-color: #6900AD;
}
.TagClassName
{
border-color: #6900AD;
}
</style>