Shades of Indigo #690F8B
Tints of Indigo #690F8B
RGB
CMYK
RGB Variations
Color information
#690F8B (or 0x690F8B) is known color: Indigo. HEX triplet: 69, 0F and 8B. RGB value is (105,15,139). Sum of RGB (Red+Green+Blue) = 105+15+139=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #690F8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690F8B is #96F074. Grayscale: #373737. Windows color (decimal): -9891957 or 9113449. OLE color: 9113449.
HSL color Cylindrical-coordinate representation of color #690F8B: hue angle of 283.55º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690F8B is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 15 | 139 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.45 |
| HSL | 283.55º | 0.81% | 0.3% | - |
| HSV(B) | 283.55º | 0.89% | 0.55% | - |
| XYZ | 10.66 | 5.21 | 24.87 | - |
| YUV | 56.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 139 | 0.24 | 0.89 | 0 | 0.45 | 283.55 | 0.81 | 0.3 |
| Hex | 69 | F | 8B | 18 | 59 | 0 | 2D | 11C | 51 | 1E |
| Octal | 151 | 17 | 213 | 30 | 131 | 0 | 55 | 434 | 121 | 36 |
| Binary | 1101001 | 1111 | 10001011 | 11000 | 1011001 | 0 | 101101 | 100011100 | 1010001 | 11110 |
Color Harmonies of #690F8B
Complementary color
Monochromatic Colors of #690F8B
Black with #690F8B
Text Example
Text Example
White with #690F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F8B; }
p { color: rgb(105,15,139); }
H1.HeaderClassName
{
color: #690F8B;
}
.AnyTagClassName
{
color: #690F8B;
}
</style>
background-color css
<style>
a { background-color: #690F8B; }
a { background-color: rgb(105,15,139); }
div.DivClassName
{
background-color: #690F8B;
}
.BgClassName
{
background-color: #690F8B;
}
</style>
border-color css
<style>
span { border-color: #690F8B; }
span { border-color: rgb(105,15,139); }
td.TdClassName
{
border-color: #690F8B;
}
.TagClassName
{
border-color: #690F8B;
}
</style>