Shades of Indigo #6704AA
Tints of Indigo #6704AA
RGB
CMYK
RGB Variations
Color information
#6704AA (or 0x6704AA) is known color: Indigo. HEX triplet: 67, 04 and AA. RGB value is (103,4,170). Sum of RGB (Red+Green+Blue) = 103+4+170=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #6704AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6704AA is #98FB55. Grayscale: #333333. Windows color (decimal): -10025814 or 11142247. OLE color: 11142247.
HSL color Cylindrical-coordinate representation of color #6704AA: hue angle of 275.78º 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 #6704AA is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 4 | 170 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.33 |
| HSL | 275.78º | 0.95% | 0.34% | - |
| HSV(B) | 275.78º | 0.98% | 0.67% | - |
| XYZ | 12.89 | 5.87 | 38.48 | - |
| YUV | 52.53 | 194.3 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 4 | 170 | 0.39 | 0.98 | 0 | 0.33 | 275.78 | 0.95 | 0.34 |
| Hex | 67 | 4 | AA | 27 | 62 | 0 | 21 | 114 | 5F | 22 |
| Octal | 147 | 4 | 252 | 47 | 142 | 0 | 41 | 424 | 137 | 42 |
| Binary | 1100111 | 100 | 10101010 | 100111 | 1100010 | 0 | 100001 | 100010100 | 1011111 | 100010 |
Color Harmonies of #6704AA
Complementary color
Monochromatic Colors of #6704AA
Black with #6704AA
Text Example
Text Example
White with #6704AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6704AA; }
p { color: rgb(103,4,170); }
H1.HeaderClassName
{
color: #6704AA;
}
.AnyTagClassName
{
color: #6704AA;
}
</style>
background-color css
<style>
a { background-color: #6704AA; }
a { background-color: rgb(103,4,170); }
div.DivClassName
{
background-color: #6704AA;
}
.BgClassName
{
background-color: #6704AA;
}
</style>
border-color css
<style>
span { border-color: #6704AA; }
span { border-color: rgb(103,4,170); }
td.TdClassName
{
border-color: #6704AA;
}
.TagClassName
{
border-color: #6704AA;
}
</style>