Shades of Blue Bayoux #64767E
Tints of Blue Bayoux #64767E
RGB
CMYK
RGB Variations
Color information
#64767E (or 0x64767E) is known color: Blue Bayoux. HEX triplet: 64, 76 and 7E. RGB value is (100,118,126). Sum of RGB (Red+Green+Blue) = 100+118+126=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 126 - color contains mainly: blue. Hex color #64767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64767E is #9B8981. Grayscale: #717171. Windows color (decimal): -10193282 or 8287844. OLE color: 8287844.
HSL color Cylindrical-coordinate representation of color #64767E: hue angle of 198.46º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64767E is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 118 | 126 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.51 |
| HSL | 198.46º | 0.12% | 0.44% | - |
| HSV(B) | 198.46º | 0.21% | 0.49% | - |
| XYZ | 15.5 | 17.17 | 22.24 | - |
| YUV | 113.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 126 | 0.21 | 0.06 | 0 | 0.51 | 198.46 | 0.12 | 0.44 |
| Hex | 64 | 76 | 7E | 15 | 6 | 0 | 33 | C6 | C | 2C |
| Octal | 144 | 166 | 176 | 25 | 6 | 0 | 63 | 306 | 14 | 54 |
| Binary | 1100100 | 1110110 | 1111110 | 10101 | 110 | 0 | 110011 | 11000110 | 1100 | 101100 |
Color Harmonies of #64767E
Complementary color
Monochromatic Colors of #64767E
Black with #64767E
Text Example
Text Example
White with #64767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64767E; }
p { color: rgb(100,118,126); }
H1.HeaderClassName
{
color: #64767E;
}
.AnyTagClassName
{
color: #64767E;
}
</style>
background-color css
<style>
a { background-color: #64767E; }
a { background-color: rgb(100,118,126); }
div.DivClassName
{
background-color: #64767E;
}
.BgClassName
{
background-color: #64767E;
}
</style>
border-color css
<style>
span { border-color: #64767E; }
span { border-color: rgb(100,118,126); }
td.TdClassName
{
border-color: #64767E;
}
.TagClassName
{
border-color: #64767E;
}
</style>