Shades of Blue Bayoux #64737C
Tints of Blue Bayoux #64737C
RGB
CMYK
RGB Variations
Color information
#64737C (or 0x64737C) is known color: Blue Bayoux. HEX triplet: 64, 73 and 7C. RGB value is (100,115,124). Sum of RGB (Red+Green+Blue) = 100+115+124=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #64737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64737C is #9B8C83. Grayscale: #6F6F6F. Windows color (decimal): -10194052 or 8156004. OLE color: 8156004.
HSL color Cylindrical-coordinate representation of color #64737C: hue angle of 202.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 #64737C is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 115 | 124 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.51 |
| HSL | 202.5º | 0.11% | 0.44% | - |
| HSV(B) | 202.5º | 0.19% | 0.49% | - |
| XYZ | 15.02 | 16.43 | 21.45 | - |
| YUV | 111.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 124 | 0.19 | 0.07 | 0 | 0.51 | 202.5 | 0.11 | 0.44 |
| Hex | 64 | 73 | 7C | 13 | 7 | 0 | 33 | CA | B | 2C |
| Octal | 144 | 163 | 174 | 23 | 7 | 0 | 63 | 312 | 13 | 54 |
| Binary | 1100100 | 1110011 | 1111100 | 10011 | 111 | 0 | 110011 | 11001010 | 1011 | 101100 |
Color Harmonies of #64737C
Complementary color
Monochromatic Colors of #64737C
Black with #64737C
Text Example
Text Example
White with #64737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64737C; }
p { color: rgb(100,115,124); }
H1.HeaderClassName
{
color: #64737C;
}
.AnyTagClassName
{
color: #64737C;
}
</style>
background-color css
<style>
a { background-color: #64737C; }
a { background-color: rgb(100,115,124); }
div.DivClassName
{
background-color: #64737C;
}
.BgClassName
{
background-color: #64737C;
}
</style>
border-color css
<style>
span { border-color: #64737C; }
span { border-color: rgb(100,115,124); }
td.TdClassName
{
border-color: #64737C;
}
.TagClassName
{
border-color: #64737C;
}
</style>