Shades of Indigo #69109B
Tints of Indigo #69109B
RGB
CMYK
RGB Variations
Color information
#69109B (or 0x69109B) is known color: Indigo. HEX triplet: 69, 10 and 9B. RGB value is (105,16,155). Sum of RGB (Red+Green+Blue) = 105+16+155=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #69109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69109B is #96EF64. Grayscale: #393939. Windows color (decimal): -9891685 or 10162281. OLE color: 10162281.
HSL color Cylindrical-coordinate representation of color #69109B: hue angle of 278.42º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69109B is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 16 | 155 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.39 |
| HSL | 278.42º | 0.81% | 0.34% | - |
| HSV(B) | 278.42º | 0.9% | 0.61% | - |
| XYZ | 11.93 | 5.74 | 31.49 | - |
| YUV | 58.46 | 182.49 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 155 | 0.32 | 0.90 | 0 | 0.39 | 278.42 | 0.81 | 0.34 |
| Hex | 69 | 10 | 9B | 20 | 5A | 0 | 27 | 116 | 51 | 22 |
| Octal | 151 | 20 | 233 | 40 | 132 | 0 | 47 | 426 | 121 | 42 |
| Binary | 1101001 | 10000 | 10011011 | 100000 | 1011010 | 0 | 100111 | 100010110 | 1010001 | 100010 |
Color Harmonies of #69109B
Complementary color
Monochromatic Colors of #69109B
Black with #69109B
Text Example
Text Example
White with #69109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69109B; }
p { color: rgb(105,16,155); }
H1.HeaderClassName
{
color: #69109B;
}
.AnyTagClassName
{
color: #69109B;
}
</style>
background-color css
<style>
a { background-color: #69109B; }
a { background-color: rgb(105,16,155); }
div.DivClassName
{
background-color: #69109B;
}
.BgClassName
{
background-color: #69109B;
}
</style>
border-color css
<style>
span { border-color: #69109B; }
span { border-color: rgb(105,16,155); }
td.TdClassName
{
border-color: #69109B;
}
.TagClassName
{
border-color: #69109B;
}
</style>