Shades of Blue Bayoux #64727B
Tints of Blue Bayoux #64727B
RGB
CMYK
RGB Variations
Color information
#64727B (or 0x64727B) is known color: Blue Bayoux. HEX triplet: 64, 72 and 7B. RGB value is (100,114,123). Sum of RGB (Red+Green+Blue) = 100+114+123=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #64727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64727B is #9B8D84. Grayscale: #6E6E6E. Windows color (decimal): -10194309 or 8090212. OLE color: 8090212.
HSL color Cylindrical-coordinate representation of color #64727B: hue angle of 203.48º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64727B is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 114 | 123 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.52 |
| HSL | 203.48º | 0.1% | 0.44% | - |
| HSV(B) | 203.48º | 0.19% | 0.48% | - |
| XYZ | 14.85 | 16.17 | 21.08 | - |
| YUV | 110.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 123 | 0.19 | 0.07 | 0 | 0.52 | 203.48 | 0.1 | 0.44 |
| Hex | 64 | 72 | 7B | 13 | 7 | 0 | 34 | CB | A | 2C |
| Octal | 144 | 162 | 173 | 23 | 7 | 0 | 64 | 313 | 12 | 54 |
| Binary | 1100100 | 1110010 | 1111011 | 10011 | 111 | 0 | 110100 | 11001011 | 1010 | 101100 |
Color Harmonies of #64727B
Complementary color
Monochromatic Colors of #64727B
Black with #64727B
Text Example
Text Example
White with #64727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64727B; }
p { color: rgb(100,114,123); }
H1.HeaderClassName
{
color: #64727B;
}
.AnyTagClassName
{
color: #64727B;
}
</style>
background-color css
<style>
a { background-color: #64727B; }
a { background-color: rgb(100,114,123); }
div.DivClassName
{
background-color: #64727B;
}
.BgClassName
{
background-color: #64727B;
}
</style>
border-color css
<style>
span { border-color: #64727B; }
span { border-color: rgb(100,114,123); }
td.TdClassName
{
border-color: #64727B;
}
.TagClassName
{
border-color: #64727B;
}
</style>