Shades of Blue Bayoux #64737A
Tints of Blue Bayoux #64737A
RGB
CMYK
RGB Variations
Color information
#64737A (or 0x64737A) is known color: Blue Bayoux. HEX triplet: 64, 73 and 7A. RGB value is (100,115,122). Sum of RGB (Red+Green+Blue) = 100+115+122=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #64737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64737A is #9B8C85. Grayscale: #6F6F6F. Windows color (decimal): -10194054 or 8024932. OLE color: 8024932.
HSL color Cylindrical-coordinate representation of color #64737A: hue angle of 199.09º 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 #64737A is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 115 | 122 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.52 |
| HSL | 199.09º | 0.1% | 0.44% | - |
| HSV(B) | 199.09º | 0.18% | 0.48% | - |
| XYZ | 14.9 | 16.38 | 20.79 | - |
| YUV | 111.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 122 | 0.18 | 0.06 | 0 | 0.52 | 199.09 | 0.1 | 0.44 |
| Hex | 64 | 73 | 7A | 12 | 6 | 0 | 34 | C7 | A | 2C |
| Octal | 144 | 163 | 172 | 22 | 6 | 0 | 64 | 307 | 12 | 54 |
| Binary | 1100100 | 1110011 | 1111010 | 10010 | 110 | 0 | 110100 | 11000111 | 1010 | 101100 |
Color Harmonies of #64737A
Complementary color
Monochromatic Colors of #64737A
Black with #64737A
Text Example
Text Example
White with #64737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64737A; }
p { color: rgb(100,115,122); }
H1.HeaderClassName
{
color: #64737A;
}
.AnyTagClassName
{
color: #64737A;
}
</style>
background-color css
<style>
a { background-color: #64737A; }
a { background-color: rgb(100,115,122); }
div.DivClassName
{
background-color: #64737A;
}
.BgClassName
{
background-color: #64737A;
}
</style>
border-color css
<style>
span { border-color: #64737A; }
span { border-color: rgb(100,115,122); }
td.TdClassName
{
border-color: #64737A;
}
.TagClassName
{
border-color: #64737A;
}
</style>