Shades of Blue Bayoux #66797B
Tints of Blue Bayoux #66797B
RGB
CMYK
RGB Variations
Color information
#66797B (or 0x66797B) is known color: Blue Bayoux. HEX triplet: 66, 79 and 7B. RGB value is (102,121,123). Sum of RGB (Red+Green+Blue) = 102+121+123=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 123 - color contains mainly: blue. Hex color #66797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66797B is #998684. Grayscale: #737373. Windows color (decimal): -10061445 or 8092006. OLE color: 8092006.
HSL color Cylindrical-coordinate representation of color #66797B: hue angle of 185.71º 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 #66797B is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 121 | 123 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.52 |
| HSL | 185.71º | 0.09% | 0.44% | - |
| HSV(B) | 185.71º | 0.17% | 0.48% | - |
| XYZ | 15.89 | 17.93 | 21.36 | - |
| YUV | 115.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 123 | 0.17 | 0.02 | 0 | 0.52 | 185.71 | 0.09 | 0.44 |
| Hex | 66 | 79 | 7B | 11 | 2 | 0 | 34 | BA | 9 | 2C |
| Octal | 146 | 171 | 173 | 21 | 2 | 0 | 64 | 272 | 11 | 54 |
| Binary | 1100110 | 1111001 | 1111011 | 10001 | 10 | 0 | 110100 | 10111010 | 1001 | 101100 |
Color Harmonies of #66797B
Complementary color
Monochromatic Colors of #66797B
Black with #66797B
Text Example
Text Example
White with #66797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66797B; }
p { color: rgb(102,121,123); }
H1.HeaderClassName
{
color: #66797B;
}
.AnyTagClassName
{
color: #66797B;
}
</style>
background-color css
<style>
a { background-color: #66797B; }
a { background-color: rgb(102,121,123); }
div.DivClassName
{
background-color: #66797B;
}
.BgClassName
{
background-color: #66797B;
}
</style>
border-color css
<style>
span { border-color: #66797B; }
span { border-color: rgb(102,121,123); }
td.TdClassName
{
border-color: #66797B;
}
.TagClassName
{
border-color: #66797B;
}
</style>