Shades of Indigo #6706A3
Tints of Indigo #6706A3
RGB
CMYK
RGB Variations
Color information
#6706A3 (or 0x6706A3) is known color: Indigo. HEX triplet: 67, 06 and A3. RGB value is (103,6,163). Sum of RGB (Red+Green+Blue) = 103+6+163=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 163 (64.06% from 255 or 59.93% from 272); Max value from RGB is 163 - color contains mainly: blue. Hex color #6706A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6706A3 is #98F95C. Grayscale: #343434. Windows color (decimal): -10025309 or 10684007. OLE color: 10684007.
HSL color Cylindrical-coordinate representation of color #6706A3: hue angle of 277.07º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6706A3 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 6 | 163 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.36 |
| HSL | 277.07º | 0.93% | 0.33% | - |
| HSV(B) | 277.07º | 0.96% | 0.64% | - |
| XYZ | 12.27 | 5.66 | 35.1 | - |
| YUV | 52.9 | 190.14 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 163 | 0.37 | 0.96 | 0 | 0.36 | 277.07 | 0.93 | 0.33 |
| Hex | 67 | 6 | A3 | 25 | 60 | 0 | 24 | 115 | 5D | 21 |
| Octal | 147 | 6 | 243 | 45 | 140 | 0 | 44 | 425 | 135 | 41 |
| Binary | 1100111 | 110 | 10100011 | 100101 | 1100000 | 0 | 100100 | 100010101 | 1011101 | 100001 |
Color Harmonies of #6706A3
Complementary color
Monochromatic Colors of #6706A3
Black with #6706A3
Text Example
Text Example
White with #6706A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6706A3; }
p { color: rgb(103,6,163); }
H1.HeaderClassName
{
color: #6706A3;
}
.AnyTagClassName
{
color: #6706A3;
}
</style>
background-color css
<style>
a { background-color: #6706A3; }
a { background-color: rgb(103,6,163); }
div.DivClassName
{
background-color: #6706A3;
}
.BgClassName
{
background-color: #6706A3;
}
</style>
border-color css
<style>
span { border-color: #6706A3; }
span { border-color: rgb(103,6,163); }
td.TdClassName
{
border-color: #6706A3;
}
.TagClassName
{
border-color: #6706A3;
}
</style>