Shades of Blue Bayoux #60777D
Tints of Blue Bayoux #60777D
RGB
CMYK
RGB Variations
Color information
#60777D (or 0x60777D) is known color: Blue Bayoux. HEX triplet: 60, 77 and 7D. RGB value is (96,119,125). Sum of RGB (Red+Green+Blue) = 96+119+125=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 125 - color contains mainly: blue. Hex color #60777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60777D is #9F8882. Grayscale: #707070. Windows color (decimal): -10455171 or 8222560. OLE color: 8222560.
HSL color Cylindrical-coordinate representation of color #60777D: hue angle of 192.41º 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 #60777D is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 119 | 125 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.51 |
| HSL | 192.41º | 0.13% | 0.43% | - |
| HSV(B) | 192.41º | 0.23% | 0.49% | - |
| XYZ | 15.12 | 17.16 | 21.92 | - |
| YUV | 112.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 125 | 0.23 | 0.05 | 0 | 0.51 | 192.41 | 0.13 | 0.43 |
| Hex | 60 | 77 | 7D | 17 | 5 | 0 | 33 | C0 | D | 2B |
| Octal | 140 | 167 | 175 | 27 | 5 | 0 | 63 | 300 | 15 | 53 |
| Binary | 1100000 | 1110111 | 1111101 | 10111 | 101 | 0 | 110011 | 11000000 | 1101 | 101011 |
Color Harmonies of #60777D
Complementary color
Monochromatic Colors of #60777D
Black with #60777D
Text Example
Text Example
White with #60777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60777D; }
p { color: rgb(96,119,125); }
H1.HeaderClassName
{
color: #60777D;
}
.AnyTagClassName
{
color: #60777D;
}
</style>
background-color css
<style>
a { background-color: #60777D; }
a { background-color: rgb(96,119,125); }
div.DivClassName
{
background-color: #60777D;
}
.BgClassName
{
background-color: #60777D;
}
</style>
border-color css
<style>
span { border-color: #60777D; }
span { border-color: rgb(96,119,125); }
td.TdClassName
{
border-color: #60777D;
}
.TagClassName
{
border-color: #60777D;
}
</style>