Shades of Rich Blue #61639C
Tints of Rich Blue #61639C
RGB
CMYK
RGB Variations
Color information
#61639C (or 0x61639C) is known color: Rich Blue. HEX triplet: 61, 63 and 9C. RGB value is (97,99,156). Sum of RGB (Red+Green+Blue) = 97+99+156=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #61639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61639C is #9E9C63. Grayscale: #686868. Windows color (decimal): -10394724 or 10249057. OLE color: 10249057.
HSL color Cylindrical-coordinate representation of color #61639C: hue angle of 237.97º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61639C is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 99 | 156 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.39 |
| HSL | 237.97º | 0.23% | 0.5% | - |
| HSV(B) | 237.97º | 0.38% | 0.61% | - |
| XYZ | 15.39 | 13.87 | 33.32 | - |
| YUV | 104.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 156 | 0.38 | 0.37 | 0 | 0.39 | 237.97 | 0.23 | 0.5 |
| Hex | 61 | 63 | 9C | 26 | 25 | 0 | 27 | EE | 17 | 32 |
| Octal | 141 | 143 | 234 | 46 | 45 | 0 | 47 | 356 | 27 | 62 |
| Binary | 1100001 | 1100011 | 10011100 | 100110 | 100101 | 0 | 100111 | 11101110 | 10111 | 110010 |
Color Harmonies of #61639C
Complementary color
Monochromatic Colors of #61639C
Black with #61639C
Text Example
Text Example
White with #61639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61639C; }
p { color: rgb(97,99,156); }
H1.HeaderClassName
{
color: #61639C;
}
.AnyTagClassName
{
color: #61639C;
}
</style>
background-color css
<style>
a { background-color: #61639C; }
a { background-color: rgb(97,99,156); }
div.DivClassName
{
background-color: #61639C;
}
.BgClassName
{
background-color: #61639C;
}
</style>
border-color css
<style>
span { border-color: #61639C; }
span { border-color: rgb(97,99,156); }
td.TdClassName
{
border-color: #61639C;
}
.TagClassName
{
border-color: #61639C;
}
</style>