Shades of Indigo #6A0B92
Tints of Indigo #6A0B92
RGB
CMYK
RGB Variations
Color information
#6A0B92 (or 0x6A0B92) is known color: Indigo. HEX triplet: 6A, 0B and 92. RGB value is (106,11,146). Sum of RGB (Red+Green+Blue) = 106+11+146=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A0B92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0B92 is #95F46D. Grayscale: #363636. Windows color (decimal): -9827438 or 9571178. OLE color: 9571178.
HSL color Cylindrical-coordinate representation of color #6A0B92: hue angle of 282.22º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0B92 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 11 | 146 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.43 |
| HSL | 282.22º | 0.86% | 0.31% | - |
| HSV(B) | 282.22º | 0.92% | 0.57% | - |
| XYZ | 11.25 | 5.38 | 27.64 | - |
| YUV | 54.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 11 | 146 | 0.27 | 0.92 | 0 | 0.43 | 282.22 | 0.86 | 0.31 |
| Hex | 6A | B | 92 | 1B | 5C | 0 | 2B | 11A | 56 | 1F |
| Octal | 152 | 13 | 222 | 33 | 134 | 0 | 53 | 432 | 126 | 37 |
| Binary | 1101010 | 1011 | 10010010 | 11011 | 1011100 | 0 | 101011 | 100011010 | 1010110 | 11111 |
Color Harmonies of #6A0B92
Complementary color
Monochromatic Colors of #6A0B92
Black with #6A0B92
Text Example
Text Example
White with #6A0B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0B92; }
p { color: rgb(106,11,146); }
H1.HeaderClassName
{
color: #6A0B92;
}
.AnyTagClassName
{
color: #6A0B92;
}
</style>
background-color css
<style>
a { background-color: #6A0B92; }
a { background-color: rgb(106,11,146); }
div.DivClassName
{
background-color: #6A0B92;
}
.BgClassName
{
background-color: #6A0B92;
}
</style>
border-color css
<style>
span { border-color: #6A0B92; }
span { border-color: rgb(106,11,146); }
td.TdClassName
{
border-color: #6A0B92;
}
.TagClassName
{
border-color: #6A0B92;
}
</style>