Shades of Indigo #690297
Tints of Indigo #690297
RGB
CMYK
RGB Variations
Color information
#690297 (or 0x690297) is known color: Indigo. HEX triplet: 69, 02 and 97. RGB value is (105,2,151). Sum of RGB (Red+Green+Blue) = 105+2+151=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #690297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690297 is #96FD68. Grayscale: #313131. Windows color (decimal): -9895273 or 9896553. OLE color: 9896553.
HSL color Cylindrical-coordinate representation of color #690297: hue angle of 281.48º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690297 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 2 | 151 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.41 |
| HSL | 281.48º | 0.97% | 0.3% | - |
| HSV(B) | 281.48º | 0.99% | 0.59% | - |
| XYZ | 11.43 | 5.28 | 29.69 | - |
| YUV | 49.78 | 185.12 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 151 | 0.30 | 0.99 | 0 | 0.41 | 281.48 | 0.97 | 0.3 |
| Hex | 69 | 2 | 97 | 1E | 63 | 0 | 29 | 119 | 61 | 1E |
| Octal | 151 | 2 | 227 | 36 | 143 | 0 | 51 | 431 | 141 | 36 |
| Binary | 1101001 | 10 | 10010111 | 11110 | 1100011 | 0 | 101001 | 100011001 | 1100001 | 11110 |
Color Harmonies of #690297
Complementary color
Monochromatic Colors of #690297
Black with #690297
Text Example
Text Example
White with #690297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690297; }
p { color: rgb(105,2,151); }
H1.HeaderClassName
{
color: #690297;
}
.AnyTagClassName
{
color: #690297;
}
</style>
background-color css
<style>
a { background-color: #690297; }
a { background-color: rgb(105,2,151); }
div.DivClassName
{
background-color: #690297;
}
.BgClassName
{
background-color: #690297;
}
</style>
border-color css
<style>
span { border-color: #690297; }
span { border-color: rgb(105,2,151); }
td.TdClassName
{
border-color: #690297;
}
.TagClassName
{
border-color: #690297;
}
</style>