Shades of Blue Bayoux #60797F
Tints of Blue Bayoux #60797F
RGB
CMYK
RGB Variations
Color information
#60797F (or 0x60797F) is known color: Blue Bayoux. HEX triplet: 60, 79 and 7F. RGB value is (96,121,127). Sum of RGB (Red+Green+Blue) = 96+121+127=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #60797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60797F is #9F8680. Grayscale: #727272. Windows color (decimal): -10454657 or 8354144. OLE color: 8354144.
HSL color Cylindrical-coordinate representation of color #60797F: hue angle of 191.61º 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 #60797F is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 121 | 127 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.50 |
| HSL | 191.61º | 0.14% | 0.44% | - |
| HSV(B) | 191.61º | 0.24% | 0.5% | - |
| XYZ | 15.49 | 17.69 | 22.68 | - |
| YUV | 114.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 127 | 0.24 | 0.05 | 0 | 0.50 | 191.61 | 0.14 | 0.44 |
| Hex | 60 | 79 | 7F | 18 | 5 | 0 | 32 | C0 | E | 2C |
| Octal | 140 | 171 | 177 | 30 | 5 | 0 | 62 | 300 | 16 | 54 |
| Binary | 1100000 | 1111001 | 1111111 | 11000 | 101 | 0 | 110010 | 11000000 | 1110 | 101100 |
Color Harmonies of #60797F
Complementary color
Monochromatic Colors of #60797F
Black with #60797F
Text Example
Text Example
White with #60797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60797F; }
p { color: rgb(96,121,127); }
H1.HeaderClassName
{
color: #60797F;
}
.AnyTagClassName
{
color: #60797F;
}
</style>
background-color css
<style>
a { background-color: #60797F; }
a { background-color: rgb(96,121,127); }
div.DivClassName
{
background-color: #60797F;
}
.BgClassName
{
background-color: #60797F;
}
</style>
border-color css
<style>
span { border-color: #60797F; }
span { border-color: rgb(96,121,127); }
td.TdClassName
{
border-color: #60797F;
}
.TagClassName
{
border-color: #60797F;
}
</style>