Shades of Blue Bayoux #61737C
Tints of Blue Bayoux #61737C
RGB
CMYK
RGB Variations
Color information
#61737C (or 0x61737C) is known color: Blue Bayoux. HEX triplet: 61, 73 and 7C. RGB value is (97,115,124). Sum of RGB (Red+Green+Blue) = 97+115+124=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #61737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61737C is #9E8C83. Grayscale: #6E6E6E. Windows color (decimal): -10390660 or 8156001. OLE color: 8156001.
HSL color Cylindrical-coordinate representation of color #61737C: hue angle of 200º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61737C is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 115 | 124 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.51 |
| HSL | 200º | 0.12% | 0.43% | - |
| HSV(B) | 200º | 0.22% | 0.49% | - |
| XYZ | 14.7 | 16.26 | 21.43 | - |
| YUV | 110.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 124 | 0.22 | 0.07 | 0 | 0.51 | 200 | 0.12 | 0.43 |
| Hex | 61 | 73 | 7C | 16 | 7 | 0 | 33 | C8 | C | 2B |
| Octal | 141 | 163 | 174 | 26 | 7 | 0 | 63 | 310 | 14 | 53 |
| Binary | 1100001 | 1110011 | 1111100 | 10110 | 111 | 0 | 110011 | 11001000 | 1100 | 101011 |
Color Harmonies of #61737C
Complementary color
Monochromatic Colors of #61737C
Black with #61737C
Text Example
Text Example
White with #61737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61737C; }
p { color: rgb(97,115,124); }
H1.HeaderClassName
{
color: #61737C;
}
.AnyTagClassName
{
color: #61737C;
}
</style>
background-color css
<style>
a { background-color: #61737C; }
a { background-color: rgb(97,115,124); }
div.DivClassName
{
background-color: #61737C;
}
.BgClassName
{
background-color: #61737C;
}
</style>
border-color css
<style>
span { border-color: #61737C; }
span { border-color: rgb(97,115,124); }
td.TdClassName
{
border-color: #61737C;
}
.TagClassName
{
border-color: #61737C;
}
</style>