Shades of Blue Bayoux #65797B
Tints of Blue Bayoux #65797B
RGB
CMYK
RGB Variations
Color information
#65797B (or 0x65797B) is known color: Blue Bayoux. HEX triplet: 65, 79 and 7B. RGB value is (101,121,123). Sum of RGB (Red+Green+Blue) = 101+121+123=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 123 - color contains mainly: blue. Hex color #65797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65797B is #9A8684. Grayscale: #737373. Windows color (decimal): -10126981 or 8092005. OLE color: 8092005.
HSL color Cylindrical-coordinate representation of color #65797B: hue angle of 185.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #65797B is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 121 | 123 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.52 |
| HSL | 185.45º | 0.1% | 0.44% | - |
| HSV(B) | 185.45º | 0.18% | 0.48% | - |
| XYZ | 15.78 | 17.87 | 21.36 | - |
| YUV | 115.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 123 | 0.18 | 0.02 | 0 | 0.52 | 185.45 | 0.1 | 0.44 |
| Hex | 65 | 79 | 7B | 12 | 2 | 0 | 34 | B9 | A | 2C |
| Octal | 145 | 171 | 173 | 22 | 2 | 0 | 64 | 271 | 12 | 54 |
| Binary | 1100101 | 1111001 | 1111011 | 10010 | 10 | 0 | 110100 | 10111001 | 1010 | 101100 |
Color Harmonies of #65797B
Complementary color
Monochromatic Colors of #65797B
Black with #65797B
Text Example
Text Example
White with #65797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65797B; }
p { color: rgb(101,121,123); }
H1.HeaderClassName
{
color: #65797B;
}
.AnyTagClassName
{
color: #65797B;
}
</style>
background-color css
<style>
a { background-color: #65797B; }
a { background-color: rgb(101,121,123); }
div.DivClassName
{
background-color: #65797B;
}
.BgClassName
{
background-color: #65797B;
}
</style>
border-color css
<style>
span { border-color: #65797B; }
span { border-color: rgb(101,121,123); }
td.TdClassName
{
border-color: #65797B;
}
.TagClassName
{
border-color: #65797B;
}
</style>