Shades of Indigo #690D9D
Tints of Indigo #690D9D
RGB
CMYK
RGB Variations
Color information
#690D9D (or 0x690D9D) is known color: Indigo. HEX triplet: 69, 0D and 9D. RGB value is (105,13,157). Sum of RGB (Red+Green+Blue) = 105+13+157=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #690D9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690D9D is #96F262. Grayscale: #383838. Windows color (decimal): -9892451 or 10292585. OLE color: 10292585.
HSL color Cylindrical-coordinate representation of color #690D9D: hue angle of 278.33º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690D9D is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 13 | 157 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.38 |
| HSL | 278.33º | 0.85% | 0.33% | - |
| HSV(B) | 278.33º | 0.92% | 0.62% | - |
| XYZ | 12.06 | 5.73 | 32.37 | - |
| YUV | 56.92 | 184.48 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 157 | 0.33 | 0.92 | 0 | 0.38 | 278.33 | 0.85 | 0.33 |
| Hex | 69 | D | 9D | 21 | 5C | 0 | 26 | 116 | 55 | 21 |
| Octal | 151 | 15 | 235 | 41 | 134 | 0 | 46 | 426 | 125 | 41 |
| Binary | 1101001 | 1101 | 10011101 | 100001 | 1011100 | 0 | 100110 | 100010110 | 1010101 | 100001 |
Color Harmonies of #690D9D
Complementary color
Monochromatic Colors of #690D9D
Black with #690D9D
Text Example
Text Example
White with #690D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D9D; }
p { color: rgb(105,13,157); }
H1.HeaderClassName
{
color: #690D9D;
}
.AnyTagClassName
{
color: #690D9D;
}
</style>
background-color css
<style>
a { background-color: #690D9D; }
a { background-color: rgb(105,13,157); }
div.DivClassName
{
background-color: #690D9D;
}
.BgClassName
{
background-color: #690D9D;
}
</style>
border-color css
<style>
span { border-color: #690D9D; }
span { border-color: rgb(105,13,157); }
td.TdClassName
{
border-color: #690D9D;
}
.TagClassName
{
border-color: #690D9D;
}
</style>