Shades of Blue Bayoux #607B7D
Tints of Blue Bayoux #607B7D
RGB
CMYK
RGB Variations
Color information
#607B7D (or 0x607B7D) is known color: Blue Bayoux. HEX triplet: 60, 7B and 7D. RGB value is (96,123,125). Sum of RGB (Red+Green+Blue) = 96+123+125=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 125 - color contains mainly: blue. Hex color #607B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B7D is #9F8482. Grayscale: #737373. Windows color (decimal): -10454147 or 8223584. OLE color: 8223584.
HSL color Cylindrical-coordinate representation of color #607B7D: hue angle of 184.14º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #607B7D is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 123 | 125 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.51 |
| HSL | 184.14º | 0.13% | 0.43% | - |
| HSV(B) | 184.14º | 0.23% | 0.49% | - |
| XYZ | 15.61 | 18.13 | 22.08 | - |
| YUV | 115.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 125 | 0.23 | 0.02 | 0 | 0.51 | 184.14 | 0.13 | 0.43 |
| Hex | 60 | 7B | 7D | 17 | 2 | 0 | 33 | B8 | D | 2B |
| Octal | 140 | 173 | 175 | 27 | 2 | 0 | 63 | 270 | 15 | 53 |
| Binary | 1100000 | 1111011 | 1111101 | 10111 | 10 | 0 | 110011 | 10111000 | 1101 | 101011 |
Color Harmonies of #607B7D
Complementary color
Monochromatic Colors of #607B7D
Black with #607B7D
Text Example
Text Example
White with #607B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B7D; }
p { color: rgb(96,123,125); }
H1.HeaderClassName
{
color: #607B7D;
}
.AnyTagClassName
{
color: #607B7D;
}
</style>
background-color css
<style>
a { background-color: #607B7D; }
a { background-color: rgb(96,123,125); }
div.DivClassName
{
background-color: #607B7D;
}
.BgClassName
{
background-color: #607B7D;
}
</style>
border-color css
<style>
span { border-color: #607B7D; }
span { border-color: rgb(96,123,125); }
td.TdClassName
{
border-color: #607B7D;
}
.TagClassName
{
border-color: #607B7D;
}
</style>