Shades of Indigo #690398
Tints of Indigo #690398
RGB
CMYK
RGB Variations
Color information
#690398 (or 0x690398) is known color: Indigo. HEX triplet: 69, 03 and 98. RGB value is (105,3,152). Sum of RGB (Red+Green+Blue) = 105+3+152=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #690398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690398 is #96FC67. Grayscale: #313131. Windows color (decimal): -9895016 or 9962345. OLE color: 9962345.
HSL color Cylindrical-coordinate representation of color #690398: hue angle of 281.07º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690398 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 3 | 152 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.40 |
| HSL | 281.07º | 0.96% | 0.3% | - |
| HSV(B) | 281.07º | 0.98% | 0.6% | - |
| XYZ | 11.53 | 5.34 | 30.13 | - |
| YUV | 50.48 | 185.29 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 152 | 0.31 | 0.98 | 0 | 0.40 | 281.07 | 0.96 | 0.3 |
| Hex | 69 | 3 | 98 | 1F | 62 | 0 | 28 | 119 | 60 | 1E |
| Octal | 151 | 3 | 230 | 37 | 142 | 0 | 50 | 431 | 140 | 36 |
| Binary | 1101001 | 11 | 10011000 | 11111 | 1100010 | 0 | 101000 | 100011001 | 1100000 | 11110 |
Color Harmonies of #690398
Complementary color
Monochromatic Colors of #690398
Black with #690398
Text Example
Text Example
White with #690398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690398; }
p { color: rgb(105,3,152); }
H1.HeaderClassName
{
color: #690398;
}
.AnyTagClassName
{
color: #690398;
}
</style>
background-color css
<style>
a { background-color: #690398; }
a { background-color: rgb(105,3,152); }
div.DivClassName
{
background-color: #690398;
}
.BgClassName
{
background-color: #690398;
}
</style>
border-color css
<style>
span { border-color: #690398; }
span { border-color: rgb(105,3,152); }
td.TdClassName
{
border-color: #690398;
}
.TagClassName
{
border-color: #690398;
}
</style>