Shades of Blue Bayoux #657A81
Tints of Blue Bayoux #657A81
RGB
CMYK
RGB Variations
Color information
#657A81 (or 0x657A81) is known color: Blue Bayoux. HEX triplet: 65, 7A and 81. RGB value is (101,122,129). Sum of RGB (Red+Green+Blue) = 101+122+129=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 129 - color contains mainly: blue. Hex color #657A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A81 is #9A857E. Grayscale: #747474. Windows color (decimal): -10126719 or 8485477. OLE color: 8485477.
HSL color Cylindrical-coordinate representation of color #657A81: hue angle of 195º 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 #657A81 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 122 | 129 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.49 |
| HSL | 195º | 0.12% | 0.45% | - |
| HSV(B) | 195º | 0.22% | 0.51% | - |
| XYZ | 16.29 | 18.27 | 23.44 | - |
| YUV | 116.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 129 | 0.22 | 0.05 | 0 | 0.49 | 195 | 0.12 | 0.45 |
| Hex | 65 | 7A | 81 | 16 | 5 | 0 | 31 | C3 | C | 2D |
| Octal | 145 | 172 | 201 | 26 | 5 | 0 | 61 | 303 | 14 | 55 |
| Binary | 1100101 | 1111010 | 10000001 | 10110 | 101 | 0 | 110001 | 11000011 | 1100 | 101101 |
Color Harmonies of #657A81
Complementary color
Monochromatic Colors of #657A81
Black with #657A81
Text Example
Text Example
White with #657A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A81; }
p { color: rgb(101,122,129); }
H1.HeaderClassName
{
color: #657A81;
}
.AnyTagClassName
{
color: #657A81;
}
</style>
background-color css
<style>
a { background-color: #657A81; }
a { background-color: rgb(101,122,129); }
div.DivClassName
{
background-color: #657A81;
}
.BgClassName
{
background-color: #657A81;
}
</style>
border-color css
<style>
span { border-color: #657A81; }
span { border-color: rgb(101,122,129); }
td.TdClassName
{
border-color: #657A81;
}
.TagClassName
{
border-color: #657A81;
}
</style>