Shades of Indigo #6A089D
Tints of Indigo #6A089D
RGB
CMYK
RGB Variations
Color information
#6A089D (or 0x6A089D) is known color: Indigo. HEX triplet: 6A, 08 and 9D. RGB value is (106,8,157). Sum of RGB (Red+Green+Blue) = 106+8+157=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A089D is #95F762. Grayscale: #353535. Windows color (decimal): -9828195 or 10291306. OLE color: 10291306.
HSL color Cylindrical-coordinate representation of color #6A089D: hue angle of 279.46º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A089D is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 8 | 157 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.38 |
| HSL | 279.46º | 0.9% | 0.32% | - |
| HSV(B) | 279.46º | 0.95% | 0.62% | - |
| XYZ | 12.12 | 5.67 | 32.35 | - |
| YUV | 54.29 | 185.97 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 157 | 0.32 | 0.95 | 0 | 0.38 | 279.46 | 0.9 | 0.32 |
| Hex | 6A | 8 | 9D | 20 | 5F | 0 | 26 | 117 | 5A | 20 |
| Octal | 152 | 10 | 235 | 40 | 137 | 0 | 46 | 427 | 132 | 40 |
| Binary | 1101010 | 1000 | 10011101 | 100000 | 1011111 | 0 | 100110 | 100010111 | 1011010 | 100000 |
Color Harmonies of #6A089D
Complementary color
Monochromatic Colors of #6A089D
Black with #6A089D
Text Example
Text Example
White with #6A089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A089D; }
p { color: rgb(106,8,157); }
H1.HeaderClassName
{
color: #6A089D;
}
.AnyTagClassName
{
color: #6A089D;
}
</style>
background-color css
<style>
a { background-color: #6A089D; }
a { background-color: rgb(106,8,157); }
div.DivClassName
{
background-color: #6A089D;
}
.BgClassName
{
background-color: #6A089D;
}
</style>
border-color css
<style>
span { border-color: #6A089D; }
span { border-color: rgb(106,8,157); }
td.TdClassName
{
border-color: #6A089D;
}
.TagClassName
{
border-color: #6A089D;
}
</style>