Shades of Blue Bayoux #68777B
Tints of Blue Bayoux #68777B
RGB
CMYK
RGB Variations
Color information
#68777B (or 0x68777B) is known color: Blue Bayoux. HEX triplet: 68, 77 and 7B. RGB value is (104,119,123). Sum of RGB (Red+Green+Blue) = 104+119+123=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 123 - color contains mainly: blue. Hex color #68777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68777B is #978884. Grayscale: #727272. Windows color (decimal): -9930885 or 8091496. OLE color: 8091496.
HSL color Cylindrical-coordinate representation of color #68777B: hue angle of 192.63º 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 #68777B is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 119 | 123 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.52 |
| HSL | 192.63º | 0.08% | 0.45% | - |
| HSV(B) | 192.63º | 0.15% | 0.48% | - |
| XYZ | 15.88 | 17.57 | 21.29 | - |
| YUV | 114.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 123 | 0.15 | 0.03 | 0 | 0.52 | 192.63 | 0.08 | 0.45 |
| Hex | 68 | 77 | 7B | F | 3 | 0 | 34 | C1 | 8 | 2D |
| Octal | 150 | 167 | 173 | 17 | 3 | 0 | 64 | 301 | 10 | 55 |
| Binary | 1101000 | 1110111 | 1111011 | 1111 | 11 | 0 | 110100 | 11000001 | 1000 | 101101 |
Color Harmonies of #68777B
Complementary color
Monochromatic Colors of #68777B
Black with #68777B
Text Example
Text Example
White with #68777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68777B; }
p { color: rgb(104,119,123); }
H1.HeaderClassName
{
color: #68777B;
}
.AnyTagClassName
{
color: #68777B;
}
</style>
background-color css
<style>
a { background-color: #68777B; }
a { background-color: rgb(104,119,123); }
div.DivClassName
{
background-color: #68777B;
}
.BgClassName
{
background-color: #68777B;
}
</style>
border-color css
<style>
span { border-color: #68777B; }
span { border-color: rgb(104,119,123); }
td.TdClassName
{
border-color: #68777B;
}
.TagClassName
{
border-color: #68777B;
}
</style>