Shades of Indigo #69099B
Tints of Indigo #69099B
RGB
CMYK
RGB Variations
Color information
#69099B (or 0x69099B) is known color: Indigo. HEX triplet: 69, 09 and 9B. RGB value is (105,9,155). Sum of RGB (Red+Green+Blue) = 105+9+155=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #69099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69099B is #96F664. Grayscale: #353535. Windows color (decimal): -9893477 or 10160489. OLE color: 10160489.
HSL color Cylindrical-coordinate representation of color #69099B: hue angle of 279.45º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69099B is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 9 | 155 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.39 |
| HSL | 279.45º | 0.89% | 0.32% | - |
| HSV(B) | 279.45º | 0.94% | 0.61% | - |
| XYZ | 11.84 | 5.57 | 31.46 | - |
| YUV | 54.35 | 184.8 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 9 | 155 | 0.32 | 0.94 | 0 | 0.39 | 279.45 | 0.89 | 0.32 |
| Hex | 69 | 9 | 9B | 20 | 5E | 0 | 27 | 117 | 59 | 20 |
| Octal | 151 | 11 | 233 | 40 | 136 | 0 | 47 | 427 | 131 | 40 |
| Binary | 1101001 | 1001 | 10011011 | 100000 | 1011110 | 0 | 100111 | 100010111 | 1011001 | 100000 |
Color Harmonies of #69099B
Complementary color
Monochromatic Colors of #69099B
Black with #69099B
Text Example
Text Example
White with #69099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69099B; }
p { color: rgb(105,9,155); }
H1.HeaderClassName
{
color: #69099B;
}
.AnyTagClassName
{
color: #69099B;
}
</style>
background-color css
<style>
a { background-color: #69099B; }
a { background-color: rgb(105,9,155); }
div.DivClassName
{
background-color: #69099B;
}
.BgClassName
{
background-color: #69099B;
}
</style>
border-color css
<style>
span { border-color: #69099B; }
span { border-color: rgb(105,9,155); }
td.TdClassName
{
border-color: #69099B;
}
.TagClassName
{
border-color: #69099B;
}
</style>