Shades of Blue Bayoux #60727E
Tints of Blue Bayoux #60727E
RGB
CMYK
RGB Variations
Color information
#60727E (or 0x60727E) is known color: Blue Bayoux. HEX triplet: 60, 72 and 7E. RGB value is (96,114,126). Sum of RGB (Red+Green+Blue) = 96+114+126=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 126 - color contains mainly: blue. Hex color #60727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60727E is #9F8D81. Grayscale: #6D6D6D. Windows color (decimal): -10456450 or 8286816. OLE color: 8286816.
HSL color Cylindrical-coordinate representation of color #60727E: hue angle of 204º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60727E is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 114 | 126 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.51 |
| HSL | 204º | 0.14% | 0.44% | - |
| HSV(B) | 204º | 0.24% | 0.49% | - |
| XYZ | 14.61 | 16.03 | 22.06 | - |
| YUV | 109.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 126 | 0.24 | 0.10 | 0 | 0.51 | 204 | 0.14 | 0.44 |
| Hex | 60 | 72 | 7E | 18 | A | 0 | 33 | CC | E | 2C |
| Octal | 140 | 162 | 176 | 30 | 12 | 0 | 63 | 314 | 16 | 54 |
| Binary | 1100000 | 1110010 | 1111110 | 11000 | 1010 | 0 | 110011 | 11001100 | 1110 | 101100 |
Color Harmonies of #60727E
Complementary color
Monochromatic Colors of #60727E
Black with #60727E
Text Example
Text Example
White with #60727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60727E; }
p { color: rgb(96,114,126); }
H1.HeaderClassName
{
color: #60727E;
}
.AnyTagClassName
{
color: #60727E;
}
</style>
background-color css
<style>
a { background-color: #60727E; }
a { background-color: rgb(96,114,126); }
div.DivClassName
{
background-color: #60727E;
}
.BgClassName
{
background-color: #60727E;
}
</style>
border-color css
<style>
span { border-color: #60727E; }
span { border-color: rgb(96,114,126); }
td.TdClassName
{
border-color: #60727E;
}
.TagClassName
{
border-color: #60727E;
}
</style>