Shades of Indigo #6700A4
Tints of Indigo #6700A4
RGB
CMYK
RGB Variations
Color information
#6700A4 (or 0x6700A4) is known color: Indigo. HEX triplet: 67, 00 and A4. RGB value is (103,0,164). Sum of RGB (Red+Green+Blue) = 103+0+164=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #6700A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6700A4 is #98FF5B. Grayscale: #303030. Windows color (decimal): -10026844 or 10748007. OLE color: 10748007.
HSL color Cylindrical-coordinate representation of color #6700A4: hue angle of 277.68º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700A4 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 0 | 164 | - |
| CMYK | 0.37 | 1 | 0 | 0.36 |
| HSL | 277.68º | 1% | 0.32% | - |
| HSV(B) | 277.68º | 1% | 0.64% | - |
| XYZ | 12.29 | 5.56 | 35.55 | - |
| YUV | 49.49 | 192.62 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 164 | 0.37 | 1 | 0 | 0.36 | 277.68 | 1 | 0.32 |
| Hex | 67 | 0 | A4 | 25 | 64 | 0 | 24 | 116 | 64 | 20 |
| Octal | 147 | 0 | 244 | 45 | 144 | 0 | 44 | 426 | 144 | 40 |
| Binary | 1100111 | 0 | 10100100 | 100101 | 1100100 | 0 | 100100 | 100010110 | 1100100 | 100000 |
Color Harmonies of #6700A4
Complementary color
Monochromatic Colors of #6700A4
Black with #6700A4
Text Example
Text Example
White with #6700A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700A4; }
p { color: rgb(103,0,164); }
H1.HeaderClassName
{
color: #6700A4;
}
.AnyTagClassName
{
color: #6700A4;
}
</style>
background-color css
<style>
a { background-color: #6700A4; }
a { background-color: rgb(103,0,164); }
div.DivClassName
{
background-color: #6700A4;
}
.BgClassName
{
background-color: #6700A4;
}
</style>
border-color css
<style>
span { border-color: #6700A4; }
span { border-color: rgb(103,0,164); }
td.TdClassName
{
border-color: #6700A4;
}
.TagClassName
{
border-color: #6700A4;
}
</style>