Shades of Blue Bayoux #60787C
Tints of Blue Bayoux #60787C
RGB
CMYK
RGB Variations
Color information
#60787C (or 0x60787C) is known color: Blue Bayoux. HEX triplet: 60, 78 and 7C. RGB value is (96,120,124). Sum of RGB (Red+Green+Blue) = 96+120+124=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #60787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60787C is #9F8783. Grayscale: #717171. Windows color (decimal): -10454916 or 8157280. OLE color: 8157280.
HSL color Cylindrical-coordinate representation of color #60787C: hue angle of 188.57º 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 #60787C is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 120 | 124 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.51 |
| HSL | 188.57º | 0.13% | 0.43% | - |
| HSV(B) | 188.57º | 0.23% | 0.49% | - |
| XYZ | 15.18 | 17.37 | 21.62 | - |
| YUV | 113.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 124 | 0.23 | 0.03 | 0 | 0.51 | 188.57 | 0.13 | 0.43 |
| Hex | 60 | 78 | 7C | 17 | 3 | 0 | 33 | BD | D | 2B |
| Octal | 140 | 170 | 174 | 27 | 3 | 0 | 63 | 275 | 15 | 53 |
| Binary | 1100000 | 1111000 | 1111100 | 10111 | 11 | 0 | 110011 | 10111101 | 1101 | 101011 |
Color Harmonies of #60787C
Complementary color
Monochromatic Colors of #60787C
Black with #60787C
Text Example
Text Example
White with #60787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60787C; }
p { color: rgb(96,120,124); }
H1.HeaderClassName
{
color: #60787C;
}
.AnyTagClassName
{
color: #60787C;
}
</style>
background-color css
<style>
a { background-color: #60787C; }
a { background-color: rgb(96,120,124); }
div.DivClassName
{
background-color: #60787C;
}
.BgClassName
{
background-color: #60787C;
}
</style>
border-color css
<style>
span { border-color: #60787C; }
span { border-color: rgb(96,120,124); }
td.TdClassName
{
border-color: #60787C;
}
.TagClassName
{
border-color: #60787C;
}
</style>