Shades of Indigo #690195
Tints of Indigo #690195
RGB
CMYK
RGB Variations
Color information
#690195 (or 0x690195) is known color: Indigo. HEX triplet: 69, 01 and 95. RGB value is (105,1,149). Sum of RGB (Red+Green+Blue) = 105+1+149=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #690195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690195 is #96FE6A. Grayscale: #303030. Windows color (decimal): -9895531 or 9765225. OLE color: 9765225.
HSL color Cylindrical-coordinate representation of color #690195: hue angle of 282.16º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690195 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 1 | 149 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.42 |
| HSL | 282.16º | 0.99% | 0.29% | - |
| HSV(B) | 282.16º | 0.99% | 0.58% | - |
| XYZ | 11.26 | 5.19 | 28.84 | - |
| YUV | 48.97 | 184.46 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 149 | 0.30 | 0.99 | 0 | 0.42 | 282.16 | 0.99 | 0.29 |
| Hex | 69 | 1 | 95 | 1E | 63 | 0 | 2A | 11A | 63 | 1D |
| Octal | 151 | 1 | 225 | 36 | 143 | 0 | 52 | 432 | 143 | 35 |
| Binary | 1101001 | 1 | 10010101 | 11110 | 1100011 | 0 | 101010 | 100011010 | 1100011 | 11101 |
Color Harmonies of #690195
Complementary color
Monochromatic Colors of #690195
Black with #690195
Text Example
Text Example
White with #690195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690195; }
p { color: rgb(105,1,149); }
H1.HeaderClassName
{
color: #690195;
}
.AnyTagClassName
{
color: #690195;
}
</style>
background-color css
<style>
a { background-color: #690195; }
a { background-color: rgb(105,1,149); }
div.DivClassName
{
background-color: #690195;
}
.BgClassName
{
background-color: #690195;
}
</style>
border-color css
<style>
span { border-color: #690195; }
span { border-color: rgb(105,1,149); }
td.TdClassName
{
border-color: #690195;
}
.TagClassName
{
border-color: #690195;
}
</style>