Shades of Blue Bayoux #687A7C
Tints of Blue Bayoux #687A7C
RGB
CMYK
RGB Variations
Color information
#687A7C (or 0x687A7C) is known color: Blue Bayoux. HEX triplet: 68, 7A and 7C. RGB value is (104,122,124). Sum of RGB (Red+Green+Blue) = 104+122+124=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #687A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687A7C is #978583. Grayscale: #747474. Windows color (decimal): -9930116 or 8157800. OLE color: 8157800.
HSL color Cylindrical-coordinate representation of color #687A7C: hue angle of 186º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #687A7C is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 122 | 124 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.51 |
| HSL | 186º | 0.09% | 0.45% | - |
| HSV(B) | 186º | 0.16% | 0.49% | - |
| XYZ | 16.31 | 18.32 | 21.74 | - |
| YUV | 116.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 124 | 0.16 | 0.02 | 0 | 0.51 | 186 | 0.09 | 0.45 |
| Hex | 68 | 7A | 7C | 10 | 2 | 0 | 33 | BA | 9 | 2D |
| Octal | 150 | 172 | 174 | 20 | 2 | 0 | 63 | 272 | 11 | 55 |
| Binary | 1101000 | 1111010 | 1111100 | 10000 | 10 | 0 | 110011 | 10111010 | 1001 | 101101 |
Color Harmonies of #687A7C
Complementary color
Monochromatic Colors of #687A7C
Black with #687A7C
Text Example
Text Example
White with #687A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A7C; }
p { color: rgb(104,122,124); }
H1.HeaderClassName
{
color: #687A7C;
}
.AnyTagClassName
{
color: #687A7C;
}
</style>
background-color css
<style>
a { background-color: #687A7C; }
a { background-color: rgb(104,122,124); }
div.DivClassName
{
background-color: #687A7C;
}
.BgClassName
{
background-color: #687A7C;
}
</style>
border-color css
<style>
span { border-color: #687A7C; }
span { border-color: rgb(104,122,124); }
td.TdClassName
{
border-color: #687A7C;
}
.TagClassName
{
border-color: #687A7C;
}
</style>