Shades of Blue Bayoux #657A7D
Tints of Blue Bayoux #657A7D
RGB
CMYK
RGB Variations
Color information
#657A7D (or 0x657A7D) is known color: Blue Bayoux. HEX triplet: 65, 7A and 7D. RGB value is (101,122,125). Sum of RGB (Red+Green+Blue) = 101+122+125=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 125 - color contains mainly: blue. Hex color #657A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657A7D is #9A8582. Grayscale: #747474. Windows color (decimal): -10126723 or 8223333. OLE color: 8223333.
HSL color Cylindrical-coordinate representation of color #657A7D: hue angle of 187.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #657A7D is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 122 | 125 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.51 |
| HSL | 187.5º | 0.11% | 0.44% | - |
| HSV(B) | 187.5º | 0.19% | 0.49% | - |
| XYZ | 16.03 | 18.17 | 22.06 | - |
| YUV | 116.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 125 | 0.19 | 0.02 | 0 | 0.51 | 187.5 | 0.11 | 0.44 |
| Hex | 65 | 7A | 7D | 13 | 2 | 0 | 33 | BC | B | 2C |
| Octal | 145 | 172 | 175 | 23 | 2 | 0 | 63 | 274 | 13 | 54 |
| Binary | 1100101 | 1111010 | 1111101 | 10011 | 10 | 0 | 110011 | 10111100 | 1011 | 101100 |
Color Harmonies of #657A7D
Complementary color
Monochromatic Colors of #657A7D
Black with #657A7D
Text Example
Text Example
White with #657A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A7D; }
p { color: rgb(101,122,125); }
H1.HeaderClassName
{
color: #657A7D;
}
.AnyTagClassName
{
color: #657A7D;
}
</style>
background-color css
<style>
a { background-color: #657A7D; }
a { background-color: rgb(101,122,125); }
div.DivClassName
{
background-color: #657A7D;
}
.BgClassName
{
background-color: #657A7D;
}
</style>
border-color css
<style>
span { border-color: #657A7D; }
span { border-color: rgb(101,122,125); }
td.TdClassName
{
border-color: #657A7D;
}
.TagClassName
{
border-color: #657A7D;
}
</style>