Shades of Blue Bayoux #64757F
Tints of Blue Bayoux #64757F
RGB
CMYK
RGB Variations
Color information
#64757F (or 0x64757F) is known color: Blue Bayoux. HEX triplet: 64, 75 and 7F. RGB value is (100,117,127). Sum of RGB (Red+Green+Blue) = 100+117+127=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #64757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64757F is #9B8A80. Grayscale: #717171. Windows color (decimal): -10193537 or 8353124. OLE color: 8353124.
HSL color Cylindrical-coordinate representation of color #64757F: hue angle of 202.22º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64757F is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 117 | 127 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.50 |
| HSL | 202.22º | 0.12% | 0.45% | - |
| HSV(B) | 202.22º | 0.21% | 0.5% | - |
| XYZ | 15.45 | 16.96 | 22.54 | - |
| YUV | 113.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 117 | 127 | 0.21 | 0.08 | 0 | 0.50 | 202.22 | 0.12 | 0.45 |
| Hex | 64 | 75 | 7F | 15 | 8 | 0 | 32 | CA | C | 2D |
| Octal | 144 | 165 | 177 | 25 | 10 | 0 | 62 | 312 | 14 | 55 |
| Binary | 1100100 | 1110101 | 1111111 | 10101 | 1000 | 0 | 110010 | 11001010 | 1100 | 101101 |
Color Harmonies of #64757F
Complementary color
Monochromatic Colors of #64757F
Black with #64757F
Text Example
Text Example
White with #64757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64757F; }
p { color: rgb(100,117,127); }
H1.HeaderClassName
{
color: #64757F;
}
.AnyTagClassName
{
color: #64757F;
}
</style>
background-color css
<style>
a { background-color: #64757F; }
a { background-color: rgb(100,117,127); }
div.DivClassName
{
background-color: #64757F;
}
.BgClassName
{
background-color: #64757F;
}
</style>
border-color css
<style>
span { border-color: #64757F; }
span { border-color: rgb(100,117,127); }
td.TdClassName
{
border-color: #64757F;
}
.TagClassName
{
border-color: #64757F;
}
</style>