Shades of Blue Bayoux #647981
Tints of Blue Bayoux #647981
RGB
CMYK
RGB Variations
Color information
#647981 (or 0x647981) is known color: Blue Bayoux. HEX triplet: 64, 79 and 81. RGB value is (100,121,129). Sum of RGB (Red+Green+Blue) = 100+121+129=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 129 - color contains mainly: blue. Hex color #647981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647981 is #9B867E. Grayscale: #737373. Windows color (decimal): -10192511 or 8485220. OLE color: 8485220.
HSL color Cylindrical-coordinate representation of color #647981: hue angle of 196.55º 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 #647981 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 121 | 129 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.49 |
| HSL | 196.55º | 0.13% | 0.45% | - |
| HSV(B) | 196.55º | 0.22% | 0.51% | - |
| XYZ | 16.06 | 17.97 | 23.39 | - |
| YUV | 115.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 129 | 0.22 | 0.06 | 0 | 0.49 | 196.55 | 0.13 | 0.45 |
| Hex | 64 | 79 | 81 | 16 | 6 | 0 | 31 | C5 | D | 2D |
| Octal | 144 | 171 | 201 | 26 | 6 | 0 | 61 | 305 | 15 | 55 |
| Binary | 1100100 | 1111001 | 10000001 | 10110 | 110 | 0 | 110001 | 11000101 | 1101 | 101101 |
Color Harmonies of #647981
Complementary color
Monochromatic Colors of #647981
Black with #647981
Text Example
Text Example
White with #647981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647981; }
p { color: rgb(100,121,129); }
H1.HeaderClassName
{
color: #647981;
}
.AnyTagClassName
{
color: #647981;
}
</style>
background-color css
<style>
a { background-color: #647981; }
a { background-color: rgb(100,121,129); }
div.DivClassName
{
background-color: #647981;
}
.BgClassName
{
background-color: #647981;
}
</style>
border-color css
<style>
span { border-color: #647981; }
span { border-color: rgb(100,121,129); }
td.TdClassName
{
border-color: #647981;
}
.TagClassName
{
border-color: #647981;
}
</style>