Shades of Blue Bayoux #64757B
Tints of Blue Bayoux #64757B
RGB
CMYK
RGB Variations
Color information
#64757B (or 0x64757B) is known color: Blue Bayoux. HEX triplet: 64, 75 and 7B. RGB value is (100,117,123). Sum of RGB (Red+Green+Blue) = 100+117+123=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 123 - color contains mainly: blue. Hex color #64757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64757B is #9B8A84. Grayscale: #707070. Windows color (decimal): -10193541 or 8090980. OLE color: 8090980.
HSL color Cylindrical-coordinate representation of color #64757B: hue angle of 195.65º 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 #64757B is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 117 | 123 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.52 |
| HSL | 195.65º | 0.1% | 0.44% | - |
| HSV(B) | 195.65º | 0.19% | 0.48% | - |
| XYZ | 15.19 | 16.86 | 21.19 | - |
| YUV | 112.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 117 | 123 | 0.19 | 0.05 | 0 | 0.52 | 195.65 | 0.1 | 0.44 |
| Hex | 64 | 75 | 7B | 13 | 5 | 0 | 34 | C4 | A | 2C |
| Octal | 144 | 165 | 173 | 23 | 5 | 0 | 64 | 304 | 12 | 54 |
| Binary | 1100100 | 1110101 | 1111011 | 10011 | 101 | 0 | 110100 | 11000100 | 1010 | 101100 |
Color Harmonies of #64757B
Complementary color
Monochromatic Colors of #64757B
Black with #64757B
Text Example
Text Example
White with #64757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64757B; }
p { color: rgb(100,117,123); }
H1.HeaderClassName
{
color: #64757B;
}
.AnyTagClassName
{
color: #64757B;
}
</style>
background-color css
<style>
a { background-color: #64757B; }
a { background-color: rgb(100,117,123); }
div.DivClassName
{
background-color: #64757B;
}
.BgClassName
{
background-color: #64757B;
}
</style>
border-color css
<style>
span { border-color: #64757B; }
span { border-color: rgb(100,117,123); }
td.TdClassName
{
border-color: #64757B;
}
.TagClassName
{
border-color: #64757B;
}
</style>