Shades of Blue Bayoux #64797C
Tints of Blue Bayoux #64797C
RGB
CMYK
RGB Variations
Color information
#64797C (or 0x64797C) is known color: Blue Bayoux. HEX triplet: 64, 79 and 7C. RGB value is (100,121,124). Sum of RGB (Red+Green+Blue) = 100+121+124=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #64797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64797C is #9B8683. Grayscale: #737373. Windows color (decimal): -10192516 or 8157540. OLE color: 8157540.
HSL color Cylindrical-coordinate representation of color #64797C: hue angle of 187.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64797C is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 121 | 124 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.51 |
| HSL | 187.5º | 0.11% | 0.44% | - |
| HSV(B) | 187.5º | 0.19% | 0.49% | - |
| XYZ | 15.73 | 17.84 | 21.68 | - |
| YUV | 115.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 124 | 0.19 | 0.02 | 0 | 0.51 | 187.5 | 0.11 | 0.44 |
| Hex | 64 | 79 | 7C | 13 | 2 | 0 | 33 | BC | B | 2C |
| Octal | 144 | 171 | 174 | 23 | 2 | 0 | 63 | 274 | 13 | 54 |
| Binary | 1100100 | 1111001 | 1111100 | 10011 | 10 | 0 | 110011 | 10111100 | 1011 | 101100 |
Color Harmonies of #64797C
Complementary color
Monochromatic Colors of #64797C
Black with #64797C
Text Example
Text Example
White with #64797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64797C; }
p { color: rgb(100,121,124); }
H1.HeaderClassName
{
color: #64797C;
}
.AnyTagClassName
{
color: #64797C;
}
</style>
background-color css
<style>
a { background-color: #64797C; }
a { background-color: rgb(100,121,124); }
div.DivClassName
{
background-color: #64797C;
}
.BgClassName
{
background-color: #64797C;
}
</style>
border-color css
<style>
span { border-color: #64797C; }
span { border-color: rgb(100,121,124); }
td.TdClassName
{
border-color: #64797C;
}
.TagClassName
{
border-color: #64797C;
}
</style>