Shades of Indigo #69108C
Tints of Indigo #69108C
RGB
CMYK
RGB Variations
Color information
#69108C (or 0x69108C) is known color: Indigo. HEX triplet: 69, 10 and 8C. RGB value is (105,16,140). Sum of RGB (Red+Green+Blue) = 105+16+140=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #69108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69108C is #96EF73. Grayscale: #383838. Windows color (decimal): -9891700 or 9179241. OLE color: 9179241.
HSL color Cylindrical-coordinate representation of color #69108C: hue angle of 283.06º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69108C is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 16 | 140 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.45 |
| HSL | 283.06º | 0.79% | 0.31% | - |
| HSV(B) | 283.06º | 0.89% | 0.55% | - |
| XYZ | 10.74 | 5.27 | 25.26 | - |
| YUV | 56.75 | 174.99 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 140 | 0.25 | 0.89 | 0 | 0.45 | 283.06 | 0.79 | 0.31 |
| Hex | 69 | 10 | 8C | 19 | 59 | 0 | 2D | 11B | 4F | 1F |
| Octal | 151 | 20 | 214 | 31 | 131 | 0 | 55 | 433 | 117 | 37 |
| Binary | 1101001 | 10000 | 10001100 | 11001 | 1011001 | 0 | 101101 | 100011011 | 1001111 | 11111 |
Color Harmonies of #69108C
Complementary color
Monochromatic Colors of #69108C
Black with #69108C
Text Example
Text Example
White with #69108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69108C; }
p { color: rgb(105,16,140); }
H1.HeaderClassName
{
color: #69108C;
}
.AnyTagClassName
{
color: #69108C;
}
</style>
background-color css
<style>
a { background-color: #69108C; }
a { background-color: rgb(105,16,140); }
div.DivClassName
{
background-color: #69108C;
}
.BgClassName
{
background-color: #69108C;
}
</style>
border-color css
<style>
span { border-color: #69108C; }
span { border-color: rgb(105,16,140); }
td.TdClassName
{
border-color: #69108C;
}
.TagClassName
{
border-color: #69108C;
}
</style>