Shades of Blue Bayoux #60737F
Tints of Blue Bayoux #60737F
RGB
CMYK
RGB Variations
Color information
#60737F (or 0x60737F) is known color: Blue Bayoux. HEX triplet: 60, 73 and 7F. RGB value is (96,115,127). Sum of RGB (Red+Green+Blue) = 96+115+127=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 127 - color contains mainly: blue. Hex color #60737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60737F is #9F8C80. Grayscale: #6E6E6E. Windows color (decimal): -10456193 or 8352608. OLE color: 8352608.
HSL color Cylindrical-coordinate representation of color #60737F: hue angle of 203.23º 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 #60737F is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 115 | 127 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.50 |
| HSL | 203.23º | 0.14% | 0.44% | - |
| HSV(B) | 203.23º | 0.24% | 0.5% | - |
| XYZ | 14.79 | 16.28 | 22.44 | - |
| YUV | 110.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 127 | 0.24 | 0.09 | 0 | 0.50 | 203.23 | 0.14 | 0.44 |
| Hex | 60 | 73 | 7F | 18 | 9 | 0 | 32 | CB | E | 2C |
| Octal | 140 | 163 | 177 | 30 | 11 | 0 | 62 | 313 | 16 | 54 |
| Binary | 1100000 | 1110011 | 1111111 | 11000 | 1001 | 0 | 110010 | 11001011 | 1110 | 101100 |
Color Harmonies of #60737F
Complementary color
Monochromatic Colors of #60737F
Black with #60737F
Text Example
Text Example
White with #60737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60737F; }
p { color: rgb(96,115,127); }
H1.HeaderClassName
{
color: #60737F;
}
.AnyTagClassName
{
color: #60737F;
}
</style>
background-color css
<style>
a { background-color: #60737F; }
a { background-color: rgb(96,115,127); }
div.DivClassName
{
background-color: #60737F;
}
.BgClassName
{
background-color: #60737F;
}
</style>
border-color css
<style>
span { border-color: #60737F; }
span { border-color: rgb(96,115,127); }
td.TdClassName
{
border-color: #60737F;
}
.TagClassName
{
border-color: #60737F;
}
</style>