Shades of Indigo #6807A1
Tints of Indigo #6807A1
RGB
CMYK
RGB Variations
Color information
#6807A1 (or 0x6807A1) is known color: Indigo. HEX triplet: 68, 07 and A1. RGB value is (104,7,161). Sum of RGB (Red+Green+Blue) = 104+7+161=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #6807A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6807A1 is #97F85E. Grayscale: #353535. Windows color (decimal): -9959519 or 10553192. OLE color: 10553192.
HSL color Cylindrical-coordinate representation of color #6807A1: hue angle of 277.79º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6807A1 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 7 | 161 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.37 |
| HSL | 277.79º | 0.92% | 0.33% | - |
| HSV(B) | 277.79º | 0.96% | 0.63% | - |
| XYZ | 12.22 | 5.67 | 34.17 | - |
| YUV | 53.56 | 188.64 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 161 | 0.35 | 0.96 | 0 | 0.37 | 277.79 | 0.92 | 0.33 |
| Hex | 68 | 7 | A1 | 23 | 60 | 0 | 25 | 116 | 5C | 21 |
| Octal | 150 | 7 | 241 | 43 | 140 | 0 | 45 | 426 | 134 | 41 |
| Binary | 1101000 | 111 | 10100001 | 100011 | 1100000 | 0 | 100101 | 100010110 | 1011100 | 100001 |
Color Harmonies of #6807A1
Complementary color
Monochromatic Colors of #6807A1
Black with #6807A1
Text Example
Text Example
White with #6807A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6807A1; }
p { color: rgb(104,7,161); }
H1.HeaderClassName
{
color: #6807A1;
}
.AnyTagClassName
{
color: #6807A1;
}
</style>
background-color css
<style>
a { background-color: #6807A1; }
a { background-color: rgb(104,7,161); }
div.DivClassName
{
background-color: #6807A1;
}
.BgClassName
{
background-color: #6807A1;
}
</style>
border-color css
<style>
span { border-color: #6807A1; }
span { border-color: rgb(104,7,161); }
td.TdClassName
{
border-color: #6807A1;
}
.TagClassName
{
border-color: #6807A1;
}
</style>