Shades of Blue Bayoux #607279
Tints of Blue Bayoux #607279
RGB
CMYK
RGB Variations
Color information
#607279 (or 0x607279) is known color: Blue Bayoux. HEX triplet: 60, 72 and 79. RGB value is (96,114,121). Sum of RGB (Red+Green+Blue) = 96+114+121=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 121 - color contains mainly: blue. Hex color #607279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607279 is #9F8D86. Grayscale: #6D6D6D. Windows color (decimal): -10456455 or 7959136. OLE color: 7959136.
HSL color Cylindrical-coordinate representation of color #607279: hue angle of 196.8º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607279 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 114 | 121 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.53 |
| HSL | 196.8º | 0.12% | 0.43% | - |
| HSV(B) | 196.8º | 0.21% | 0.47% | - |
| XYZ | 14.29 | 15.9 | 20.41 | - |
| YUV | 109.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 121 | 0.21 | 0.06 | 0 | 0.53 | 196.8 | 0.12 | 0.43 |
| Hex | 60 | 72 | 79 | 15 | 6 | 0 | 35 | C5 | C | 2B |
| Octal | 140 | 162 | 171 | 25 | 6 | 0 | 65 | 305 | 14 | 53 |
| Binary | 1100000 | 1110010 | 1111001 | 10101 | 110 | 0 | 110101 | 11000101 | 1100 | 101011 |
Color Harmonies of #607279
Complementary color
Monochromatic Colors of #607279
Black with #607279
Text Example
Text Example
White with #607279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607279; }
p { color: rgb(96,114,121); }
H1.HeaderClassName
{
color: #607279;
}
.AnyTagClassName
{
color: #607279;
}
</style>
background-color css
<style>
a { background-color: #607279; }
a { background-color: rgb(96,114,121); }
div.DivClassName
{
background-color: #607279;
}
.BgClassName
{
background-color: #607279;
}
</style>
border-color css
<style>
span { border-color: #607279; }
span { border-color: rgb(96,114,121); }
td.TdClassName
{
border-color: #607279;
}
.TagClassName
{
border-color: #607279;
}
</style>