Shades of Blue Bayoux #64787A
Tints of Blue Bayoux #64787A
RGB
CMYK
RGB Variations
Color information
#64787A (or 0x64787A) is known color: Blue Bayoux. HEX triplet: 64, 78 and 7A. RGB value is (100,120,122). Sum of RGB (Red+Green+Blue) = 100+120+122=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 122 - color contains mainly: blue. Hex color #64787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64787A is #9B8785. Grayscale: #727272. Windows color (decimal): -10192774 or 8026212. OLE color: 8026212.
HSL color Cylindrical-coordinate representation of color #64787A: hue angle of 185.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #64787A is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 120 | 122 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.52 |
| HSL | 185.45º | 0.1% | 0.44% | - |
| HSV(B) | 185.45º | 0.18% | 0.48% | - |
| XYZ | 15.48 | 17.55 | 20.98 | - |
| YUV | 114.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 122 | 0.18 | 0.02 | 0 | 0.52 | 185.45 | 0.1 | 0.44 |
| Hex | 64 | 78 | 7A | 12 | 2 | 0 | 34 | B9 | A | 2C |
| Octal | 144 | 170 | 172 | 22 | 2 | 0 | 64 | 271 | 12 | 54 |
| Binary | 1100100 | 1111000 | 1111010 | 10010 | 10 | 0 | 110100 | 10111001 | 1010 | 101100 |
Color Harmonies of #64787A
Complementary color
Monochromatic Colors of #64787A
Black with #64787A
Text Example
Text Example
White with #64787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64787A; }
p { color: rgb(100,120,122); }
H1.HeaderClassName
{
color: #64787A;
}
.AnyTagClassName
{
color: #64787A;
}
</style>
background-color css
<style>
a { background-color: #64787A; }
a { background-color: rgb(100,120,122); }
div.DivClassName
{
background-color: #64787A;
}
.BgClassName
{
background-color: #64787A;
}
</style>
border-color css
<style>
span { border-color: #64787A; }
span { border-color: rgb(100,120,122); }
td.TdClassName
{
border-color: #64787A;
}
.TagClassName
{
border-color: #64787A;
}
</style>