Shades of Blue Bayoux #60787F
Tints of Blue Bayoux #60787F
RGB
CMYK
RGB Variations
Color information
#60787F (or 0x60787F) is known color: Blue Bayoux. HEX triplet: 60, 78 and 7F. RGB value is (96,120,127). Sum of RGB (Red+Green+Blue) = 96+120+127=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 127 - color contains mainly: blue. Hex color #60787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60787F is #9F8780. Grayscale: #717171. Windows color (decimal): -10454913 or 8353888. OLE color: 8353888.
HSL color Cylindrical-coordinate representation of color #60787F: hue angle of 193.55º 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 #60787F is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 120 | 127 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.50 |
| HSL | 193.55º | 0.14% | 0.44% | - |
| HSV(B) | 193.55º | 0.24% | 0.5% | - |
| XYZ | 15.37 | 17.45 | 22.64 | - |
| YUV | 113.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 127 | 0.24 | 0.06 | 0 | 0.50 | 193.55 | 0.14 | 0.44 |
| Hex | 60 | 78 | 7F | 18 | 6 | 0 | 32 | C2 | E | 2C |
| Octal | 140 | 170 | 177 | 30 | 6 | 0 | 62 | 302 | 16 | 54 |
| Binary | 1100000 | 1111000 | 1111111 | 11000 | 110 | 0 | 110010 | 11000010 | 1110 | 101100 |
Color Harmonies of #60787F
Complementary color
Monochromatic Colors of #60787F
Black with #60787F
Text Example
Text Example
White with #60787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60787F; }
p { color: rgb(96,120,127); }
H1.HeaderClassName
{
color: #60787F;
}
.AnyTagClassName
{
color: #60787F;
}
</style>
background-color css
<style>
a { background-color: #60787F; }
a { background-color: rgb(96,120,127); }
div.DivClassName
{
background-color: #60787F;
}
.BgClassName
{
background-color: #60787F;
}
</style>
border-color css
<style>
span { border-color: #60787F; }
span { border-color: rgb(96,120,127); }
td.TdClassName
{
border-color: #60787F;
}
.TagClassName
{
border-color: #60787F;
}
</style>