Shades of Blue Bayoux #647B7D
Tints of Blue Bayoux #647B7D
RGB
CMYK
RGB Variations
Color information
#647B7D (or 0x647B7D) is known color: Blue Bayoux. HEX triplet: 64, 7B and 7D. RGB value is (100,123,125). Sum of RGB (Red+Green+Blue) = 100+123+125=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 125 - color contains mainly: blue. Hex color #647B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647B7D is #9B8482. Grayscale: #747474. Windows color (decimal): -10192003 or 8223588. OLE color: 8223588.
HSL color Cylindrical-coordinate representation of color #647B7D: hue angle of 184.8º 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 #647B7D is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 123 | 125 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.51 |
| HSL | 184.8º | 0.11% | 0.44% | - |
| HSV(B) | 184.8º | 0.2% | 0.49% | - |
| XYZ | 16.04 | 18.36 | 22.1 | - |
| YUV | 116.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 125 | 0.2 | 0.02 | 0 | 0.51 | 184.8 | 0.11 | 0.44 |
| Hex | 64 | 7B | 7D | 14 | 2 | 0 | 33 | B9 | B | 2C |
| Octal | 144 | 173 | 175 | 24 | 2 | 0 | 63 | 271 | 13 | 54 |
| Binary | 1100100 | 1111011 | 1111101 | 10100 | 10 | 0 | 110011 | 10111001 | 1011 | 101100 |
Color Harmonies of #647B7D
Complementary color
Monochromatic Colors of #647B7D
Black with #647B7D
Text Example
Text Example
White with #647B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647B7D; }
p { color: rgb(100,123,125); }
H1.HeaderClassName
{
color: #647B7D;
}
.AnyTagClassName
{
color: #647B7D;
}
</style>
background-color css
<style>
a { background-color: #647B7D; }
a { background-color: rgb(100,123,125); }
div.DivClassName
{
background-color: #647B7D;
}
.BgClassName
{
background-color: #647B7D;
}
</style>
border-color css
<style>
span { border-color: #647B7D; }
span { border-color: rgb(100,123,125); }
td.TdClassName
{
border-color: #647B7D;
}
.TagClassName
{
border-color: #647B7D;
}
</style>