Shades of Indigo #6705AA
Tints of Indigo #6705AA
RGB
CMYK
RGB Variations
Color information
#6705AA (or 0x6705AA) is known color: Indigo. HEX triplet: 67, 05 and AA. RGB value is (103,5,170). Sum of RGB (Red+Green+Blue) = 103+5+170=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #6705AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6705AA is #98FA55. Grayscale: #343434. Windows color (decimal): -10025558 or 11142503. OLE color: 11142503.
HSL color Cylindrical-coordinate representation of color #6705AA: hue angle of 275.64º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6705AA is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 5 | 170 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.33 |
| HSL | 275.64º | 0.94% | 0.34% | - |
| HSV(B) | 275.64º | 0.97% | 0.67% | - |
| XYZ | 12.9 | 5.89 | 38.49 | - |
| YUV | 53.11 | 193.97 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 5 | 170 | 0.39 | 0.97 | 0 | 0.33 | 275.64 | 0.94 | 0.34 |
| Hex | 67 | 5 | AA | 27 | 61 | 0 | 21 | 114 | 5E | 22 |
| Octal | 147 | 5 | 252 | 47 | 141 | 0 | 41 | 424 | 136 | 42 |
| Binary | 1100111 | 101 | 10101010 | 100111 | 1100001 | 0 | 100001 | 100010100 | 1011110 | 100010 |
Color Harmonies of #6705AA
Complementary color
Monochromatic Colors of #6705AA
Black with #6705AA
Text Example
Text Example
White with #6705AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6705AA; }
p { color: rgb(103,5,170); }
H1.HeaderClassName
{
color: #6705AA;
}
.AnyTagClassName
{
color: #6705AA;
}
</style>
background-color css
<style>
a { background-color: #6705AA; }
a { background-color: rgb(103,5,170); }
div.DivClassName
{
background-color: #6705AA;
}
.BgClassName
{
background-color: #6705AA;
}
</style>
border-color css
<style>
span { border-color: #6705AA; }
span { border-color: rgb(103,5,170); }
td.TdClassName
{
border-color: #6705AA;
}
.TagClassName
{
border-color: #6705AA;
}
</style>