Shades of Rich Blue #61609A
Tints of Rich Blue #61609A
RGB
CMYK
RGB Variations
Color information
#61609A (or 0x61609A) is known color: Rich Blue. HEX triplet: 61, 60 and 9A. RGB value is (97,96,154). Sum of RGB (Red+Green+Blue) = 97+96+154=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #61609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61609A is #9E9F65. Grayscale: #666666. Windows color (decimal): -10395494 or 10117217. OLE color: 10117217.
HSL color Cylindrical-coordinate representation of color #61609A: hue angle of 241.03º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61609A is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 96 | 154 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.40 |
| HSL | 241.03º | 0.23% | 0.49% | - |
| HSV(B) | 241.03º | 0.38% | 0.6% | - |
| XYZ | 14.95 | 13.24 | 32.34 | - |
| YUV | 102.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 154 | 0.37 | 0.38 | 0 | 0.40 | 241.03 | 0.23 | 0.49 |
| Hex | 61 | 60 | 9A | 25 | 26 | 0 | 28 | F1 | 17 | 31 |
| Octal | 141 | 140 | 232 | 45 | 46 | 0 | 50 | 361 | 27 | 61 |
| Binary | 1100001 | 1100000 | 10011010 | 100101 | 100110 | 0 | 101000 | 11110001 | 10111 | 110001 |
Color Harmonies of #61609A
Complementary color
Monochromatic Colors of #61609A
Black with #61609A
Text Example
Text Example
White with #61609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61609A; }
p { color: rgb(97,96,154); }
H1.HeaderClassName
{
color: #61609A;
}
.AnyTagClassName
{
color: #61609A;
}
</style>
background-color css
<style>
a { background-color: #61609A; }
a { background-color: rgb(97,96,154); }
div.DivClassName
{
background-color: #61609A;
}
.BgClassName
{
background-color: #61609A;
}
</style>
border-color css
<style>
span { border-color: #61609A; }
span { border-color: rgb(97,96,154); }
td.TdClassName
{
border-color: #61609A;
}
.TagClassName
{
border-color: #61609A;
}
</style>