Shades of Blue Bayoux #66797C
Tints of Blue Bayoux #66797C
RGB
CMYK
RGB Variations
Color information
#66797C (or 0x66797C) is known color: Blue Bayoux. HEX triplet: 66, 79 and 7C. RGB value is (102,121,124). Sum of RGB (Red+Green+Blue) = 102+121+124=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #66797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66797C is #998683. Grayscale: #737373. Windows color (decimal): -10061444 or 8157542. OLE color: 8157542.
HSL color Cylindrical-coordinate representation of color #66797C: hue angle of 188.18º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #66797C is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 121 | 124 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.51 |
| HSL | 188.18º | 0.1% | 0.44% | - |
| HSV(B) | 188.18º | 0.18% | 0.49% | - |
| XYZ | 15.95 | 17.95 | 21.69 | - |
| YUV | 115.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 124 | 0.18 | 0.02 | 0 | 0.51 | 188.18 | 0.1 | 0.44 |
| Hex | 66 | 79 | 7C | 12 | 2 | 0 | 33 | BC | A | 2C |
| Octal | 146 | 171 | 174 | 22 | 2 | 0 | 63 | 274 | 12 | 54 |
| Binary | 1100110 | 1111001 | 1111100 | 10010 | 10 | 0 | 110011 | 10111100 | 1010 | 101100 |
Color Harmonies of #66797C
Complementary color
Monochromatic Colors of #66797C
Black with #66797C
Text Example
Text Example
White with #66797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66797C; }
p { color: rgb(102,121,124); }
H1.HeaderClassName
{
color: #66797C;
}
.AnyTagClassName
{
color: #66797C;
}
</style>
background-color css
<style>
a { background-color: #66797C; }
a { background-color: rgb(102,121,124); }
div.DivClassName
{
background-color: #66797C;
}
.BgClassName
{
background-color: #66797C;
}
</style>
border-color css
<style>
span { border-color: #66797C; }
span { border-color: rgb(102,121,124); }
td.TdClassName
{
border-color: #66797C;
}
.TagClassName
{
border-color: #66797C;
}
</style>