Shades of Indigo #6B0197
Tints of Indigo #6B0197
RGB
CMYK
RGB Variations
Color information
#6B0197 (or 0x6B0197) is known color: Indigo. HEX triplet: 6B, 01 and 97. RGB value is (107,1,151). Sum of RGB (Red+Green+Blue) = 107+1+151=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B0197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0197 is #94FE68. Grayscale: #313131. Windows color (decimal): -9764457 or 9896299. OLE color: 9896299.
HSL color Cylindrical-coordinate representation of color #6B0197: hue angle of 282.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B0197 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 1 | 151 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.41 |
| HSL | 282.4º | 0.99% | 0.3% | - |
| HSV(B) | 282.4º | 0.99% | 0.59% | - |
| XYZ | 11.66 | 5.38 | 29.7 | - |
| YUV | 49.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 151 | 0.29 | 0.99 | 0 | 0.41 | 282.4 | 0.99 | 0.3 |
| Hex | 6B | 1 | 97 | 1D | 63 | 0 | 29 | 11A | 63 | 1E |
| Octal | 153 | 1 | 227 | 35 | 143 | 0 | 51 | 432 | 143 | 36 |
| Binary | 1101011 | 1 | 10010111 | 11101 | 1100011 | 0 | 101001 | 100011010 | 1100011 | 11110 |
Color Harmonies of #6B0197
Complementary color
Monochromatic Colors of #6B0197
Black with #6B0197
Text Example
Text Example
White with #6B0197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0197; }
p { color: rgb(107,1,151); }
H1.HeaderClassName
{
color: #6B0197;
}
.AnyTagClassName
{
color: #6B0197;
}
</style>
background-color css
<style>
a { background-color: #6B0197; }
a { background-color: rgb(107,1,151); }
div.DivClassName
{
background-color: #6B0197;
}
.BgClassName
{
background-color: #6B0197;
}
</style>
border-color css
<style>
span { border-color: #6B0197; }
span { border-color: rgb(107,1,151); }
td.TdClassName
{
border-color: #6B0197;
}
.TagClassName
{
border-color: #6B0197;
}
</style>