Shades of Indigo #6B129F
Tints of Indigo #6B129F
RGB
CMYK
RGB Variations
Color information
#6B129F (or 0x6B129F) is known color: Indigo. HEX triplet: 6B, 12 and 9F. RGB value is (107,18,159). Sum of RGB (Red+Green+Blue) = 107+18+159=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B129F is #94ED60. Grayscale: #3C3C3C. Windows color (decimal): -9760097 or 10424939. OLE color: 10424939.
HSL color Cylindrical-coordinate representation of color #6B129F: hue angle of 277.87º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B129F is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 18 | 159 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.38 |
| HSL | 277.87º | 0.8% | 0.35% | - |
| HSV(B) | 277.87º | 0.89% | 0.62% | - |
| XYZ | 12.54 | 6.06 | 33.31 | - |
| YUV | 60.69 | 183.49 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 18 | 159 | 0.33 | 0.89 | 0 | 0.38 | 277.87 | 0.8 | 0.35 |
| Hex | 6B | 12 | 9F | 21 | 59 | 0 | 26 | 116 | 50 | 23 |
| Octal | 153 | 22 | 237 | 41 | 131 | 0 | 46 | 426 | 120 | 43 |
| Binary | 1101011 | 10010 | 10011111 | 100001 | 1011001 | 0 | 100110 | 100010110 | 1010000 | 100011 |
Color Harmonies of #6B129F
Complementary color
Monochromatic Colors of #6B129F
Black with #6B129F
Text Example
Text Example
White with #6B129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B129F; }
p { color: rgb(107,18,159); }
H1.HeaderClassName
{
color: #6B129F;
}
.AnyTagClassName
{
color: #6B129F;
}
</style>
background-color css
<style>
a { background-color: #6B129F; }
a { background-color: rgb(107,18,159); }
div.DivClassName
{
background-color: #6B129F;
}
.BgClassName
{
background-color: #6B129F;
}
</style>
border-color css
<style>
span { border-color: #6B129F; }
span { border-color: rgb(107,18,159); }
td.TdClassName
{
border-color: #6B129F;
}
.TagClassName
{
border-color: #6B129F;
}
</style>