Shades of Blue Bayoux #65747A
Tints of Blue Bayoux #65747A
RGB
CMYK
RGB Variations
Color information
#65747A (or 0x65747A) is known color: Blue Bayoux. HEX triplet: 65, 74 and 7A. RGB value is (101,116,122). Sum of RGB (Red+Green+Blue) = 101+116+122=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #65747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65747A is #9A8B85. Grayscale: #707070. Windows color (decimal): -10128262 or 8025189. OLE color: 8025189.
HSL color Cylindrical-coordinate representation of color #65747A: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #65747A is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 116 | 122 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.52 |
| HSL | 197.14º | 0.09% | 0.44% | - |
| HSV(B) | 197.14º | 0.17% | 0.48% | - |
| XYZ | 15.13 | 16.66 | 20.83 | - |
| YUV | 112.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 122 | 0.17 | 0.05 | 0 | 0.52 | 197.14 | 0.09 | 0.44 |
| Hex | 65 | 74 | 7A | 11 | 5 | 0 | 34 | C5 | 9 | 2C |
| Octal | 145 | 164 | 172 | 21 | 5 | 0 | 64 | 305 | 11 | 54 |
| Binary | 1100101 | 1110100 | 1111010 | 10001 | 101 | 0 | 110100 | 11000101 | 1001 | 101100 |
Color Harmonies of #65747A
Complementary color
Monochromatic Colors of #65747A
Black with #65747A
Text Example
Text Example
White with #65747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65747A; }
p { color: rgb(101,116,122); }
H1.HeaderClassName
{
color: #65747A;
}
.AnyTagClassName
{
color: #65747A;
}
</style>
background-color css
<style>
a { background-color: #65747A; }
a { background-color: rgb(101,116,122); }
div.DivClassName
{
background-color: #65747A;
}
.BgClassName
{
background-color: #65747A;
}
</style>
border-color css
<style>
span { border-color: #65747A; }
span { border-color: rgb(101,116,122); }
td.TdClassName
{
border-color: #65747A;
}
.TagClassName
{
border-color: #65747A;
}
</style>