Shades of Blue Bayoux #64767B
Tints of Blue Bayoux #64767B
RGB
CMYK
RGB Variations
Color information
#64767B (or 0x64767B) is known color: Blue Bayoux. HEX triplet: 64, 76 and 7B. RGB value is (100,118,123). Sum of RGB (Red+Green+Blue) = 100+118+123=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 123 - color contains mainly: blue. Hex color #64767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64767B is #9B8984. Grayscale: #717171. Windows color (decimal): -10193285 or 8091236. OLE color: 8091236.
HSL color Cylindrical-coordinate representation of color #64767B: hue angle of 193.04º 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 #64767B is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 118 | 123 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.52 |
| HSL | 193.04º | 0.1% | 0.44% | - |
| HSV(B) | 193.04º | 0.19% | 0.48% | - |
| XYZ | 15.31 | 17.1 | 21.23 | - |
| YUV | 113.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 123 | 0.19 | 0.04 | 0 | 0.52 | 193.04 | 0.1 | 0.44 |
| Hex | 64 | 76 | 7B | 13 | 4 | 0 | 34 | C1 | A | 2C |
| Octal | 144 | 166 | 173 | 23 | 4 | 0 | 64 | 301 | 12 | 54 |
| Binary | 1100100 | 1110110 | 1111011 | 10011 | 100 | 0 | 110100 | 11000001 | 1010 | 101100 |
Color Harmonies of #64767B
Complementary color
Monochromatic Colors of #64767B
Black with #64767B
Text Example
Text Example
White with #64767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64767B; }
p { color: rgb(100,118,123); }
H1.HeaderClassName
{
color: #64767B;
}
.AnyTagClassName
{
color: #64767B;
}
</style>
background-color css
<style>
a { background-color: #64767B; }
a { background-color: rgb(100,118,123); }
div.DivClassName
{
background-color: #64767B;
}
.BgClassName
{
background-color: #64767B;
}
</style>
border-color css
<style>
span { border-color: #64767B; }
span { border-color: rgb(100,118,123); }
td.TdClassName
{
border-color: #64767B;
}
.TagClassName
{
border-color: #64767B;
}
</style>