Shades of Blue Bayoux #647A7D
Tints of Blue Bayoux #647A7D
RGB
CMYK
RGB Variations
Color information
#647A7D (or 0x647A7D) is known color: Blue Bayoux. HEX triplet: 64, 7A and 7D. RGB value is (100,122,125). Sum of RGB (Red+Green+Blue) = 100+122+125=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: blue. Hex color #647A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A7D is #9B8582. Grayscale: #737373. Windows color (decimal): -10192259 or 8223332. OLE color: 8223332.
HSL color Cylindrical-coordinate representation of color #647A7D: hue angle of 187.2º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #647A7D is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 122 | 125 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.51 |
| HSL | 187.2º | 0.11% | 0.44% | - |
| HSV(B) | 187.2º | 0.2% | 0.49% | - |
| XYZ | 15.92 | 18.11 | 22.06 | - |
| YUV | 115.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 125 | 0.2 | 0.02 | 0 | 0.51 | 187.2 | 0.11 | 0.44 |
| Hex | 64 | 7A | 7D | 14 | 2 | 0 | 33 | BB | B | 2C |
| Octal | 144 | 172 | 175 | 24 | 2 | 0 | 63 | 273 | 13 | 54 |
| Binary | 1100100 | 1111010 | 1111101 | 10100 | 10 | 0 | 110011 | 10111011 | 1011 | 101100 |
Color Harmonies of #647A7D
Complementary color
Monochromatic Colors of #647A7D
Black with #647A7D
Text Example
Text Example
White with #647A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A7D; }
p { color: rgb(100,122,125); }
H1.HeaderClassName
{
color: #647A7D;
}
.AnyTagClassName
{
color: #647A7D;
}
</style>
background-color css
<style>
a { background-color: #647A7D; }
a { background-color: rgb(100,122,125); }
div.DivClassName
{
background-color: #647A7D;
}
.BgClassName
{
background-color: #647A7D;
}
</style>
border-color css
<style>
span { border-color: #647A7D; }
span { border-color: rgb(100,122,125); }
td.TdClassName
{
border-color: #647A7D;
}
.TagClassName
{
border-color: #647A7D;
}
</style>