Shades of Indigo #6B05A9
Tints of Indigo #6B05A9
RGB
CMYK
RGB Variations
Color information
#6B05A9 (or 0x6B05A9) is known color: Indigo. HEX triplet: 6B, 05 and A9. RGB value is (107,5,169). Sum of RGB (Red+Green+Blue) = 107+5+169=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 169 (66.41% from 255 or 60.14% from 281); Max value from RGB is 169 - color contains mainly: blue. Hex color #6B05A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B05A9 is #94FA56. Grayscale: #353535. Windows color (decimal): -9763415 or 11076971. OLE color: 11076971.
HSL color Cylindrical-coordinate representation of color #6B05A9: hue angle of 277.32º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B05A9 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 5 | 169 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.34 |
| HSL | 277.32º | 0.94% | 0.34% | - |
| HSV(B) | 277.32º | 0.97% | 0.66% | - |
| XYZ | 13.28 | 6.1 | 38.01 | - |
| YUV | 54.19 | 192.79 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 169 | 0.37 | 0.97 | 0 | 0.34 | 277.32 | 0.94 | 0.34 |
| Hex | 6B | 5 | A9 | 25 | 61 | 0 | 22 | 115 | 5E | 22 |
| Octal | 153 | 5 | 251 | 45 | 141 | 0 | 42 | 425 | 136 | 42 |
| Binary | 1101011 | 101 | 10101001 | 100101 | 1100001 | 0 | 100010 | 100010101 | 1011110 | 100010 |
Color Harmonies of #6B05A9
Complementary color
Monochromatic Colors of #6B05A9
Black with #6B05A9
Text Example
Text Example
White with #6B05A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B05A9; }
p { color: rgb(107,5,169); }
H1.HeaderClassName
{
color: #6B05A9;
}
.AnyTagClassName
{
color: #6B05A9;
}
</style>
background-color css
<style>
a { background-color: #6B05A9; }
a { background-color: rgb(107,5,169); }
div.DivClassName
{
background-color: #6B05A9;
}
.BgClassName
{
background-color: #6B05A9;
}
</style>
border-color css
<style>
span { border-color: #6B05A9; }
span { border-color: rgb(107,5,169); }
td.TdClassName
{
border-color: #6B05A9;
}
.TagClassName
{
border-color: #6B05A9;
}
</style>