Shades of Indigo #690193
Tints of Indigo #690193
RGB
CMYK
RGB Variations
Color information
#690193 (or 0x690193) is known color: Indigo. HEX triplet: 69, 01 and 93. RGB value is (105,1,147). Sum of RGB (Red+Green+Blue) = 105+1+147=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #690193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690193 is #96FE6C. Grayscale: #303030. Windows color (decimal): -9895533 or 9634153. OLE color: 9634153.
HSL color Cylindrical-coordinate representation of color #690193: hue angle of 282.74º 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 #690193 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 1 | 147 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.42 |
| HSL | 282.74º | 0.99% | 0.29% | - |
| HSV(B) | 282.74º | 0.99% | 0.58% | - |
| XYZ | 11.1 | 5.13 | 28.01 | - |
| YUV | 48.74 | 183.46 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 147 | 0.29 | 0.99 | 0 | 0.42 | 282.74 | 0.99 | 0.29 |
| Hex | 69 | 1 | 93 | 1D | 63 | 0 | 2A | 11B | 63 | 1D |
| Octal | 151 | 1 | 223 | 35 | 143 | 0 | 52 | 433 | 143 | 35 |
| Binary | 1101001 | 1 | 10010011 | 11101 | 1100011 | 0 | 101010 | 100011011 | 1100011 | 11101 |
Color Harmonies of #690193
Complementary color
Monochromatic Colors of #690193
Black with #690193
Text Example
Text Example
White with #690193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690193; }
p { color: rgb(105,1,147); }
H1.HeaderClassName
{
color: #690193;
}
.AnyTagClassName
{
color: #690193;
}
</style>
background-color css
<style>
a { background-color: #690193; }
a { background-color: rgb(105,1,147); }
div.DivClassName
{
background-color: #690193;
}
.BgClassName
{
background-color: #690193;
}
</style>
border-color css
<style>
span { border-color: #690193; }
span { border-color: rgb(105,1,147); }
td.TdClassName
{
border-color: #690193;
}
.TagClassName
{
border-color: #690193;
}
</style>