Shades of Indigo #6B129C
Tints of Indigo #6B129C
RGB
CMYK
RGB Variations
Color information
#6B129C (or 0x6B129C) is known color: Indigo. HEX triplet: 6B, 12 and 9C. RGB value is (107,18,156). Sum of RGB (Red+Green+Blue) = 107+18+156=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B129C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B129C is #94ED63. Grayscale: #3B3B3B. Windows color (decimal): -9760100 or 10228331. OLE color: 10228331.
HSL color Cylindrical-coordinate representation of color #6B129C: hue angle of 278.7º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B129C is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 18 | 156 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.39 |
| HSL | 278.7º | 0.79% | 0.34% | - |
| HSV(B) | 278.7º | 0.88% | 0.61% | - |
| XYZ | 12.28 | 5.96 | 31.96 | - |
| YUV | 60.34 | 181.99 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 18 | 156 | 0.31 | 0.88 | 0 | 0.39 | 278.7 | 0.79 | 0.34 |
| Hex | 6B | 12 | 9C | 1F | 58 | 0 | 27 | 117 | 4F | 22 |
| Octal | 153 | 22 | 234 | 37 | 130 | 0 | 47 | 427 | 117 | 42 |
| Binary | 1101011 | 10010 | 10011100 | 11111 | 1011000 | 0 | 100111 | 100010111 | 1001111 | 100010 |
Color Harmonies of #6B129C
Complementary color
Monochromatic Colors of #6B129C
Black with #6B129C
Text Example
Text Example
White with #6B129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B129C; }
p { color: rgb(107,18,156); }
H1.HeaderClassName
{
color: #6B129C;
}
.AnyTagClassName
{
color: #6B129C;
}
</style>
background-color css
<style>
a { background-color: #6B129C; }
a { background-color: rgb(107,18,156); }
div.DivClassName
{
background-color: #6B129C;
}
.BgClassName
{
background-color: #6B129C;
}
</style>
border-color css
<style>
span { border-color: #6B129C; }
span { border-color: rgb(107,18,156); }
td.TdClassName
{
border-color: #6B129C;
}
.TagClassName
{
border-color: #6B129C;
}
</style>