Shades of Blue Bayoux #607A80
Tints of Blue Bayoux #607A80
RGB
CMYK
RGB Variations
Color information
#607A80 (or 0x607A80) is known color: Blue Bayoux. HEX triplet: 60, 7A and 80. RGB value is (96,122,128). Sum of RGB (Red+Green+Blue) = 96+122+128=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 128 - color contains mainly: blue. Hex color #607A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607A80 is #9F857F. Grayscale: #727272. Windows color (decimal): -10454400 or 8419936. OLE color: 8419936.
HSL color Cylindrical-coordinate representation of color #607A80: hue angle of 191.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #607A80 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 122 | 128 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.50 |
| HSL | 191.25º | 0.14% | 0.44% | - |
| HSV(B) | 191.25º | 0.25% | 0.5% | - |
| XYZ | 15.68 | 17.96 | 23.06 | - |
| YUV | 114.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 128 | 0.25 | 0.05 | 0 | 0.50 | 191.25 | 0.14 | 0.44 |
| Hex | 60 | 7A | 80 | 19 | 5 | 0 | 32 | BF | E | 2C |
| Octal | 140 | 172 | 200 | 31 | 5 | 0 | 62 | 277 | 16 | 54 |
| Binary | 1100000 | 1111010 | 10000000 | 11001 | 101 | 0 | 110010 | 10111111 | 1110 | 101100 |
Color Harmonies of #607A80
Complementary color
Monochromatic Colors of #607A80
Black with #607A80
Text Example
Text Example
White with #607A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A80; }
p { color: rgb(96,122,128); }
H1.HeaderClassName
{
color: #607A80;
}
.AnyTagClassName
{
color: #607A80;
}
</style>
background-color css
<style>
a { background-color: #607A80; }
a { background-color: rgb(96,122,128); }
div.DivClassName
{
background-color: #607A80;
}
.BgClassName
{
background-color: #607A80;
}
</style>
border-color css
<style>
span { border-color: #607A80; }
span { border-color: rgb(96,122,128); }
td.TdClassName
{
border-color: #607A80;
}
.TagClassName
{
border-color: #607A80;
}
</style>