Shades of Indigo #6C109A
Tints of Indigo #6C109A
RGB
CMYK
RGB Variations
Color information
#6C109A (or 0x6C109A) is known color: Indigo. HEX triplet: 6C, 10 and 9A. RGB value is (108,16,154). Sum of RGB (Red+Green+Blue) = 108+16+154=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C109A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C109A is #93EF65. Grayscale: #3A3A3A. Windows color (decimal): -9695078 or 10096748. OLE color: 10096748.
HSL color Cylindrical-coordinate representation of color #6C109A: hue angle of 280º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C109A is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 16 | 154 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.40 |
| HSL | 280º | 0.81% | 0.33% | - |
| HSV(B) | 280º | 0.9% | 0.6% | - |
| XYZ | 12.2 | 5.89 | 31.07 | - |
| YUV | 59.24 | 181.48 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 154 | 0.30 | 0.90 | 0 | 0.40 | 280 | 0.81 | 0.33 |
| Hex | 6C | 10 | 9A | 1E | 5A | 0 | 28 | 118 | 51 | 21 |
| Octal | 154 | 20 | 232 | 36 | 132 | 0 | 50 | 430 | 121 | 41 |
| Binary | 1101100 | 10000 | 10011010 | 11110 | 1011010 | 0 | 101000 | 100011000 | 1010001 | 100001 |
Color Harmonies of #6C109A
Complementary color
Monochromatic Colors of #6C109A
Black with #6C109A
Text Example
Text Example
White with #6C109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C109A; }
p { color: rgb(108,16,154); }
H1.HeaderClassName
{
color: #6C109A;
}
.AnyTagClassName
{
color: #6C109A;
}
</style>
background-color css
<style>
a { background-color: #6C109A; }
a { background-color: rgb(108,16,154); }
div.DivClassName
{
background-color: #6C109A;
}
.BgClassName
{
background-color: #6C109A;
}
</style>
border-color css
<style>
span { border-color: #6C109A; }
span { border-color: rgb(108,16,154); }
td.TdClassName
{
border-color: #6C109A;
}
.TagClassName
{
border-color: #6C109A;
}
</style>