Shades of Blue Bayoux #677C7F
Tints of Blue Bayoux #677C7F
RGB
CMYK
RGB Variations
Color information
#677C7F (or 0x677C7F) is known color: Blue Bayoux. HEX triplet: 67, 7C and 7F. RGB value is (103,124,127). Sum of RGB (Red+Green+Blue) = 103+124+127=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #677C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677C7F is #988380. Grayscale: #767676. Windows color (decimal): -9995137 or 8354919. OLE color: 8354919.
HSL color Cylindrical-coordinate representation of color #677C7F: hue angle of 187.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #677C7F is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 124 | 127 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.50 |
| HSL | 187.5º | 0.1% | 0.45% | - |
| HSV(B) | 187.5º | 0.19% | 0.5% | - |
| XYZ | 16.63 | 18.83 | 22.84 | - |
| YUV | 118.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 127 | 0.19 | 0.02 | 0 | 0.50 | 187.5 | 0.1 | 0.45 |
| Hex | 67 | 7C | 7F | 13 | 2 | 0 | 32 | BC | A | 2D |
| Octal | 147 | 174 | 177 | 23 | 2 | 0 | 62 | 274 | 12 | 55 |
| Binary | 1100111 | 1111100 | 1111111 | 10011 | 10 | 0 | 110010 | 10111100 | 1010 | 101101 |
Color Harmonies of #677C7F
Complementary color
Monochromatic Colors of #677C7F
Black with #677C7F
Text Example
Text Example
White with #677C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677C7F; }
p { color: rgb(103,124,127); }
H1.HeaderClassName
{
color: #677C7F;
}
.AnyTagClassName
{
color: #677C7F;
}
</style>
background-color css
<style>
a { background-color: #677C7F; }
a { background-color: rgb(103,124,127); }
div.DivClassName
{
background-color: #677C7F;
}
.BgClassName
{
background-color: #677C7F;
}
</style>
border-color css
<style>
span { border-color: #677C7F; }
span { border-color: rgb(103,124,127); }
td.TdClassName
{
border-color: #677C7F;
}
.TagClassName
{
border-color: #677C7F;
}
</style>