Shades of Blue Bayoux #65787B
Tints of Blue Bayoux #65787B
RGB
CMYK
RGB Variations
Color information
#65787B (or 0x65787B) is known color: Blue Bayoux. HEX triplet: 65, 78 and 7B. RGB value is (101,120,123). Sum of RGB (Red+Green+Blue) = 101+120+123=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #65787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65787B is #9A8784. Grayscale: #727272. Windows color (decimal): -10127237 or 8091749. OLE color: 8091749.
HSL color Cylindrical-coordinate representation of color #65787B: hue angle of 188.18º 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 #65787B is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 120 | 123 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.52 |
| HSL | 188.18º | 0.1% | 0.44% | - |
| HSV(B) | 188.18º | 0.18% | 0.48% | - |
| XYZ | 15.66 | 17.63 | 21.32 | - |
| YUV | 114.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 123 | 0.18 | 0.02 | 0 | 0.52 | 188.18 | 0.1 | 0.44 |
| Hex | 65 | 78 | 7B | 12 | 2 | 0 | 34 | BC | A | 2C |
| Octal | 145 | 170 | 173 | 22 | 2 | 0 | 64 | 274 | 12 | 54 |
| Binary | 1100101 | 1111000 | 1111011 | 10010 | 10 | 0 | 110100 | 10111100 | 1010 | 101100 |
Color Harmonies of #65787B
Complementary color
Monochromatic Colors of #65787B
Black with #65787B
Text Example
Text Example
White with #65787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65787B; }
p { color: rgb(101,120,123); }
H1.HeaderClassName
{
color: #65787B;
}
.AnyTagClassName
{
color: #65787B;
}
</style>
background-color css
<style>
a { background-color: #65787B; }
a { background-color: rgb(101,120,123); }
div.DivClassName
{
background-color: #65787B;
}
.BgClassName
{
background-color: #65787B;
}
</style>
border-color css
<style>
span { border-color: #65787B; }
span { border-color: rgb(101,120,123); }
td.TdClassName
{
border-color: #65787B;
}
.TagClassName
{
border-color: #65787B;
}
</style>