Shades of Blue Bayoux #68787B
Tints of Blue Bayoux #68787B
RGB
CMYK
RGB Variations
Color information
#68787B (or 0x68787B) is known color: Blue Bayoux. HEX triplet: 68, 78 and 7B. RGB value is (104,120,123). Sum of RGB (Red+Green+Blue) = 104+120+123=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 123 - color contains mainly: blue. Hex color #68787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68787B is #978784. Grayscale: #737373. Windows color (decimal): -9930629 or 8091752. OLE color: 8091752.
HSL color Cylindrical-coordinate representation of color #68787B: hue angle of 189.47º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68787B is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 120 | 123 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.52 |
| HSL | 189.47º | 0.08% | 0.45% | - |
| HSV(B) | 189.47º | 0.15% | 0.48% | - |
| XYZ | 16 | 17.81 | 21.33 | - |
| YUV | 115.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 123 | 0.15 | 0.02 | 0 | 0.52 | 189.47 | 0.08 | 0.45 |
| Hex | 68 | 78 | 7B | F | 2 | 0 | 34 | BD | 8 | 2D |
| Octal | 150 | 170 | 173 | 17 | 2 | 0 | 64 | 275 | 10 | 55 |
| Binary | 1101000 | 1111000 | 1111011 | 1111 | 10 | 0 | 110100 | 10111101 | 1000 | 101101 |
Color Harmonies of #68787B
Complementary color
Monochromatic Colors of #68787B
Black with #68787B
Text Example
Text Example
White with #68787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68787B; }
p { color: rgb(104,120,123); }
H1.HeaderClassName
{
color: #68787B;
}
.AnyTagClassName
{
color: #68787B;
}
</style>
background-color css
<style>
a { background-color: #68787B; }
a { background-color: rgb(104,120,123); }
div.DivClassName
{
background-color: #68787B;
}
.BgClassName
{
background-color: #68787B;
}
</style>
border-color css
<style>
span { border-color: #68787B; }
span { border-color: rgb(104,120,123); }
td.TdClassName
{
border-color: #68787B;
}
.TagClassName
{
border-color: #68787B;
}
</style>