Shades of Blue Bayoux #657178
Tints of Blue Bayoux #657178
RGB
CMYK
RGB Variations
Color information
#657178 (or 0x657178) is known color: Blue Bayoux. HEX triplet: 65, 71 and 78. RGB value is (101,113,120). Sum of RGB (Red+Green+Blue) = 101+113+120=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 120 - color contains mainly: blue. Hex color #657178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657178 is #9A8E87. Grayscale: #6E6E6E. Windows color (decimal): -10129032 or 7893349. OLE color: 7893349.
HSL color Cylindrical-coordinate representation of color #657178: hue angle of 202.11º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #657178 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 113 | 120 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.53 |
| HSL | 202.11º | 0.09% | 0.43% | - |
| HSV(B) | 202.11º | 0.16% | 0.47% | - |
| XYZ | 14.66 | 15.93 | 20.07 | - |
| YUV | 110.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 120 | 0.16 | 0.06 | 0 | 0.53 | 202.11 | 0.09 | 0.43 |
| Hex | 65 | 71 | 78 | 10 | 6 | 0 | 35 | CA | 9 | 2B |
| Octal | 145 | 161 | 170 | 20 | 6 | 0 | 65 | 312 | 11 | 53 |
| Binary | 1100101 | 1110001 | 1111000 | 10000 | 110 | 0 | 110101 | 11001010 | 1001 | 101011 |
Color Harmonies of #657178
Complementary color
Monochromatic Colors of #657178
Black with #657178
Text Example
Text Example
White with #657178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657178; }
p { color: rgb(101,113,120); }
H1.HeaderClassName
{
color: #657178;
}
.AnyTagClassName
{
color: #657178;
}
</style>
background-color css
<style>
a { background-color: #657178; }
a { background-color: rgb(101,113,120); }
div.DivClassName
{
background-color: #657178;
}
.BgClassName
{
background-color: #657178;
}
</style>
border-color css
<style>
span { border-color: #657178; }
span { border-color: rgb(101,113,120); }
td.TdClassName
{
border-color: #657178;
}
.TagClassName
{
border-color: #657178;
}
</style>