Shades of Indigo #69089C
Tints of Indigo #69089C
RGB
CMYK
RGB Variations
Color information
#69089C (or 0x69089C) is known color: Indigo. HEX triplet: 69, 08 and 9C. RGB value is (105,8,156). Sum of RGB (Red+Green+Blue) = 105+8+156=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #69089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69089C is #96F763. Grayscale: #353535. Windows color (decimal): -9893732 or 10225769. OLE color: 10225769.
HSL color Cylindrical-coordinate representation of color #69089C: hue angle of 279.32º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69089C is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 8 | 156 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.39 |
| HSL | 279.32º | 0.9% | 0.32% | - |
| HSV(B) | 279.32º | 0.95% | 0.61% | - |
| XYZ | 11.91 | 5.58 | 31.9 | - |
| YUV | 53.88 | 185.64 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 156 | 0.33 | 0.95 | 0 | 0.39 | 279.32 | 0.9 | 0.32 |
| Hex | 69 | 8 | 9C | 21 | 5F | 0 | 27 | 117 | 5A | 20 |
| Octal | 151 | 10 | 234 | 41 | 137 | 0 | 47 | 427 | 132 | 40 |
| Binary | 1101001 | 1000 | 10011100 | 100001 | 1011111 | 0 | 100111 | 100010111 | 1011010 | 100000 |
Color Harmonies of #69089C
Complementary color
Monochromatic Colors of #69089C
Black with #69089C
Text Example
Text Example
White with #69089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69089C; }
p { color: rgb(105,8,156); }
H1.HeaderClassName
{
color: #69089C;
}
.AnyTagClassName
{
color: #69089C;
}
</style>
background-color css
<style>
a { background-color: #69089C; }
a { background-color: rgb(105,8,156); }
div.DivClassName
{
background-color: #69089C;
}
.BgClassName
{
background-color: #69089C;
}
</style>
border-color css
<style>
span { border-color: #69089C; }
span { border-color: rgb(105,8,156); }
td.TdClassName
{
border-color: #69089C;
}
.TagClassName
{
border-color: #69089C;
}
</style>