Shades of Blue Bayoux #60757C
Tints of Blue Bayoux #60757C
RGB
CMYK
RGB Variations
Color information
#60757C (or 0x60757C) is known color: Blue Bayoux. HEX triplet: 60, 75 and 7C. RGB value is (96,117,124). Sum of RGB (Red+Green+Blue) = 96+117+124=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 124 - color contains mainly: blue. Hex color #60757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60757C is #9F8A83. Grayscale: #6F6F6F. Windows color (decimal): -10455684 or 8156512. OLE color: 8156512.
HSL color Cylindrical-coordinate representation of color #60757C: hue angle of 195º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60757C is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 117 | 124 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.51 |
| HSL | 195º | 0.13% | 0.43% | - |
| HSV(B) | 195º | 0.23% | 0.49% | - |
| XYZ | 14.82 | 16.66 | 21.5 | - |
| YUV | 111.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 124 | 0.23 | 0.06 | 0 | 0.51 | 195 | 0.13 | 0.43 |
| Hex | 60 | 75 | 7C | 17 | 6 | 0 | 33 | C3 | D | 2B |
| Octal | 140 | 165 | 174 | 27 | 6 | 0 | 63 | 303 | 15 | 53 |
| Binary | 1100000 | 1110101 | 1111100 | 10111 | 110 | 0 | 110011 | 11000011 | 1101 | 101011 |
Color Harmonies of #60757C
Complementary color
Monochromatic Colors of #60757C
Black with #60757C
Text Example
Text Example
White with #60757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60757C; }
p { color: rgb(96,117,124); }
H1.HeaderClassName
{
color: #60757C;
}
.AnyTagClassName
{
color: #60757C;
}
</style>
background-color css
<style>
a { background-color: #60757C; }
a { background-color: rgb(96,117,124); }
div.DivClassName
{
background-color: #60757C;
}
.BgClassName
{
background-color: #60757C;
}
</style>
border-color css
<style>
span { border-color: #60757C; }
span { border-color: rgb(96,117,124); }
td.TdClassName
{
border-color: #60757C;
}
.TagClassName
{
border-color: #60757C;
}
</style>