Shades of Blue Bayoux #60757F
Tints of Blue Bayoux #60757F
RGB
CMYK
RGB Variations
Color information
#60757F (or 0x60757F) is known color: Blue Bayoux. HEX triplet: 60, 75 and 7F. RGB value is (96,117,127). Sum of RGB (Red+Green+Blue) = 96+117+127=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #60757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60757F is #9F8A80. Grayscale: #6F6F6F. Windows color (decimal): -10455681 or 8353120. OLE color: 8353120.
HSL color Cylindrical-coordinate representation of color #60757F: hue angle of 199.35º 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 #60757F is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 117 | 127 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.50 |
| HSL | 199.35º | 0.14% | 0.44% | - |
| HSV(B) | 199.35º | 0.24% | 0.5% | - |
| XYZ | 15.02 | 16.74 | 22.52 | - |
| YUV | 111.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 127 | 0.24 | 0.08 | 0 | 0.50 | 199.35 | 0.14 | 0.44 |
| Hex | 60 | 75 | 7F | 18 | 8 | 0 | 32 | C7 | E | 2C |
| Octal | 140 | 165 | 177 | 30 | 10 | 0 | 62 | 307 | 16 | 54 |
| Binary | 1100000 | 1110101 | 1111111 | 11000 | 1000 | 0 | 110010 | 11000111 | 1110 | 101100 |
Color Harmonies of #60757F
Complementary color
Monochromatic Colors of #60757F
Black with #60757F
Text Example
Text Example
White with #60757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60757F; }
p { color: rgb(96,117,127); }
H1.HeaderClassName
{
color: #60757F;
}
.AnyTagClassName
{
color: #60757F;
}
</style>
background-color css
<style>
a { background-color: #60757F; }
a { background-color: rgb(96,117,127); }
div.DivClassName
{
background-color: #60757F;
}
.BgClassName
{
background-color: #60757F;
}
</style>
border-color css
<style>
span { border-color: #60757F; }
span { border-color: rgb(96,117,127); }
td.TdClassName
{
border-color: #60757F;
}
.TagClassName
{
border-color: #60757F;
}
</style>