Shades of Indigo #6B059B
Tints of Indigo #6B059B
RGB
CMYK
RGB Variations
Color information
#6B059B (or 0x6B059B) is known color: Indigo. HEX triplet: 6B, 05 and 9B. RGB value is (107,5,155). Sum of RGB (Red+Green+Blue) = 107+5+155=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B059B is #94FA64. Grayscale: #343434. Windows color (decimal): -9763429 or 10159467. OLE color: 10159467.
HSL color Cylindrical-coordinate representation of color #6B059B: hue angle of 280.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B059B is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 5 | 155 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.39 |
| HSL | 280.8º | 0.94% | 0.31% | - |
| HSV(B) | 280.8º | 0.97% | 0.61% | - |
| XYZ | 12.03 | 5.6 | 31.46 | - |
| YUV | 52.6 | 185.79 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 155 | 0.31 | 0.97 | 0 | 0.39 | 280.8 | 0.94 | 0.31 |
| Hex | 6B | 5 | 9B | 1F | 61 | 0 | 27 | 119 | 5E | 1F |
| Octal | 153 | 5 | 233 | 37 | 141 | 0 | 47 | 431 | 136 | 37 |
| Binary | 1101011 | 101 | 10011011 | 11111 | 1100001 | 0 | 100111 | 100011001 | 1011110 | 11111 |
Color Harmonies of #6B059B
Complementary color
Monochromatic Colors of #6B059B
Black with #6B059B
Text Example
Text Example
White with #6B059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B059B; }
p { color: rgb(107,5,155); }
H1.HeaderClassName
{
color: #6B059B;
}
.AnyTagClassName
{
color: #6B059B;
}
</style>
background-color css
<style>
a { background-color: #6B059B; }
a { background-color: rgb(107,5,155); }
div.DivClassName
{
background-color: #6B059B;
}
.BgClassName
{
background-color: #6B059B;
}
</style>
border-color css
<style>
span { border-color: #6B059B; }
span { border-color: rgb(107,5,155); }
td.TdClassName
{
border-color: #6B059B;
}
.TagClassName
{
border-color: #6B059B;
}
</style>