Shades of Indigo #6A099D
Tints of Indigo #6A099D
RGB
CMYK
RGB Variations
Color information
#6A099D (or 0x6A099D) is known color: Indigo. HEX triplet: 6A, 09 and 9D. RGB value is (106,9,157). Sum of RGB (Red+Green+Blue) = 106+9+157=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A099D is #95F662. Grayscale: #363636. Windows color (decimal): -9827939 or 10291562. OLE color: 10291562.
HSL color Cylindrical-coordinate representation of color #6A099D: hue angle of 279.32º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A099D is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 9 | 157 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.38 |
| HSL | 279.32º | 0.89% | 0.33% | - |
| HSV(B) | 279.32º | 0.94% | 0.62% | - |
| XYZ | 12.13 | 5.69 | 32.36 | - |
| YUV | 54.88 | 185.64 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 9 | 157 | 0.32 | 0.94 | 0 | 0.38 | 279.32 | 0.89 | 0.33 |
| Hex | 6A | 9 | 9D | 20 | 5E | 0 | 26 | 117 | 59 | 21 |
| Octal | 152 | 11 | 235 | 40 | 136 | 0 | 46 | 427 | 131 | 41 |
| Binary | 1101010 | 1001 | 10011101 | 100000 | 1011110 | 0 | 100110 | 100010111 | 1011001 | 100001 |
Color Harmonies of #6A099D
Complementary color
Monochromatic Colors of #6A099D
Black with #6A099D
Text Example
Text Example
White with #6A099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A099D; }
p { color: rgb(106,9,157); }
H1.HeaderClassName
{
color: #6A099D;
}
.AnyTagClassName
{
color: #6A099D;
}
</style>
background-color css
<style>
a { background-color: #6A099D; }
a { background-color: rgb(106,9,157); }
div.DivClassName
{
background-color: #6A099D;
}
.BgClassName
{
background-color: #6A099D;
}
</style>
border-color css
<style>
span { border-color: #6A099D; }
span { border-color: rgb(106,9,157); }
td.TdClassName
{
border-color: #6A099D;
}
.TagClassName
{
border-color: #6A099D;
}
</style>