Shades of Blue Bayoux #68767D
Tints of Blue Bayoux #68767D
RGB
CMYK
RGB Variations
Color information
#68767D (or 0x68767D) is known color: Blue Bayoux. HEX triplet: 68, 76 and 7D. RGB value is (104,118,125). Sum of RGB (Red+Green+Blue) = 104+118+125=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: blue. Hex color #68767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68767D is #978982. Grayscale: #727272. Windows color (decimal): -9931139 or 8222312. OLE color: 8222312.
HSL color Cylindrical-coordinate representation of color #68767D: hue angle of 200º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #68767D is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 118 | 125 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.51 |
| HSL | 200º | 0.09% | 0.45% | - |
| HSV(B) | 200º | 0.17% | 0.49% | - |
| XYZ | 15.89 | 17.38 | 21.92 | - |
| YUV | 114.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 125 | 0.17 | 0.06 | 0 | 0.51 | 200 | 0.09 | 0.45 |
| Hex | 68 | 76 | 7D | 11 | 6 | 0 | 33 | C8 | 9 | 2D |
| Octal | 150 | 166 | 175 | 21 | 6 | 0 | 63 | 310 | 11 | 55 |
| Binary | 1101000 | 1110110 | 1111101 | 10001 | 110 | 0 | 110011 | 11001000 | 1001 | 101101 |
Color Harmonies of #68767D
Complementary color
Monochromatic Colors of #68767D
Black with #68767D
Text Example
Text Example
White with #68767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68767D; }
p { color: rgb(104,118,125); }
H1.HeaderClassName
{
color: #68767D;
}
.AnyTagClassName
{
color: #68767D;
}
</style>
background-color css
<style>
a { background-color: #68767D; }
a { background-color: rgb(104,118,125); }
div.DivClassName
{
background-color: #68767D;
}
.BgClassName
{
background-color: #68767D;
}
</style>
border-color css
<style>
span { border-color: #68767D; }
span { border-color: rgb(104,118,125); }
td.TdClassName
{
border-color: #68767D;
}
.TagClassName
{
border-color: #68767D;
}
</style>