Shades of Blue Bayoux #657881
Tints of Blue Bayoux #657881
RGB
CMYK
RGB Variations
Color information
#657881 (or 0x657881) is known color: Blue Bayoux. HEX triplet: 65, 78 and 81. RGB value is (101,120,129). Sum of RGB (Red+Green+Blue) = 101+120+129=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 120 (47.27% from 255 or 34.29% 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 #657881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657881 is #9A877E. Grayscale: #737373. Windows color (decimal): -10127231 or 8484965. OLE color: 8484965.
HSL color Cylindrical-coordinate representation of color #657881: hue angle of 199.29º degrees, saturation: 0.12, 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 #657881 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 120 | 129 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.49 |
| HSL | 199.29º | 0.12% | 0.45% | - |
| HSV(B) | 199.29º | 0.22% | 0.51% | - |
| XYZ | 16.05 | 17.78 | 23.36 | - |
| YUV | 115.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 129 | 0.22 | 0.07 | 0 | 0.49 | 199.29 | 0.12 | 0.45 |
| Hex | 65 | 78 | 81 | 16 | 7 | 0 | 31 | C7 | C | 2D |
| Octal | 145 | 170 | 201 | 26 | 7 | 0 | 61 | 307 | 14 | 55 |
| Binary | 1100101 | 1111000 | 10000001 | 10110 | 111 | 0 | 110001 | 11000111 | 1100 | 101101 |
Color Harmonies of #657881
Complementary color
Monochromatic Colors of #657881
Black with #657881
Text Example
Text Example
White with #657881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657881; }
p { color: rgb(101,120,129); }
H1.HeaderClassName
{
color: #657881;
}
.AnyTagClassName
{
color: #657881;
}
</style>
background-color css
<style>
a { background-color: #657881; }
a { background-color: rgb(101,120,129); }
div.DivClassName
{
background-color: #657881;
}
.BgClassName
{
background-color: #657881;
}
</style>
border-color css
<style>
span { border-color: #657881; }
span { border-color: rgb(101,120,129); }
td.TdClassName
{
border-color: #657881;
}
.TagClassName
{
border-color: #657881;
}
</style>