Shades of Blue Bayoux #647881
Tints of Blue Bayoux #647881
RGB
CMYK
RGB Variations
Color information
#647881 (or 0x647881) is known color: Blue Bayoux. HEX triplet: 64, 78 and 81. RGB value is (100,120,129). Sum of RGB (Red+Green+Blue) = 100+120+129=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 129 - color contains mainly: blue. Hex color #647881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647881 is #9B877E. Grayscale: #727272. Windows color (decimal): -10192767 or 8484964. OLE color: 8484964.
HSL color Cylindrical-coordinate representation of color #647881: hue angle of 198.62º 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 #647881 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 120 | 129 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.49 |
| HSL | 198.62º | 0.13% | 0.45% | - |
| HSV(B) | 198.62º | 0.22% | 0.51% | - |
| XYZ | 15.93 | 17.73 | 23.35 | - |
| YUV | 115.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 129 | 0.22 | 0.07 | 0 | 0.49 | 198.62 | 0.13 | 0.45 |
| Hex | 64 | 78 | 81 | 16 | 7 | 0 | 31 | C7 | D | 2D |
| Octal | 144 | 170 | 201 | 26 | 7 | 0 | 61 | 307 | 15 | 55 |
| Binary | 1100100 | 1111000 | 10000001 | 10110 | 111 | 0 | 110001 | 11000111 | 1101 | 101101 |
Color Harmonies of #647881
Complementary color
Monochromatic Colors of #647881
Black with #647881
Text Example
Text Example
White with #647881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647881; }
p { color: rgb(100,120,129); }
H1.HeaderClassName
{
color: #647881;
}
.AnyTagClassName
{
color: #647881;
}
</style>
background-color css
<style>
a { background-color: #647881; }
a { background-color: rgb(100,120,129); }
div.DivClassName
{
background-color: #647881;
}
.BgClassName
{
background-color: #647881;
}
</style>
border-color css
<style>
span { border-color: #647881; }
span { border-color: rgb(100,120,129); }
td.TdClassName
{
border-color: #647881;
}
.TagClassName
{
border-color: #647881;
}
</style>