Shades of Blue Bayoux #667C7F
Tints of Blue Bayoux #667C7F
RGB
CMYK
RGB Variations
Color information
#667C7F (or 0x667C7F) is known color: Blue Bayoux. HEX triplet: 66, 7C and 7F. RGB value is (102,124,127). Sum of RGB (Red+Green+Blue) = 102+124+127=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 127 - color contains mainly: blue. Hex color #667C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C7F is #998380. Grayscale: #757575. Windows color (decimal): -10060673 or 8354918. OLE color: 8354918.
HSL color Cylindrical-coordinate representation of color #667C7F: hue angle of 187.2º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #667C7F is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 124 | 127 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.50 |
| HSL | 187.2º | 0.11% | 0.45% | - |
| HSV(B) | 187.2º | 0.2% | 0.5% | - |
| XYZ | 16.52 | 18.77 | 22.83 | - |
| YUV | 117.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 127 | 0.20 | 0.02 | 0 | 0.50 | 187.2 | 0.11 | 0.45 |
| Hex | 66 | 7C | 7F | 14 | 2 | 0 | 32 | BB | B | 2D |
| Octal | 146 | 174 | 177 | 24 | 2 | 0 | 62 | 273 | 13 | 55 |
| Binary | 1100110 | 1111100 | 1111111 | 10100 | 10 | 0 | 110010 | 10111011 | 1011 | 101101 |
Color Harmonies of #667C7F
Complementary color
Monochromatic Colors of #667C7F
Black with #667C7F
Text Example
Text Example
White with #667C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C7F; }
p { color: rgb(102,124,127); }
H1.HeaderClassName
{
color: #667C7F;
}
.AnyTagClassName
{
color: #667C7F;
}
</style>
background-color css
<style>
a { background-color: #667C7F; }
a { background-color: rgb(102,124,127); }
div.DivClassName
{
background-color: #667C7F;
}
.BgClassName
{
background-color: #667C7F;
}
</style>
border-color css
<style>
span { border-color: #667C7F; }
span { border-color: rgb(102,124,127); }
td.TdClassName
{
border-color: #667C7F;
}
.TagClassName
{
border-color: #667C7F;
}
</style>