Shades of Indigo #690199
Tints of Indigo #690199
RGB
CMYK
RGB Variations
Color information
#690199 (or 0x690199) is known color: Indigo. HEX triplet: 69, 01 and 99. RGB value is (105,1,153). Sum of RGB (Red+Green+Blue) = 105+1+153=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #690199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690199 is #96FE66. Grayscale: #303030. Windows color (decimal): -9895527 or 10027369. OLE color: 10027369.
HSL color Cylindrical-coordinate representation of color #690199: hue angle of 281.05º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690199 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 1 | 153 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.4 |
| HSL | 281.05º | 0.99% | 0.3% | - |
| HSV(B) | 281.05º | 0.99% | 0.6% | - |
| XYZ | 11.59 | 5.32 | 30.55 | - |
| YUV | 49.42 | 186.46 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 153 | 0.31 | 0.99 | 0 | 0.4 | 281.05 | 0.99 | 0.3 |
| Hex | 69 | 1 | 99 | 1F | 63 | 0 | 28 | 119 | 63 | 1E |
| Octal | 151 | 1 | 231 | 37 | 143 | 0 | 50 | 431 | 143 | 36 |
| Binary | 1101001 | 1 | 10011001 | 11111 | 1100011 | 0 | 101000 | 100011001 | 1100011 | 11110 |
Color Harmonies of #690199
Complementary color
Monochromatic Colors of #690199
Black with #690199
Text Example
Text Example
White with #690199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690199; }
p { color: rgb(105,1,153); }
H1.HeaderClassName
{
color: #690199;
}
.AnyTagClassName
{
color: #690199;
}
</style>
background-color css
<style>
a { background-color: #690199; }
a { background-color: rgb(105,1,153); }
div.DivClassName
{
background-color: #690199;
}
.BgClassName
{
background-color: #690199;
}
</style>
border-color css
<style>
span { border-color: #690199; }
span { border-color: rgb(105,1,153); }
td.TdClassName
{
border-color: #690199;
}
.TagClassName
{
border-color: #690199;
}
</style>