Shades of Indigo #6A1396
Tints of Indigo #6A1396
RGB
CMYK
RGB Variations
Color information
#6A1396 (or 0x6A1396) is known color: Indigo. HEX triplet: 6A, 13 and 96. RGB value is (106,19,150). Sum of RGB (Red+Green+Blue) = 106+19+150=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #6A1396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1396 is #95EC69. Grayscale: #3B3B3B. Windows color (decimal): -9825386 or 9835370. OLE color: 9835370.
HSL color Cylindrical-coordinate representation of color #6A1396: hue angle of 279.85º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A1396 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 19 | 150 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.41 |
| HSL | 279.85º | 0.78% | 0.33% | - |
| HSV(B) | 279.85º | 0.87% | 0.59% | - |
| XYZ | 11.68 | 5.73 | 29.34 | - |
| YUV | 59.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 19 | 150 | 0.29 | 0.87 | 0 | 0.41 | 279.85 | 0.78 | 0.33 |
| Hex | 6A | 13 | 96 | 1D | 57 | 0 | 29 | 118 | 4E | 21 |
| Octal | 152 | 23 | 226 | 35 | 127 | 0 | 51 | 430 | 116 | 41 |
| Binary | 1101010 | 10011 | 10010110 | 11101 | 1010111 | 0 | 101001 | 100011000 | 1001110 | 100001 |
Color Harmonies of #6A1396
Complementary color
Monochromatic Colors of #6A1396
Black with #6A1396
Text Example
Text Example
White with #6A1396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1396; }
p { color: rgb(106,19,150); }
H1.HeaderClassName
{
color: #6A1396;
}
.AnyTagClassName
{
color: #6A1396;
}
</style>
background-color css
<style>
a { background-color: #6A1396; }
a { background-color: rgb(106,19,150); }
div.DivClassName
{
background-color: #6A1396;
}
.BgClassName
{
background-color: #6A1396;
}
</style>
border-color css
<style>
span { border-color: #6A1396; }
span { border-color: rgb(106,19,150); }
td.TdClassName
{
border-color: #6A1396;
}
.TagClassName
{
border-color: #6A1396;
}
</style>