Shades of Blue Bayoux #60767F
Tints of Blue Bayoux #60767F
RGB
CMYK
RGB Variations
Color information
#60767F (or 0x60767F) is known color: Blue Bayoux. HEX triplet: 60, 76 and 7F. RGB value is (96,118,127). Sum of RGB (Red+Green+Blue) = 96+118+127=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 118 (46.48% from 255 or 34.60% 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 #60767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60767F is #9F8980. Grayscale: #707070. Windows color (decimal): -10455425 or 8353376. OLE color: 8353376.
HSL color Cylindrical-coordinate representation of color #60767F: hue angle of 197.42º degrees, saturation: 0.14, 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 #60767F is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 118 | 127 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.50 |
| HSL | 197.42º | 0.14% | 0.44% | - |
| HSV(B) | 197.42º | 0.24% | 0.5% | - |
| XYZ | 15.13 | 16.98 | 22.56 | - |
| YUV | 112.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 127 | 0.24 | 0.07 | 0 | 0.50 | 197.42 | 0.14 | 0.44 |
| Hex | 60 | 76 | 7F | 18 | 7 | 0 | 32 | C5 | E | 2C |
| Octal | 140 | 166 | 177 | 30 | 7 | 0 | 62 | 305 | 16 | 54 |
| Binary | 1100000 | 1110110 | 1111111 | 11000 | 111 | 0 | 110010 | 11000101 | 1110 | 101100 |
Color Harmonies of #60767F
Complementary color
Monochromatic Colors of #60767F
Black with #60767F
Text Example
Text Example
White with #60767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60767F; }
p { color: rgb(96,118,127); }
H1.HeaderClassName
{
color: #60767F;
}
.AnyTagClassName
{
color: #60767F;
}
</style>
background-color css
<style>
a { background-color: #60767F; }
a { background-color: rgb(96,118,127); }
div.DivClassName
{
background-color: #60767F;
}
.BgClassName
{
background-color: #60767F;
}
</style>
border-color css
<style>
span { border-color: #60767F; }
span { border-color: rgb(96,118,127); }
td.TdClassName
{
border-color: #60767F;
}
.TagClassName
{
border-color: #60767F;
}
</style>