Shades of Indigo #690194
Tints of Indigo #690194
RGB
CMYK
RGB Variations
Color information
#690194 (or 0x690194) is known color: Indigo. HEX triplet: 69, 01 and 94. RGB value is (105,1,148). Sum of RGB (Red+Green+Blue) = 105+1+148=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #690194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690194 is #96FE6B. Grayscale: #303030. Windows color (decimal): -9895532 or 9699689. OLE color: 9699689.
HSL color Cylindrical-coordinate representation of color #690194: hue angle of 282.45º 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 #690194 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 1 | 148 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.42 |
| HSL | 282.45º | 0.99% | 0.29% | - |
| HSV(B) | 282.45º | 0.99% | 0.58% | - |
| XYZ | 11.18 | 5.16 | 28.42 | - |
| YUV | 48.85 | 183.96 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 148 | 0.29 | 0.99 | 0 | 0.42 | 282.45 | 0.99 | 0.29 |
| Hex | 69 | 1 | 94 | 1D | 63 | 0 | 2A | 11A | 63 | 1D |
| Octal | 151 | 1 | 224 | 35 | 143 | 0 | 52 | 432 | 143 | 35 |
| Binary | 1101001 | 1 | 10010100 | 11101 | 1100011 | 0 | 101010 | 100011010 | 1100011 | 11101 |
Color Harmonies of #690194
Complementary color
Monochromatic Colors of #690194
Black with #690194
Text Example
Text Example
White with #690194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690194; }
p { color: rgb(105,1,148); }
H1.HeaderClassName
{
color: #690194;
}
.AnyTagClassName
{
color: #690194;
}
</style>
background-color css
<style>
a { background-color: #690194; }
a { background-color: rgb(105,1,148); }
div.DivClassName
{
background-color: #690194;
}
.BgClassName
{
background-color: #690194;
}
</style>
border-color css
<style>
span { border-color: #690194; }
span { border-color: rgb(105,1,148); }
td.TdClassName
{
border-color: #690194;
}
.TagClassName
{
border-color: #690194;
}
</style>