Shades of Blue Bayoux #60757D
Tints of Blue Bayoux #60757D
RGB
CMYK
RGB Variations
Color information
#60757D (or 0x60757D) is known color: Blue Bayoux. HEX triplet: 60, 75 and 7D. RGB value is (96,117,125). Sum of RGB (Red+Green+Blue) = 96+117+125=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #60757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60757D is #9F8A82. Grayscale: #6F6F6F. Windows color (decimal): -10455683 or 8222048. OLE color: 8222048.
HSL color Cylindrical-coordinate representation of color #60757D: hue angle of 196.55º 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 #60757D is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 117 | 125 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.51 |
| HSL | 196.55º | 0.13% | 0.43% | - |
| HSV(B) | 196.55º | 0.23% | 0.49% | - |
| XYZ | 14.89 | 16.69 | 21.84 | - |
| YUV | 111.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 125 | 0.23 | 0.06 | 0 | 0.51 | 196.55 | 0.13 | 0.43 |
| Hex | 60 | 75 | 7D | 17 | 6 | 0 | 33 | C5 | D | 2B |
| Octal | 140 | 165 | 175 | 27 | 6 | 0 | 63 | 305 | 15 | 53 |
| Binary | 1100000 | 1110101 | 1111101 | 10111 | 110 | 0 | 110011 | 11000101 | 1101 | 101011 |
Color Harmonies of #60757D
Complementary color
Monochromatic Colors of #60757D
Black with #60757D
Text Example
Text Example
White with #60757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60757D; }
p { color: rgb(96,117,125); }
H1.HeaderClassName
{
color: #60757D;
}
.AnyTagClassName
{
color: #60757D;
}
</style>
background-color css
<style>
a { background-color: #60757D; }
a { background-color: rgb(96,117,125); }
div.DivClassName
{
background-color: #60757D;
}
.BgClassName
{
background-color: #60757D;
}
</style>
border-color css
<style>
span { border-color: #60757D; }
span { border-color: rgb(96,117,125); }
td.TdClassName
{
border-color: #60757D;
}
.TagClassName
{
border-color: #60757D;
}
</style>