Shades of Blue Bayoux #687A7D
Tints of Blue Bayoux #687A7D
RGB
CMYK
RGB Variations
Color information
#687A7D (or 0x687A7D) is known color: Blue Bayoux. HEX triplet: 68, 7A and 7D. RGB value is (104,122,125). Sum of RGB (Red+Green+Blue) = 104+122+125=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 125 - color contains mainly: blue. Hex color #687A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687A7D is #978582. Grayscale: #747474. Windows color (decimal): -9930115 or 8223336. OLE color: 8223336.
HSL color Cylindrical-coordinate representation of color #687A7D: hue angle of 188.57º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #687A7D is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 122 | 125 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.51 |
| HSL | 188.57º | 0.09% | 0.45% | - |
| HSV(B) | 188.57º | 0.17% | 0.49% | - |
| XYZ | 16.37 | 18.34 | 22.08 | - |
| YUV | 116.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 125 | 0.17 | 0.02 | 0 | 0.51 | 188.57 | 0.09 | 0.45 |
| Hex | 68 | 7A | 7D | 11 | 2 | 0 | 33 | BD | 9 | 2D |
| Octal | 150 | 172 | 175 | 21 | 2 | 0 | 63 | 275 | 11 | 55 |
| Binary | 1101000 | 1111010 | 1111101 | 10001 | 10 | 0 | 110011 | 10111101 | 1001 | 101101 |
Color Harmonies of #687A7D
Complementary color
Monochromatic Colors of #687A7D
Black with #687A7D
Text Example
Text Example
White with #687A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A7D; }
p { color: rgb(104,122,125); }
H1.HeaderClassName
{
color: #687A7D;
}
.AnyTagClassName
{
color: #687A7D;
}
</style>
background-color css
<style>
a { background-color: #687A7D; }
a { background-color: rgb(104,122,125); }
div.DivClassName
{
background-color: #687A7D;
}
.BgClassName
{
background-color: #687A7D;
}
</style>
border-color css
<style>
span { border-color: #687A7D; }
span { border-color: rgb(104,122,125); }
td.TdClassName
{
border-color: #687A7D;
}
.TagClassName
{
border-color: #687A7D;
}
</style>