Shades of Indigo #690F92
Tints of Indigo #690F92
RGB
CMYK
RGB Variations
Color information
#690F92 (or 0x690F92) is known color: Indigo. HEX triplet: 69, 0F and 92. RGB value is (105,15,146). Sum of RGB (Red+Green+Blue) = 105+15+146=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #690F92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690F92 is #96F06D. Grayscale: #383838. Windows color (decimal): -9891950 or 9572201. OLE color: 9572201.
HSL color Cylindrical-coordinate representation of color #690F92: hue angle of 281.22º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690F92 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 15 | 146 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.43 |
| HSL | 281.22º | 0.81% | 0.32% | - |
| HSV(B) | 281.22º | 0.9% | 0.57% | - |
| XYZ | 11.18 | 5.42 | 27.65 | - |
| YUV | 56.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 146 | 0.28 | 0.90 | 0 | 0.43 | 281.22 | 0.81 | 0.32 |
| Hex | 69 | F | 92 | 1C | 5A | 0 | 2B | 119 | 51 | 20 |
| Octal | 151 | 17 | 222 | 34 | 132 | 0 | 53 | 431 | 121 | 40 |
| Binary | 1101001 | 1111 | 10010010 | 11100 | 1011010 | 0 | 101011 | 100011001 | 1010001 | 100000 |
Color Harmonies of #690F92
Complementary color
Monochromatic Colors of #690F92
Black with #690F92
Text Example
Text Example
White with #690F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F92; }
p { color: rgb(105,15,146); }
H1.HeaderClassName
{
color: #690F92;
}
.AnyTagClassName
{
color: #690F92;
}
</style>
background-color css
<style>
a { background-color: #690F92; }
a { background-color: rgb(105,15,146); }
div.DivClassName
{
background-color: #690F92;
}
.BgClassName
{
background-color: #690F92;
}
</style>
border-color css
<style>
span { border-color: #690F92; }
span { border-color: rgb(105,15,146); }
td.TdClassName
{
border-color: #690F92;
}
.TagClassName
{
border-color: #690F92;
}
</style>