Shades of Indigo #690F9D
Tints of Indigo #690F9D
RGB
CMYK
RGB Variations
Color information
#690F9D (or 0x690F9D) is known color: Indigo. HEX triplet: 69, 0F and 9D. RGB value is (105,15,157). Sum of RGB (Red+Green+Blue) = 105+15+157=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #690F9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690F9D is #96F062. Grayscale: #393939. Windows color (decimal): -9891939 or 10293097. OLE color: 10293097.
HSL color Cylindrical-coordinate representation of color #690F9D: hue angle of 278.03º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690F9D is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 15 | 157 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.38 |
| HSL | 278.03º | 0.83% | 0.34% | - |
| HSV(B) | 278.03º | 0.9% | 0.62% | - |
| XYZ | 12.08 | 5.78 | 32.38 | - |
| YUV | 58.1 | 183.82 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 157 | 0.33 | 0.90 | 0 | 0.38 | 278.03 | 0.83 | 0.34 |
| Hex | 69 | F | 9D | 21 | 5A | 0 | 26 | 116 | 53 | 22 |
| Octal | 151 | 17 | 235 | 41 | 132 | 0 | 46 | 426 | 123 | 42 |
| Binary | 1101001 | 1111 | 10011101 | 100001 | 1011010 | 0 | 100110 | 100010110 | 1010011 | 100010 |
Color Harmonies of #690F9D
Complementary color
Monochromatic Colors of #690F9D
Black with #690F9D
Text Example
Text Example
White with #690F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F9D; }
p { color: rgb(105,15,157); }
H1.HeaderClassName
{
color: #690F9D;
}
.AnyTagClassName
{
color: #690F9D;
}
</style>
background-color css
<style>
a { background-color: #690F9D; }
a { background-color: rgb(105,15,157); }
div.DivClassName
{
background-color: #690F9D;
}
.BgClassName
{
background-color: #690F9D;
}
</style>
border-color css
<style>
span { border-color: #690F9D; }
span { border-color: rgb(105,15,157); }
td.TdClassName
{
border-color: #690F9D;
}
.TagClassName
{
border-color: #690F9D;
}
</style>