Shades of Blue Bayoux #66767F
Tints of Blue Bayoux #66767F
RGB
CMYK
RGB Variations
Color information
#66767F (or 0x66767F) is known color: Blue Bayoux. HEX triplet: 66, 76 and 7F. RGB value is (102,118,127). Sum of RGB (Red+Green+Blue) = 102+118+127=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #66767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66767F is #998980. Grayscale: #727272. Windows color (decimal): -10062209 or 8353382. OLE color: 8353382.
HSL color Cylindrical-coordinate representation of color #66767F: hue angle of 201.6º 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 #66767F is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 118 | 127 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.50 |
| HSL | 201.6º | 0.11% | 0.45% | - |
| HSV(B) | 201.6º | 0.2% | 0.5% | - |
| XYZ | 15.79 | 17.31 | 22.59 | - |
| YUV | 114.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 118 | 127 | 0.20 | 0.07 | 0 | 0.50 | 201.6 | 0.11 | 0.45 |
| Hex | 66 | 76 | 7F | 14 | 7 | 0 | 32 | CA | B | 2D |
| Octal | 146 | 166 | 177 | 24 | 7 | 0 | 62 | 312 | 13 | 55 |
| Binary | 1100110 | 1110110 | 1111111 | 10100 | 111 | 0 | 110010 | 11001010 | 1011 | 101101 |
Color Harmonies of #66767F
Complementary color
Monochromatic Colors of #66767F
Black with #66767F
Text Example
Text Example
White with #66767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66767F; }
p { color: rgb(102,118,127); }
H1.HeaderClassName
{
color: #66767F;
}
.AnyTagClassName
{
color: #66767F;
}
</style>
background-color css
<style>
a { background-color: #66767F; }
a { background-color: rgb(102,118,127); }
div.DivClassName
{
background-color: #66767F;
}
.BgClassName
{
background-color: #66767F;
}
</style>
border-color css
<style>
span { border-color: #66767F; }
span { border-color: rgb(102,118,127); }
td.TdClassName
{
border-color: #66767F;
}
.TagClassName
{
border-color: #66767F;
}
</style>