Shades of Indigo #69009C
Tints of Indigo #69009C
RGB
CMYK
RGB Variations
Color information
#69009C (or 0x69009C) is known color: Indigo. HEX triplet: 69, 00 and 9C. RGB value is (105,0,156). Sum of RGB (Red+Green+Blue) = 105+0+156=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #69009C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69009C is #96FF63. Grayscale: #303030. Windows color (decimal): -9895780 or 10223721. OLE color: 10223721.
HSL color Cylindrical-coordinate representation of color #69009C: hue angle of 280.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69009C is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 0 | 156 | - |
| CMYK | 0.33 | 1 | 0 | 0.39 |
| HSL | 280.38º | 1% | 0.31% | - |
| HSV(B) | 280.38º | 1% | 0.61% | - |
| XYZ | 11.83 | 5.4 | 31.87 | - |
| YUV | 49.18 | 188.29 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 156 | 0.33 | 1 | 0 | 0.39 | 280.38 | 1 | 0.31 |
| Hex | 69 | 0 | 9C | 21 | 64 | 0 | 27 | 118 | 64 | 1F |
| Octal | 151 | 0 | 234 | 41 | 144 | 0 | 47 | 430 | 144 | 37 |
| Binary | 1101001 | 0 | 10011100 | 100001 | 1100100 | 0 | 100111 | 100011000 | 1100100 | 11111 |
Color Harmonies of #69009C
Complementary color
Monochromatic Colors of #69009C
Black with #69009C
Text Example
Text Example
White with #69009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69009C; }
p { color: rgb(105,0,156); }
H1.HeaderClassName
{
color: #69009C;
}
.AnyTagClassName
{
color: #69009C;
}
</style>
background-color css
<style>
a { background-color: #69009C; }
a { background-color: rgb(105,0,156); }
div.DivClassName
{
background-color: #69009C;
}
.BgClassName
{
background-color: #69009C;
}
</style>
border-color css
<style>
span { border-color: #69009C; }
span { border-color: rgb(105,0,156); }
td.TdClassName
{
border-color: #69009C;
}
.TagClassName
{
border-color: #69009C;
}
</style>