Shades of Blue Bayoux #65767B
Tints of Blue Bayoux #65767B
RGB
CMYK
RGB Variations
Color information
#65767B (or 0x65767B) is known color: Blue Bayoux. HEX triplet: 65, 76 and 7B. RGB value is (101,118,123). Sum of RGB (Red+Green+Blue) = 101+118+123=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: blue. Hex color #65767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65767B is #9A8984. Grayscale: #717171. Windows color (decimal): -10127749 or 8091237. OLE color: 8091237.
HSL color Cylindrical-coordinate representation of color #65767B: hue angle of 193.64º 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 #65767B is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 118 | 123 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.52 |
| HSL | 193.64º | 0.1% | 0.44% | - |
| HSV(B) | 193.64º | 0.18% | 0.48% | - |
| XYZ | 15.42 | 17.15 | 21.24 | - |
| YUV | 113.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 123 | 0.18 | 0.04 | 0 | 0.52 | 193.64 | 0.1 | 0.44 |
| Hex | 65 | 76 | 7B | 12 | 4 | 0 | 34 | C2 | A | 2C |
| Octal | 145 | 166 | 173 | 22 | 4 | 0 | 64 | 302 | 12 | 54 |
| Binary | 1100101 | 1110110 | 1111011 | 10010 | 100 | 0 | 110100 | 11000010 | 1010 | 101100 |
Color Harmonies of #65767B
Complementary color
Monochromatic Colors of #65767B
Black with #65767B
Text Example
Text Example
White with #65767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65767B; }
p { color: rgb(101,118,123); }
H1.HeaderClassName
{
color: #65767B;
}
.AnyTagClassName
{
color: #65767B;
}
</style>
background-color css
<style>
a { background-color: #65767B; }
a { background-color: rgb(101,118,123); }
div.DivClassName
{
background-color: #65767B;
}
.BgClassName
{
background-color: #65767B;
}
</style>
border-color css
<style>
span { border-color: #65767B; }
span { border-color: rgb(101,118,123); }
td.TdClassName
{
border-color: #65767B;
}
.TagClassName
{
border-color: #65767B;
}
</style>