Shades of Blue Bayoux #60797B
Tints of Blue Bayoux #60797B
RGB
CMYK
RGB Variations
Color information
#60797B (or 0x60797B) is known color: Blue Bayoux. HEX triplet: 60, 79 and 7B. RGB value is (96,121,123). Sum of RGB (Red+Green+Blue) = 96+121+123=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 123 - color contains mainly: blue. Hex color #60797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60797B is #9F8684. Grayscale: #717171. Windows color (decimal): -10454661 or 8092000. OLE color: 8092000.
HSL color Cylindrical-coordinate representation of color #60797B: hue angle of 184.44º 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 #60797B is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 121 | 123 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.52 |
| HSL | 184.44º | 0.12% | 0.43% | - |
| HSV(B) | 184.44º | 0.22% | 0.48% | - |
| XYZ | 15.24 | 17.59 | 21.33 | - |
| YUV | 113.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 123 | 0.22 | 0.02 | 0 | 0.52 | 184.44 | 0.12 | 0.43 |
| Hex | 60 | 79 | 7B | 16 | 2 | 0 | 34 | B8 | C | 2B |
| Octal | 140 | 171 | 173 | 26 | 2 | 0 | 64 | 270 | 14 | 53 |
| Binary | 1100000 | 1111001 | 1111011 | 10110 | 10 | 0 | 110100 | 10111000 | 1100 | 101011 |
Color Harmonies of #60797B
Complementary color
Monochromatic Colors of #60797B
Black with #60797B
Text Example
Text Example
White with #60797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60797B; }
p { color: rgb(96,121,123); }
H1.HeaderClassName
{
color: #60797B;
}
.AnyTagClassName
{
color: #60797B;
}
</style>
background-color css
<style>
a { background-color: #60797B; }
a { background-color: rgb(96,121,123); }
div.DivClassName
{
background-color: #60797B;
}
.BgClassName
{
background-color: #60797B;
}
</style>
border-color css
<style>
span { border-color: #60797B; }
span { border-color: rgb(96,121,123); }
td.TdClassName
{
border-color: #60797B;
}
.TagClassName
{
border-color: #60797B;
}
</style>