Shades of Blue Bayoux #687B80
Tints of Blue Bayoux #687B80
RGB
CMYK
RGB Variations
Color information
#687B80 (or 0x687B80) is known color: Blue Bayoux. HEX triplet: 68, 7B and 80. RGB value is (104,123,128). Sum of RGB (Red+Green+Blue) = 104+123+128=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 128 - color contains mainly: blue. Hex color #687B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687B80 is #97847F. Grayscale: #757575. Windows color (decimal): -9929856 or 8420200. OLE color: 8420200.
HSL color Cylindrical-coordinate representation of color #687B80: hue angle of 192.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #687B80 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 123 | 128 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.50 |
| HSL | 192.5º | 0.1% | 0.45% | - |
| HSV(B) | 192.5º | 0.19% | 0.5% | - |
| XYZ | 16.69 | 18.67 | 23.15 | - |
| YUV | 117.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 128 | 0.19 | 0.04 | 0 | 0.50 | 192.5 | 0.1 | 0.45 |
| Hex | 68 | 7B | 80 | 13 | 4 | 0 | 32 | C0 | A | 2D |
| Octal | 150 | 173 | 200 | 23 | 4 | 0 | 62 | 300 | 12 | 55 |
| Binary | 1101000 | 1111011 | 10000000 | 10011 | 100 | 0 | 110010 | 11000000 | 1010 | 101101 |
Color Harmonies of #687B80
Complementary color
Monochromatic Colors of #687B80
Black with #687B80
Text Example
Text Example
White with #687B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687B80; }
p { color: rgb(104,123,128); }
H1.HeaderClassName
{
color: #687B80;
}
.AnyTagClassName
{
color: #687B80;
}
</style>
background-color css
<style>
a { background-color: #687B80; }
a { background-color: rgb(104,123,128); }
div.DivClassName
{
background-color: #687B80;
}
.BgClassName
{
background-color: #687B80;
}
</style>
border-color css
<style>
span { border-color: #687B80; }
span { border-color: rgb(104,123,128); }
td.TdClassName
{
border-color: #687B80;
}
.TagClassName
{
border-color: #687B80;
}
</style>