Shades of Indigo #6B059D
Tints of Indigo #6B059D
RGB
CMYK
RGB Variations
Color information
#6B059D (or 0x6B059D) is known color: Indigo. HEX triplet: 6B, 05 and 9D. RGB value is (107,5,157). Sum of RGB (Red+Green+Blue) = 107+5+157=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B059D is #94FA62. Grayscale: #343434. Windows color (decimal): -9763427 or 10290539. OLE color: 10290539.
HSL color Cylindrical-coordinate representation of color #6B059D: hue angle of 280.26º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B059D is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 5 | 157 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.38 |
| HSL | 280.26º | 0.94% | 0.32% | - |
| HSV(B) | 280.26º | 0.97% | 0.62% | - |
| XYZ | 12.2 | 5.67 | 32.35 | - |
| YUV | 52.83 | 186.79 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 157 | 0.32 | 0.97 | 0 | 0.38 | 280.26 | 0.94 | 0.32 |
| Hex | 6B | 5 | 9D | 20 | 61 | 0 | 26 | 118 | 5E | 20 |
| Octal | 153 | 5 | 235 | 40 | 141 | 0 | 46 | 430 | 136 | 40 |
| Binary | 1101011 | 101 | 10011101 | 100000 | 1100001 | 0 | 100110 | 100011000 | 1011110 | 100000 |
Color Harmonies of #6B059D
Complementary color
Monochromatic Colors of #6B059D
Black with #6B059D
Text Example
Text Example
White with #6B059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B059D; }
p { color: rgb(107,5,157); }
H1.HeaderClassName
{
color: #6B059D;
}
.AnyTagClassName
{
color: #6B059D;
}
</style>
background-color css
<style>
a { background-color: #6B059D; }
a { background-color: rgb(107,5,157); }
div.DivClassName
{
background-color: #6B059D;
}
.BgClassName
{
background-color: #6B059D;
}
</style>
border-color css
<style>
span { border-color: #6B059D; }
span { border-color: rgb(107,5,157); }
td.TdClassName
{
border-color: #6B059D;
}
.TagClassName
{
border-color: #6B059D;
}
</style>