Shades of Indigo #6B1095
Tints of Indigo #6B1095
RGB
CMYK
RGB Variations
Color information
#6B1095 (or 0x6B1095) is known color: Indigo. HEX triplet: 6B, 10 and 95. RGB value is (107,16,149). Sum of RGB (Red+Green+Blue) = 107+16+149=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B1095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1095 is #94EF6A. Grayscale: #393939. Windows color (decimal): -9760619 or 9769067. OLE color: 9769067.
HSL color Cylindrical-coordinate representation of color #6B1095: hue angle of 281.05º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B1095 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 16 | 149 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.42 |
| HSL | 281.05º | 0.81% | 0.32% | - |
| HSV(B) | 281.05º | 0.89% | 0.58% | - |
| XYZ | 11.67 | 5.67 | 28.91 | - |
| YUV | 58.37 | 179.15 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 149 | 0.28 | 0.89 | 0 | 0.42 | 281.05 | 0.81 | 0.32 |
| Hex | 6B | 10 | 95 | 1C | 59 | 0 | 2A | 119 | 51 | 20 |
| Octal | 153 | 20 | 225 | 34 | 131 | 0 | 52 | 431 | 121 | 40 |
| Binary | 1101011 | 10000 | 10010101 | 11100 | 1011001 | 0 | 101010 | 100011001 | 1010001 | 100000 |
Color Harmonies of #6B1095
Complementary color
Monochromatic Colors of #6B1095
Black with #6B1095
Text Example
Text Example
White with #6B1095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1095; }
p { color: rgb(107,16,149); }
H1.HeaderClassName
{
color: #6B1095;
}
.AnyTagClassName
{
color: #6B1095;
}
</style>
background-color css
<style>
a { background-color: #6B1095; }
a { background-color: rgb(107,16,149); }
div.DivClassName
{
background-color: #6B1095;
}
.BgClassName
{
background-color: #6B1095;
}
</style>
border-color css
<style>
span { border-color: #6B1095; }
span { border-color: rgb(107,16,149); }
td.TdClassName
{
border-color: #6B1095;
}
.TagClassName
{
border-color: #6B1095;
}
</style>