Shades of Blue Bayoux #647C81
Tints of Blue Bayoux #647C81
RGB
CMYK
RGB Variations
Color information
#647C81 (or 0x647C81) is known color: Blue Bayoux. HEX triplet: 64, 7C and 81. RGB value is (100,124,129). Sum of RGB (Red+Green+Blue) = 100+124+129=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 129 - color contains mainly: blue. Hex color #647C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C81 is #9B837E. Grayscale: #757575. Windows color (decimal): -10191743 or 8485988. OLE color: 8485988.
HSL color Cylindrical-coordinate representation of color #647C81: hue angle of 190.34º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #647C81 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 124 | 129 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.49 |
| HSL | 190.34º | 0.13% | 0.45% | - |
| HSV(B) | 190.34º | 0.22% | 0.51% | - |
| XYZ | 16.43 | 18.71 | 23.51 | - |
| YUV | 117.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 129 | 0.22 | 0.04 | 0 | 0.49 | 190.34 | 0.13 | 0.45 |
| Hex | 64 | 7C | 81 | 16 | 4 | 0 | 31 | BE | D | 2D |
| Octal | 144 | 174 | 201 | 26 | 4 | 0 | 61 | 276 | 15 | 55 |
| Binary | 1100100 | 1111100 | 10000001 | 10110 | 100 | 0 | 110001 | 10111110 | 1101 | 101101 |
Color Harmonies of #647C81
Complementary color
Monochromatic Colors of #647C81
Black with #647C81
Text Example
Text Example
White with #647C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C81; }
p { color: rgb(100,124,129); }
H1.HeaderClassName
{
color: #647C81;
}
.AnyTagClassName
{
color: #647C81;
}
</style>
background-color css
<style>
a { background-color: #647C81; }
a { background-color: rgb(100,124,129); }
div.DivClassName
{
background-color: #647C81;
}
.BgClassName
{
background-color: #647C81;
}
</style>
border-color css
<style>
span { border-color: #647C81; }
span { border-color: rgb(100,124,129); }
td.TdClassName
{
border-color: #647C81;
}
.TagClassName
{
border-color: #647C81;
}
</style>