Shades of Indigo #690F94
Tints of Indigo #690F94
RGB
CMYK
RGB Variations
Color information
#690F94 (or 0x690F94) is known color: Indigo. HEX triplet: 69, 0F and 94. RGB value is (105,15,148). Sum of RGB (Red+Green+Blue) = 105+15+148=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #690F94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690F94 is #96F06B. Grayscale: #383838. Windows color (decimal): -9891948 or 9703273. OLE color: 9703273.
HSL color Cylindrical-coordinate representation of color #690F94: hue angle of 280.6º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690F94 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 15 | 148 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.42 |
| HSL | 280.6º | 0.82% | 0.32% | - |
| HSV(B) | 280.6º | 0.9% | 0.58% | - |
| XYZ | 11.34 | 5.48 | 28.48 | - |
| YUV | 57.07 | 179.32 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 148 | 0.29 | 0.90 | 0 | 0.42 | 280.6 | 0.82 | 0.32 |
| Hex | 69 | F | 94 | 1D | 5A | 0 | 2A | 119 | 52 | 20 |
| Octal | 151 | 17 | 224 | 35 | 132 | 0 | 52 | 431 | 122 | 40 |
| Binary | 1101001 | 1111 | 10010100 | 11101 | 1011010 | 0 | 101010 | 100011001 | 1010010 | 100000 |
Color Harmonies of #690F94
Complementary color
Monochromatic Colors of #690F94
Black with #690F94
Text Example
Text Example
White with #690F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F94; }
p { color: rgb(105,15,148); }
H1.HeaderClassName
{
color: #690F94;
}
.AnyTagClassName
{
color: #690F94;
}
</style>
background-color css
<style>
a { background-color: #690F94; }
a { background-color: rgb(105,15,148); }
div.DivClassName
{
background-color: #690F94;
}
.BgClassName
{
background-color: #690F94;
}
</style>
border-color css
<style>
span { border-color: #690F94; }
span { border-color: rgb(105,15,148); }
td.TdClassName
{
border-color: #690F94;
}
.TagClassName
{
border-color: #690F94;
}
</style>