Shades of Blue Bayoux #68787F
Tints of Blue Bayoux #68787F
RGB
CMYK
RGB Variations
Color information
#68787F (or 0x68787F) is known color: Blue Bayoux. HEX triplet: 68, 78 and 7F. RGB value is (104,120,127). Sum of RGB (Red+Green+Blue) = 104+120+127=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 127 - color contains mainly: blue. Hex color #68787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68787F is #978780. Grayscale: #737373. Windows color (decimal): -9930625 or 8353896. OLE color: 8353896.
HSL color Cylindrical-coordinate representation of color #68787F: hue angle of 198.26º 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 #68787F is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 120 | 127 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.50 |
| HSL | 198.26º | 0.1% | 0.45% | - |
| HSV(B) | 198.26º | 0.18% | 0.5% | - |
| XYZ | 16.26 | 17.91 | 22.68 | - |
| YUV | 116.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 127 | 0.18 | 0.06 | 0 | 0.50 | 198.26 | 0.1 | 0.45 |
| Hex | 68 | 78 | 7F | 12 | 6 | 0 | 32 | C6 | A | 2D |
| Octal | 150 | 170 | 177 | 22 | 6 | 0 | 62 | 306 | 12 | 55 |
| Binary | 1101000 | 1111000 | 1111111 | 10010 | 110 | 0 | 110010 | 11000110 | 1010 | 101101 |
Color Harmonies of #68787F
Complementary color
Monochromatic Colors of #68787F
Black with #68787F
Text Example
Text Example
White with #68787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68787F; }
p { color: rgb(104,120,127); }
H1.HeaderClassName
{
color: #68787F;
}
.AnyTagClassName
{
color: #68787F;
}
</style>
background-color css
<style>
a { background-color: #68787F; }
a { background-color: rgb(104,120,127); }
div.DivClassName
{
background-color: #68787F;
}
.BgClassName
{
background-color: #68787F;
}
</style>
border-color css
<style>
span { border-color: #68787F; }
span { border-color: rgb(104,120,127); }
td.TdClassName
{
border-color: #68787F;
}
.TagClassName
{
border-color: #68787F;
}
</style>