Shades of Blue Bayoux #677E7F
Tints of Blue Bayoux #677E7F
RGB
CMYK
RGB Variations
Color information
#677E7F (or 0x677E7F) is known color: Blue Bayoux. HEX triplet: 67, 7E and 7F. RGB value is (103,126,127). Sum of RGB (Red+Green+Blue) = 103+126+127=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 127 - color contains mainly: blue. Hex color #677E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677E7F is #988180. Grayscale: #777777. Windows color (decimal): -9994625 or 8355431. OLE color: 8355431.
HSL color Cylindrical-coordinate representation of color #677E7F: hue angle of 182.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 #677E7F is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 126 | 127 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.50 |
| HSL | 182.5º | 0.1% | 0.45% | - |
| HSV(B) | 182.5º | 0.19% | 0.5% | - |
| XYZ | 16.89 | 19.34 | 22.92 | - |
| YUV | 119.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 127 | 0.19 | 0.01 | 0 | 0.50 | 182.5 | 0.1 | 0.45 |
| Hex | 67 | 7E | 7F | 13 | 1 | 0 | 32 | B6 | A | 2D |
| Octal | 147 | 176 | 177 | 23 | 1 | 0 | 62 | 266 | 12 | 55 |
| Binary | 1100111 | 1111110 | 1111111 | 10011 | 1 | 0 | 110010 | 10110110 | 1010 | 101101 |
Color Harmonies of #677E7F
Complementary color
Monochromatic Colors of #677E7F
Black with #677E7F
Text Example
Text Example
White with #677E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E7F; }
p { color: rgb(103,126,127); }
H1.HeaderClassName
{
color: #677E7F;
}
.AnyTagClassName
{
color: #677E7F;
}
</style>
background-color css
<style>
a { background-color: #677E7F; }
a { background-color: rgb(103,126,127); }
div.DivClassName
{
background-color: #677E7F;
}
.BgClassName
{
background-color: #677E7F;
}
</style>
border-color css
<style>
span { border-color: #677E7F; }
span { border-color: rgb(103,126,127); }
td.TdClassName
{
border-color: #677E7F;
}
.TagClassName
{
border-color: #677E7F;
}
</style>