Shades of Indigo #6B059A
Tints of Indigo #6B059A
RGB
CMYK
RGB Variations
Color information
#6B059A (or 0x6B059A) is known color: Indigo. HEX triplet: 6B, 05 and 9A. RGB value is (107,5,154). Sum of RGB (Red+Green+Blue) = 107+5+154=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B059A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B059A is #94FA65. Grayscale: #333333. Windows color (decimal): -9763430 or 10093931. OLE color: 10093931.
HSL color Cylindrical-coordinate representation of color #6B059A: hue angle of 281.07º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B059A is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 5 | 154 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.40 |
| HSL | 281.07º | 0.94% | 0.31% | - |
| HSV(B) | 281.07º | 0.97% | 0.6% | - |
| XYZ | 11.95 | 5.57 | 31.02 | - |
| YUV | 52.48 | 185.29 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 154 | 0.31 | 0.97 | 0 | 0.40 | 281.07 | 0.94 | 0.31 |
| Hex | 6B | 5 | 9A | 1F | 61 | 0 | 28 | 119 | 5E | 1F |
| Octal | 153 | 5 | 232 | 37 | 141 | 0 | 50 | 431 | 136 | 37 |
| Binary | 1101011 | 101 | 10011010 | 11111 | 1100001 | 0 | 101000 | 100011001 | 1011110 | 11111 |
Color Harmonies of #6B059A
Complementary color
Monochromatic Colors of #6B059A
Black with #6B059A
Text Example
Text Example
White with #6B059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B059A; }
p { color: rgb(107,5,154); }
H1.HeaderClassName
{
color: #6B059A;
}
.AnyTagClassName
{
color: #6B059A;
}
</style>
background-color css
<style>
a { background-color: #6B059A; }
a { background-color: rgb(107,5,154); }
div.DivClassName
{
background-color: #6B059A;
}
.BgClassName
{
background-color: #6B059A;
}
</style>
border-color css
<style>
span { border-color: #6B059A; }
span { border-color: rgb(107,5,154); }
td.TdClassName
{
border-color: #6B059A;
}
.TagClassName
{
border-color: #6B059A;
}
</style>