Shades of Blue Bayoux #64767A
Tints of Blue Bayoux #64767A
RGB
CMYK
RGB Variations
Color information
#64767A (or 0x64767A) is known color: Blue Bayoux. HEX triplet: 64, 76 and 7A. RGB value is (100,118,122). Sum of RGB (Red+Green+Blue) = 100+118+122=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 122 - color contains mainly: blue. Hex color #64767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64767A is #9B8985. Grayscale: #717171. Windows color (decimal): -10193286 or 8025700. OLE color: 8025700.
HSL color Cylindrical-coordinate representation of color #64767A: hue angle of 190.91º 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 #64767A is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 118 | 122 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.52 |
| HSL | 190.91º | 0.1% | 0.44% | - |
| HSV(B) | 190.91º | 0.18% | 0.48% | - |
| XYZ | 15.25 | 17.07 | 20.9 | - |
| YUV | 113.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 122 | 0.18 | 0.03 | 0 | 0.52 | 190.91 | 0.1 | 0.44 |
| Hex | 64 | 76 | 7A | 12 | 3 | 0 | 34 | BF | A | 2C |
| Octal | 144 | 166 | 172 | 22 | 3 | 0 | 64 | 277 | 12 | 54 |
| Binary | 1100100 | 1110110 | 1111010 | 10010 | 11 | 0 | 110100 | 10111111 | 1010 | 101100 |
Color Harmonies of #64767A
Complementary color
Monochromatic Colors of #64767A
Black with #64767A
Text Example
Text Example
White with #64767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64767A; }
p { color: rgb(100,118,122); }
H1.HeaderClassName
{
color: #64767A;
}
.AnyTagClassName
{
color: #64767A;
}
</style>
background-color css
<style>
a { background-color: #64767A; }
a { background-color: rgb(100,118,122); }
div.DivClassName
{
background-color: #64767A;
}
.BgClassName
{
background-color: #64767A;
}
</style>
border-color css
<style>
span { border-color: #64767A; }
span { border-color: rgb(100,118,122); }
td.TdClassName
{
border-color: #64767A;
}
.TagClassName
{
border-color: #64767A;
}
</style>