Shades of Blue Bayoux #64787F
Tints of Blue Bayoux #64787F
RGB
CMYK
RGB Variations
Color information
#64787F (or 0x64787F) is known color: Blue Bayoux. HEX triplet: 64, 78 and 7F. RGB value is (100,120,127). Sum of RGB (Red+Green+Blue) = 100+120+127=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #64787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64787F is #9B8780. Grayscale: #727272. Windows color (decimal): -10192769 or 8353892. OLE color: 8353892.
HSL color Cylindrical-coordinate representation of color #64787F: hue angle of 195.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64787F is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 120 | 127 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.50 |
| HSL | 195.56º | 0.12% | 0.45% | - |
| HSV(B) | 195.56º | 0.21% | 0.5% | - |
| XYZ | 15.8 | 17.67 | 22.66 | - |
| YUV | 114.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 127 | 0.21 | 0.06 | 0 | 0.50 | 195.56 | 0.12 | 0.45 |
| Hex | 64 | 78 | 7F | 15 | 6 | 0 | 32 | C4 | C | 2D |
| Octal | 144 | 170 | 177 | 25 | 6 | 0 | 62 | 304 | 14 | 55 |
| Binary | 1100100 | 1111000 | 1111111 | 10101 | 110 | 0 | 110010 | 11000100 | 1100 | 101101 |
Color Harmonies of #64787F
Complementary color
Monochromatic Colors of #64787F
Black with #64787F
Text Example
Text Example
White with #64787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64787F; }
p { color: rgb(100,120,127); }
H1.HeaderClassName
{
color: #64787F;
}
.AnyTagClassName
{
color: #64787F;
}
</style>
background-color css
<style>
a { background-color: #64787F; }
a { background-color: rgb(100,120,127); }
div.DivClassName
{
background-color: #64787F;
}
.BgClassName
{
background-color: #64787F;
}
</style>
border-color css
<style>
span { border-color: #64787F; }
span { border-color: rgb(100,120,127); }
td.TdClassName
{
border-color: #64787F;
}
.TagClassName
{
border-color: #64787F;
}
</style>