Shades of Indigo #6B1192
Tints of Indigo #6B1192
RGB
CMYK
RGB Variations
Color information
#6B1192 (or 0x6B1192) is known color: Indigo. HEX triplet: 6B, 11 and 92. RGB value is (107,17,146). Sum of RGB (Red+Green+Blue) = 107+17+146=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B1192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1192 is #94EE6D. Grayscale: #3A3A3A. Windows color (decimal): -9760366 or 9572715. OLE color: 9572715.
HSL color Cylindrical-coordinate representation of color #6B1192: hue angle of 281.86º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B1192 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 17 | 146 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.43 |
| HSL | 281.86º | 0.79% | 0.32% | - |
| HSV(B) | 281.86º | 0.88% | 0.57% | - |
| XYZ | 11.45 | 5.6 | 27.67 | - |
| YUV | 58.62 | 177.32 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 146 | 0.27 | 0.88 | 0 | 0.43 | 281.86 | 0.79 | 0.32 |
| Hex | 6B | 11 | 92 | 1B | 58 | 0 | 2B | 11A | 4F | 20 |
| Octal | 153 | 21 | 222 | 33 | 130 | 0 | 53 | 432 | 117 | 40 |
| Binary | 1101011 | 10001 | 10010010 | 11011 | 1011000 | 0 | 101011 | 100011010 | 1001111 | 100000 |
Color Harmonies of #6B1192
Complementary color
Monochromatic Colors of #6B1192
Black with #6B1192
Text Example
Text Example
White with #6B1192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1192; }
p { color: rgb(107,17,146); }
H1.HeaderClassName
{
color: #6B1192;
}
.AnyTagClassName
{
color: #6B1192;
}
</style>
background-color css
<style>
a { background-color: #6B1192; }
a { background-color: rgb(107,17,146); }
div.DivClassName
{
background-color: #6B1192;
}
.BgClassName
{
background-color: #6B1192;
}
</style>
border-color css
<style>
span { border-color: #6B1192; }
span { border-color: rgb(107,17,146); }
td.TdClassName
{
border-color: #6B1192;
}
.TagClassName
{
border-color: #6B1192;
}
</style>