Shades of Indigo #6A0093
Tints of Indigo #6A0093
RGB
CMYK
RGB Variations
Color information
#6A0093 (or 0x6A0093) is known color: Indigo. HEX triplet: 6A, 00 and 93. RGB value is (106,0,147). Sum of RGB (Red+Green+Blue) = 106+0+147=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A0093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0093 is #95FF6C. Grayscale: #2F2F2F. Windows color (decimal): -9830253 or 9633898. OLE color: 9633898.
HSL color Cylindrical-coordinate representation of color #6A0093: hue angle of 283.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0093 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 0 | 147 | - |
| CMYK | 0.28 | 1 | 0 | 0.42 |
| HSL | 283.27º | 1% | 0.29% | - |
| HSV(B) | 283.27º | 1% | 0.58% | - |
| XYZ | 11.21 | 5.17 | 28.01 | - |
| YUV | 48.45 | 183.62 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 147 | 0.28 | 1 | 0 | 0.42 | 283.27 | 1 | 0.29 |
| Hex | 6A | 0 | 93 | 1C | 64 | 0 | 2A | 11B | 64 | 1D |
| Octal | 152 | 0 | 223 | 34 | 144 | 0 | 52 | 433 | 144 | 35 |
| Binary | 1101010 | 0 | 10010011 | 11100 | 1100100 | 0 | 101010 | 100011011 | 1100100 | 11101 |
Color Harmonies of #6A0093
Complementary color
Monochromatic Colors of #6A0093
Black with #6A0093
Text Example
Text Example
White with #6A0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0093; }
p { color: rgb(106,0,147); }
H1.HeaderClassName
{
color: #6A0093;
}
.AnyTagClassName
{
color: #6A0093;
}
</style>
background-color css
<style>
a { background-color: #6A0093; }
a { background-color: rgb(106,0,147); }
div.DivClassName
{
background-color: #6A0093;
}
.BgClassName
{
background-color: #6A0093;
}
</style>
border-color css
<style>
span { border-color: #6A0093; }
span { border-color: rgb(106,0,147); }
td.TdClassName
{
border-color: #6A0093;
}
.TagClassName
{
border-color: #6A0093;
}
</style>