Shades of Blue Bayoux #66777B
Tints of Blue Bayoux #66777B
RGB
CMYK
RGB Variations
Color information
#66777B (or 0x66777B) is known color: Blue Bayoux. HEX triplet: 66, 77 and 7B. RGB value is (102,119,123). Sum of RGB (Red+Green+Blue) = 102+119+123=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #66777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66777B is #998884. Grayscale: #727272. Windows color (decimal): -10061957 or 8091494. OLE color: 8091494.
HSL color Cylindrical-coordinate representation of color #66777B: hue angle of 191.43º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #66777B is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 119 | 123 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.52 |
| HSL | 191.43º | 0.09% | 0.44% | - |
| HSV(B) | 191.43º | 0.17% | 0.48% | - |
| XYZ | 15.65 | 17.45 | 21.28 | - |
| YUV | 114.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 123 | 0.17 | 0.03 | 0 | 0.52 | 191.43 | 0.09 | 0.44 |
| Hex | 66 | 77 | 7B | 11 | 3 | 0 | 34 | BF | 9 | 2C |
| Octal | 146 | 167 | 173 | 21 | 3 | 0 | 64 | 277 | 11 | 54 |
| Binary | 1100110 | 1110111 | 1111011 | 10001 | 11 | 0 | 110100 | 10111111 | 1001 | 101100 |
Color Harmonies of #66777B
Complementary color
Monochromatic Colors of #66777B
Black with #66777B
Text Example
Text Example
White with #66777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66777B; }
p { color: rgb(102,119,123); }
H1.HeaderClassName
{
color: #66777B;
}
.AnyTagClassName
{
color: #66777B;
}
</style>
background-color css
<style>
a { background-color: #66777B; }
a { background-color: rgb(102,119,123); }
div.DivClassName
{
background-color: #66777B;
}
.BgClassName
{
background-color: #66777B;
}
</style>
border-color css
<style>
span { border-color: #66777B; }
span { border-color: rgb(102,119,123); }
td.TdClassName
{
border-color: #66777B;
}
.TagClassName
{
border-color: #66777B;
}
</style>