Shades of Blue Bayoux #61757F
Tints of Blue Bayoux #61757F
RGB
CMYK
RGB Variations
Color information
#61757F (or 0x61757F) is known color: Blue Bayoux. HEX triplet: 61, 75 and 7F. RGB value is (97,117,127). Sum of RGB (Red+Green+Blue) = 97+117+127=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #61757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61757F is #9E8A80. Grayscale: #707070. Windows color (decimal): -10390145 or 8353121. OLE color: 8353121.
HSL color Cylindrical-coordinate representation of color #61757F: hue angle of 200º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61757F is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 117 | 127 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.50 |
| HSL | 200º | 0.13% | 0.44% | - |
| HSV(B) | 200º | 0.24% | 0.5% | - |
| XYZ | 15.12 | 16.8 | 22.52 | - |
| YUV | 112.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 117 | 127 | 0.24 | 0.08 | 0 | 0.50 | 200 | 0.13 | 0.44 |
| Hex | 61 | 75 | 7F | 18 | 8 | 0 | 32 | C8 | D | 2C |
| Octal | 141 | 165 | 177 | 30 | 10 | 0 | 62 | 310 | 15 | 54 |
| Binary | 1100001 | 1110101 | 1111111 | 11000 | 1000 | 0 | 110010 | 11001000 | 1101 | 101100 |
Color Harmonies of #61757F
Complementary color
Monochromatic Colors of #61757F
Black with #61757F
Text Example
Text Example
White with #61757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61757F; }
p { color: rgb(97,117,127); }
H1.HeaderClassName
{
color: #61757F;
}
.AnyTagClassName
{
color: #61757F;
}
</style>
background-color css
<style>
a { background-color: #61757F; }
a { background-color: rgb(97,117,127); }
div.DivClassName
{
background-color: #61757F;
}
.BgClassName
{
background-color: #61757F;
}
</style>
border-color css
<style>
span { border-color: #61757F; }
span { border-color: rgb(97,117,127); }
td.TdClassName
{
border-color: #61757F;
}
.TagClassName
{
border-color: #61757F;
}
</style>