Shades of Blue Bayoux #66777F
Tints of Blue Bayoux #66777F
RGB
CMYK
RGB Variations
Color information
#66777F (or 0x66777F) is known color: Blue Bayoux. HEX triplet: 66, 77 and 7F. RGB value is (102,119,127). Sum of RGB (Red+Green+Blue) = 102+119+127=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 127 - color contains mainly: blue. Hex color #66777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66777F is #998880. Grayscale: #727272. Windows color (decimal): -10061953 or 8353638. OLE color: 8353638.
HSL color Cylindrical-coordinate representation of color #66777F: hue angle of 199.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 #66777F is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 119 | 127 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.50 |
| HSL | 199.2º | 0.11% | 0.45% | - |
| HSV(B) | 199.2º | 0.2% | 0.5% | - |
| XYZ | 15.91 | 17.55 | 22.63 | - |
| YUV | 114.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 127 | 0.20 | 0.06 | 0 | 0.50 | 199.2 | 0.11 | 0.45 |
| Hex | 66 | 77 | 7F | 14 | 6 | 0 | 32 | C7 | B | 2D |
| Octal | 146 | 167 | 177 | 24 | 6 | 0 | 62 | 307 | 13 | 55 |
| Binary | 1100110 | 1110111 | 1111111 | 10100 | 110 | 0 | 110010 | 11000111 | 1011 | 101101 |
Color Harmonies of #66777F
Complementary color
Monochromatic Colors of #66777F
Black with #66777F
Text Example
Text Example
White with #66777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66777F; }
p { color: rgb(102,119,127); }
H1.HeaderClassName
{
color: #66777F;
}
.AnyTagClassName
{
color: #66777F;
}
</style>
background-color css
<style>
a { background-color: #66777F; }
a { background-color: rgb(102,119,127); }
div.DivClassName
{
background-color: #66777F;
}
.BgClassName
{
background-color: #66777F;
}
</style>
border-color css
<style>
span { border-color: #66777F; }
span { border-color: rgb(102,119,127); }
td.TdClassName
{
border-color: #66777F;
}
.TagClassName
{
border-color: #66777F;
}
</style>