Shades of Blue Bayoux #64747C
Tints of Blue Bayoux #64747C
RGB
CMYK
RGB Variations
Color information
#64747C (or 0x64747C) is known color: Blue Bayoux. HEX triplet: 64, 74 and 7C. RGB value is (100,116,124). Sum of RGB (Red+Green+Blue) = 100+116+124=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #64747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64747C is #9B8B83. Grayscale: #707070. Windows color (decimal): -10193796 or 8156260. OLE color: 8156260.
HSL color Cylindrical-coordinate representation of color #64747C: hue angle of 200º 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 #64747C is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 116 | 124 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.51 |
| HSL | 200º | 0.11% | 0.44% | - |
| HSV(B) | 200º | 0.19% | 0.49% | - |
| XYZ | 15.14 | 16.66 | 21.49 | - |
| YUV | 112.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 116 | 124 | 0.19 | 0.06 | 0 | 0.51 | 200 | 0.11 | 0.44 |
| Hex | 64 | 74 | 7C | 13 | 6 | 0 | 33 | C8 | B | 2C |
| Octal | 144 | 164 | 174 | 23 | 6 | 0 | 63 | 310 | 13 | 54 |
| Binary | 1100100 | 1110100 | 1111100 | 10011 | 110 | 0 | 110011 | 11001000 | 1011 | 101100 |
Color Harmonies of #64747C
Complementary color
Monochromatic Colors of #64747C
Black with #64747C
Text Example
Text Example
White with #64747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64747C; }
p { color: rgb(100,116,124); }
H1.HeaderClassName
{
color: #64747C;
}
.AnyTagClassName
{
color: #64747C;
}
</style>
background-color css
<style>
a { background-color: #64747C; }
a { background-color: rgb(100,116,124); }
div.DivClassName
{
background-color: #64747C;
}
.BgClassName
{
background-color: #64747C;
}
</style>
border-color css
<style>
span { border-color: #64747C; }
span { border-color: rgb(100,116,124); }
td.TdClassName
{
border-color: #64747C;
}
.TagClassName
{
border-color: #64747C;
}
</style>