Shades of Indigo #6904AA
Tints of Indigo #6904AA
RGB
CMYK
RGB Variations
Color information
#6904AA (or 0x6904AA) is known color: Indigo. HEX triplet: 69, 04 and AA. RGB value is (105,4,170). Sum of RGB (Red+Green+Blue) = 105+4+170=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #6904AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6904AA is #96FB55. Grayscale: #343434. Windows color (decimal): -9894742 or 11142249. OLE color: 11142249.
HSL color Cylindrical-coordinate representation of color #6904AA: hue angle of 276.51º 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 #6904AA is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 4 | 170 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.33 |
| HSL | 276.51º | 0.95% | 0.34% | - |
| HSV(B) | 276.51º | 0.98% | 0.67% | - |
| XYZ | 13.12 | 5.99 | 38.5 | - |
| YUV | 53.12 | 193.96 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 170 | 0.38 | 0.98 | 0 | 0.33 | 276.51 | 0.95 | 0.34 |
| Hex | 69 | 4 | AA | 26 | 62 | 0 | 21 | 115 | 5F | 22 |
| Octal | 151 | 4 | 252 | 46 | 142 | 0 | 41 | 425 | 137 | 42 |
| Binary | 1101001 | 100 | 10101010 | 100110 | 1100010 | 0 | 100001 | 100010101 | 1011111 | 100010 |
Color Harmonies of #6904AA
Complementary color
Monochromatic Colors of #6904AA
Black with #6904AA
Text Example
Text Example
White with #6904AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6904AA; }
p { color: rgb(105,4,170); }
H1.HeaderClassName
{
color: #6904AA;
}
.AnyTagClassName
{
color: #6904AA;
}
</style>
background-color css
<style>
a { background-color: #6904AA; }
a { background-color: rgb(105,4,170); }
div.DivClassName
{
background-color: #6904AA;
}
.BgClassName
{
background-color: #6904AA;
}
</style>
border-color css
<style>
span { border-color: #6904AA; }
span { border-color: rgb(105,4,170); }
td.TdClassName
{
border-color: #6904AA;
}
.TagClassName
{
border-color: #6904AA;
}
</style>