Shades of Indigo #6B0995
Tints of Indigo #6B0995
RGB
CMYK
RGB Variations
Color information
#6B0995 (or 0x6B0995) is known color: Indigo. HEX triplet: 6B, 09 and 95. RGB value is (107,9,149). Sum of RGB (Red+Green+Blue) = 107+9+149=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B0995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0995 is #94F66A. Grayscale: #353535. Windows color (decimal): -9762411 or 9767275. OLE color: 9767275.
HSL color Cylindrical-coordinate representation of color #6B0995: hue angle of 282º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0995 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 9 | 149 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.42 |
| HSL | 282º | 0.89% | 0.31% | - |
| HSV(B) | 282º | 0.94% | 0.58% | - |
| XYZ | 11.59 | 5.49 | 28.88 | - |
| YUV | 54.26 | 181.47 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 9 | 149 | 0.28 | 0.94 | 0 | 0.42 | 282 | 0.89 | 0.31 |
| Hex | 6B | 9 | 95 | 1C | 5E | 0 | 2A | 11A | 59 | 1F |
| Octal | 153 | 11 | 225 | 34 | 136 | 0 | 52 | 432 | 131 | 37 |
| Binary | 1101011 | 1001 | 10010101 | 11100 | 1011110 | 0 | 101010 | 100011010 | 1011001 | 11111 |
Color Harmonies of #6B0995
Complementary color
Monochromatic Colors of #6B0995
Black with #6B0995
Text Example
Text Example
White with #6B0995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0995; }
p { color: rgb(107,9,149); }
H1.HeaderClassName
{
color: #6B0995;
}
.AnyTagClassName
{
color: #6B0995;
}
</style>
background-color css
<style>
a { background-color: #6B0995; }
a { background-color: rgb(107,9,149); }
div.DivClassName
{
background-color: #6B0995;
}
.BgClassName
{
background-color: #6B0995;
}
</style>
border-color css
<style>
span { border-color: #6B0995; }
span { border-color: rgb(107,9,149); }
td.TdClassName
{
border-color: #6B0995;
}
.TagClassName
{
border-color: #6B0995;
}
</style>