Shades of Blue Bayoux #60777B
Tints of Blue Bayoux #60777B
RGB
CMYK
RGB Variations
Color information
#60777B (or 0x60777B) is known color: Blue Bayoux. HEX triplet: 60, 77 and 7B. RGB value is (96,119,123). Sum of RGB (Red+Green+Blue) = 96+119+123=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #60777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60777B is #9F8884. Grayscale: #707070. Windows color (decimal): -10455173 or 8091488. OLE color: 8091488.
HSL color Cylindrical-coordinate representation of color #60777B: hue angle of 188.89º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #60777B is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 119 | 123 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.52 |
| HSL | 188.89º | 0.12% | 0.43% | - |
| HSV(B) | 188.89º | 0.22% | 0.48% | - |
| XYZ | 15 | 17.11 | 21.25 | - |
| YUV | 112.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 123 | 0.22 | 0.03 | 0 | 0.52 | 188.89 | 0.12 | 0.43 |
| Hex | 60 | 77 | 7B | 16 | 3 | 0 | 34 | BD | C | 2B |
| Octal | 140 | 167 | 173 | 26 | 3 | 0 | 64 | 275 | 14 | 53 |
| Binary | 1100000 | 1110111 | 1111011 | 10110 | 11 | 0 | 110100 | 10111101 | 1100 | 101011 |
Color Harmonies of #60777B
Complementary color
Monochromatic Colors of #60777B
Black with #60777B
Text Example
Text Example
White with #60777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60777B; }
p { color: rgb(96,119,123); }
H1.HeaderClassName
{
color: #60777B;
}
.AnyTagClassName
{
color: #60777B;
}
</style>
background-color css
<style>
a { background-color: #60777B; }
a { background-color: rgb(96,119,123); }
div.DivClassName
{
background-color: #60777B;
}
.BgClassName
{
background-color: #60777B;
}
</style>
border-color css
<style>
span { border-color: #60777B; }
span { border-color: rgb(96,119,123); }
td.TdClassName
{
border-color: #60777B;
}
.TagClassName
{
border-color: #60777B;
}
</style>