Shades of Blue Bayoux #64787D
Tints of Blue Bayoux #64787D
RGB
CMYK
RGB Variations
Color information
#64787D (or 0x64787D) is known color: Blue Bayoux. HEX triplet: 64, 78 and 7D. RGB value is (100,120,125). Sum of RGB (Red+Green+Blue) = 100+120+125=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 125 - color contains mainly: blue. Hex color #64787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64787D is #9B8782. Grayscale: #727272. Windows color (decimal): -10192771 or 8222820. OLE color: 8222820.
HSL color Cylindrical-coordinate representation of color #64787D: hue angle of 192º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64787D is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 120 | 125 | - |
| CMYK | 0.2 | 0.04 | 0 | 0.51 |
| HSL | 192º | 0.11% | 0.44% | - |
| HSV(B) | 192º | 0.2% | 0.49% | - |
| XYZ | 15.67 | 17.62 | 21.98 | - |
| YUV | 114.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 125 | 0.2 | 0.04 | 0 | 0.51 | 192 | 0.11 | 0.44 |
| Hex | 64 | 78 | 7D | 14 | 4 | 0 | 33 | C0 | B | 2C |
| Octal | 144 | 170 | 175 | 24 | 4 | 0 | 63 | 300 | 13 | 54 |
| Binary | 1100100 | 1111000 | 1111101 | 10100 | 100 | 0 | 110011 | 11000000 | 1011 | 101100 |
Color Harmonies of #64787D
Complementary color
Monochromatic Colors of #64787D
Black with #64787D
Text Example
Text Example
White with #64787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64787D; }
p { color: rgb(100,120,125); }
H1.HeaderClassName
{
color: #64787D;
}
.AnyTagClassName
{
color: #64787D;
}
</style>
background-color css
<style>
a { background-color: #64787D; }
a { background-color: rgb(100,120,125); }
div.DivClassName
{
background-color: #64787D;
}
.BgClassName
{
background-color: #64787D;
}
</style>
border-color css
<style>
span { border-color: #64787D; }
span { border-color: rgb(100,120,125); }
td.TdClassName
{
border-color: #64787D;
}
.TagClassName
{
border-color: #64787D;
}
</style>