Shades of Blue Bayoux #68777F
Tints of Blue Bayoux #68777F
RGB
CMYK
RGB Variations
Color information
#68777F (or 0x68777F) is known color: Blue Bayoux. HEX triplet: 68, 77 and 7F. RGB value is (104,119,127). Sum of RGB (Red+Green+Blue) = 104+119+127=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 127 - color contains mainly: blue. Hex color #68777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68777F is #978880. Grayscale: #737373. Windows color (decimal): -9930881 or 8353640. OLE color: 8353640.
HSL color Cylindrical-coordinate representation of color #68777F: hue angle of 200.87º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68777F is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 119 | 127 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.50 |
| HSL | 200.87º | 0.1% | 0.45% | - |
| HSV(B) | 200.87º | 0.18% | 0.5% | - |
| XYZ | 16.14 | 17.67 | 22.64 | - |
| YUV | 115.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 127 | 0.18 | 0.06 | 0 | 0.50 | 200.87 | 0.1 | 0.45 |
| Hex | 68 | 77 | 7F | 12 | 6 | 0 | 32 | C9 | A | 2D |
| Octal | 150 | 167 | 177 | 22 | 6 | 0 | 62 | 311 | 12 | 55 |
| Binary | 1101000 | 1110111 | 1111111 | 10010 | 110 | 0 | 110010 | 11001001 | 1010 | 101101 |
Color Harmonies of #68777F
Complementary color
Monochromatic Colors of #68777F
Black with #68777F
Text Example
Text Example
White with #68777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68777F; }
p { color: rgb(104,119,127); }
H1.HeaderClassName
{
color: #68777F;
}
.AnyTagClassName
{
color: #68777F;
}
</style>
background-color css
<style>
a { background-color: #68777F; }
a { background-color: rgb(104,119,127); }
div.DivClassName
{
background-color: #68777F;
}
.BgClassName
{
background-color: #68777F;
}
</style>
border-color css
<style>
span { border-color: #68777F; }
span { border-color: rgb(104,119,127); }
td.TdClassName
{
border-color: #68777F;
}
.TagClassName
{
border-color: #68777F;
}
</style>