Shades of Blue Bayoux #6B777A
Tints of Blue Bayoux #6B777A
RGB
CMYK
RGB Variations
Color information
#6B777A (or 0x6B777A) is known color: Blue Bayoux. HEX triplet: 6B, 77 and 7A. RGB value is (107,119,122). Sum of RGB (Red+Green+Blue) = 107+119+122=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B777A is #948885. Grayscale: #737373. Windows color (decimal): -9734278 or 8025963. OLE color: 8025963.
HSL color Cylindrical-coordinate representation of color #6B777A: hue angle of 192º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B777A is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 119 | 122 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.52 |
| HSL | 192º | 0.07% | 0.45% | - |
| HSV(B) | 192º | 0.12% | 0.48% | - |
| XYZ | 16.17 | 17.72 | 20.98 | - |
| YUV | 115.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 122 | 0.12 | 0.02 | 0 | 0.52 | 192 | 0.07 | 0.45 |
| Hex | 6B | 77 | 7A | C | 2 | 0 | 34 | C0 | 7 | 2D |
| Octal | 153 | 167 | 172 | 14 | 2 | 0 | 64 | 300 | 7 | 55 |
| Binary | 1101011 | 1110111 | 1111010 | 1100 | 10 | 0 | 110100 | 11000000 | 111 | 101101 |
Color Harmonies of #6B777A
Complementary color
Monochromatic Colors of #6B777A
Black with #6B777A
Text Example
Text Example
White with #6B777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B777A; }
p { color: rgb(107,119,122); }
H1.HeaderClassName
{
color: #6B777A;
}
.AnyTagClassName
{
color: #6B777A;
}
</style>
background-color css
<style>
a { background-color: #6B777A; }
a { background-color: rgb(107,119,122); }
div.DivClassName
{
background-color: #6B777A;
}
.BgClassName
{
background-color: #6B777A;
}
</style>
border-color css
<style>
span { border-color: #6B777A; }
span { border-color: rgb(107,119,122); }
td.TdClassName
{
border-color: #6B777A;
}
.TagClassName
{
border-color: #6B777A;
}
</style>