Shades of Indigo #6A0C9B
Tints of Indigo #6A0C9B
RGB
CMYK
RGB Variations
Color information
#6A0C9B (or 0x6A0C9B) is known color: Indigo. HEX triplet: 6A, 0C and 9B. RGB value is (106,12,155). Sum of RGB (Red+Green+Blue) = 106+12+155=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A0C9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0C9B is #95F364. Grayscale: #373737. Windows color (decimal): -9827173 or 10161258. OLE color: 10161258.
HSL color Cylindrical-coordinate representation of color #6A0C9B: hue angle of 279.44º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0C9B is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 12 | 155 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.39 |
| HSL | 279.44º | 0.86% | 0.33% | - |
| HSV(B) | 279.44º | 0.92% | 0.61% | - |
| XYZ | 11.99 | 5.69 | 31.48 | - |
| YUV | 56.41 | 183.64 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 12 | 155 | 0.32 | 0.92 | 0 | 0.39 | 279.44 | 0.86 | 0.33 |
| Hex | 6A | C | 9B | 20 | 5C | 0 | 27 | 117 | 56 | 21 |
| Octal | 152 | 14 | 233 | 40 | 134 | 0 | 47 | 427 | 126 | 41 |
| Binary | 1101010 | 1100 | 10011011 | 100000 | 1011100 | 0 | 100111 | 100010111 | 1010110 | 100001 |
Color Harmonies of #6A0C9B
Complementary color
Monochromatic Colors of #6A0C9B
Black with #6A0C9B
Text Example
Text Example
White with #6A0C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0C9B; }
p { color: rgb(106,12,155); }
H1.HeaderClassName
{
color: #6A0C9B;
}
.AnyTagClassName
{
color: #6A0C9B;
}
</style>
background-color css
<style>
a { background-color: #6A0C9B; }
a { background-color: rgb(106,12,155); }
div.DivClassName
{
background-color: #6A0C9B;
}
.BgClassName
{
background-color: #6A0C9B;
}
</style>
border-color css
<style>
span { border-color: #6A0C9B; }
span { border-color: rgb(106,12,155); }
td.TdClassName
{
border-color: #6A0C9B;
}
.TagClassName
{
border-color: #6A0C9B;
}
</style>