Shades of Blue Bayoux #64767C
Tints of Blue Bayoux #64767C
RGB
CMYK
RGB Variations
Color information
#64767C (or 0x64767C) is known color: Blue Bayoux. HEX triplet: 64, 76 and 7C. RGB value is (100,118,124). Sum of RGB (Red+Green+Blue) = 100+118+124=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #64767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64767C is #9B8983. Grayscale: #717171. Windows color (decimal): -10193284 or 8156772. OLE color: 8156772.
HSL color Cylindrical-coordinate representation of color #64767C: hue angle of 195º 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 #64767C is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 118 | 124 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.51 |
| HSL | 195º | 0.11% | 0.44% | - |
| HSV(B) | 195º | 0.19% | 0.49% | - |
| XYZ | 15.37 | 17.12 | 21.56 | - |
| YUV | 113.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 124 | 0.19 | 0.05 | 0 | 0.51 | 195 | 0.11 | 0.44 |
| Hex | 64 | 76 | 7C | 13 | 5 | 0 | 33 | C3 | B | 2C |
| Octal | 144 | 166 | 174 | 23 | 5 | 0 | 63 | 303 | 13 | 54 |
| Binary | 1100100 | 1110110 | 1111100 | 10011 | 101 | 0 | 110011 | 11000011 | 1011 | 101100 |
Color Harmonies of #64767C
Complementary color
Monochromatic Colors of #64767C
Black with #64767C
Text Example
Text Example
White with #64767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64767C; }
p { color: rgb(100,118,124); }
H1.HeaderClassName
{
color: #64767C;
}
.AnyTagClassName
{
color: #64767C;
}
</style>
background-color css
<style>
a { background-color: #64767C; }
a { background-color: rgb(100,118,124); }
div.DivClassName
{
background-color: #64767C;
}
.BgClassName
{
background-color: #64767C;
}
</style>
border-color css
<style>
span { border-color: #64767C; }
span { border-color: rgb(100,118,124); }
td.TdClassName
{
border-color: #64767C;
}
.TagClassName
{
border-color: #64767C;
}
</style>