Shades of Indigo #6C069C
Tints of Indigo #6C069C
RGB
CMYK
RGB Variations
Color information
#6C069C (or 0x6C069C) is known color: Indigo. HEX triplet: 6C, 06 and 9C. RGB value is (108,6,156). Sum of RGB (Red+Green+Blue) = 108+6+156=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C069C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C069C is #93F963. Grayscale: #353535. Windows color (decimal): -9697636 or 10225260. OLE color: 10225260.
HSL color Cylindrical-coordinate representation of color #6C069C: hue angle of 280.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C069C is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 6 | 156 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.39 |
| HSL | 280.8º | 0.93% | 0.32% | - |
| HSV(B) | 280.8º | 0.96% | 0.61% | - |
| XYZ | 12.25 | 5.72 | 31.91 | - |
| YUV | 53.6 | 185.79 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 156 | 0.31 | 0.96 | 0 | 0.39 | 280.8 | 0.93 | 0.32 |
| Hex | 6C | 6 | 9C | 1F | 60 | 0 | 27 | 119 | 5D | 20 |
| Octal | 154 | 6 | 234 | 37 | 140 | 0 | 47 | 431 | 135 | 40 |
| Binary | 1101100 | 110 | 10011100 | 11111 | 1100000 | 0 | 100111 | 100011001 | 1011101 | 100000 |
Color Harmonies of #6C069C
Complementary color
Monochromatic Colors of #6C069C
Black with #6C069C
Text Example
Text Example
White with #6C069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C069C; }
p { color: rgb(108,6,156); }
H1.HeaderClassName
{
color: #6C069C;
}
.AnyTagClassName
{
color: #6C069C;
}
</style>
background-color css
<style>
a { background-color: #6C069C; }
a { background-color: rgb(108,6,156); }
div.DivClassName
{
background-color: #6C069C;
}
.BgClassName
{
background-color: #6C069C;
}
</style>
border-color css
<style>
span { border-color: #6C069C; }
span { border-color: rgb(108,6,156); }
td.TdClassName
{
border-color: #6C069C;
}
.TagClassName
{
border-color: #6C069C;
}
</style>