Shades of Rich Blue #61669C
Tints of Rich Blue #61669C
RGB
CMYK
RGB Variations
Color information
#61669C (or 0x61669C) is known color: Rich Blue. HEX triplet: 61, 66 and 9C. RGB value is (97,102,156). Sum of RGB (Red+Green+Blue) = 97+102+156=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #61669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61669C is #9E9963. Grayscale: #6A6A6A. Windows color (decimal): -10393956 or 10249825. OLE color: 10249825.
HSL color Cylindrical-coordinate representation of color #61669C: hue angle of 234.92º 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 #61669C is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 102 | 156 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.39 |
| HSL | 234.92º | 0.23% | 0.5% | - |
| HSV(B) | 234.92º | 0.38% | 0.61% | - |
| XYZ | 15.68 | 14.44 | 33.41 | - |
| YUV | 106.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 156 | 0.38 | 0.35 | 0 | 0.39 | 234.92 | 0.23 | 0.5 |
| Hex | 61 | 66 | 9C | 26 | 23 | 0 | 27 | EB | 17 | 32 |
| Octal | 141 | 146 | 234 | 46 | 43 | 0 | 47 | 353 | 27 | 62 |
| Binary | 1100001 | 1100110 | 10011100 | 100110 | 100011 | 0 | 100111 | 11101011 | 10111 | 110010 |
Color Harmonies of #61669C
Complementary color
Monochromatic Colors of #61669C
Black with #61669C
Text Example
Text Example
White with #61669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61669C; }
p { color: rgb(97,102,156); }
H1.HeaderClassName
{
color: #61669C;
}
.AnyTagClassName
{
color: #61669C;
}
</style>
background-color css
<style>
a { background-color: #61669C; }
a { background-color: rgb(97,102,156); }
div.DivClassName
{
background-color: #61669C;
}
.BgClassName
{
background-color: #61669C;
}
</style>
border-color css
<style>
span { border-color: #61669C; }
span { border-color: rgb(97,102,156); }
td.TdClassName
{
border-color: #61669C;
}
.TagClassName
{
border-color: #61669C;
}
</style>