Shades of Blue Bayoux #6B7577
Tints of Blue Bayoux #6B7577
RGB
CMYK
RGB Variations
Color information
#6B7577 (or 0x6B7577) is known color: Blue Bayoux. HEX triplet: 6B, 75 and 77. RGB value is (107,117,119). Sum of RGB (Red+Green+Blue) = 107+117+119=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B7577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7577 is #948A88. Grayscale: #727272. Windows color (decimal): -9734793 or 7828843. OLE color: 7828843.
HSL color Cylindrical-coordinate representation of color #6B7577: hue angle of 190º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B7577 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 117 | 119 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.53 |
| HSL | 190º | 0.05% | 0.44% | - |
| HSV(B) | 190º | 0.1% | 0.47% | - |
| XYZ | 15.75 | 17.18 | 19.94 | - |
| YUV | 114.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 119 | 0.10 | 0.02 | 0 | 0.53 | 190 | 0.05 | 0.44 |
| Hex | 6B | 75 | 77 | A | 2 | 0 | 35 | BE | 5 | 2C |
| Octal | 153 | 165 | 167 | 12 | 2 | 0 | 65 | 276 | 5 | 54 |
| Binary | 1101011 | 1110101 | 1110111 | 1010 | 10 | 0 | 110101 | 10111110 | 101 | 101100 |
Color Harmonies of #6B7577
Complementary color
Monochromatic Colors of #6B7577
Black with #6B7577
Text Example
Text Example
White with #6B7577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7577; }
p { color: rgb(107,117,119); }
H1.HeaderClassName
{
color: #6B7577;
}
.AnyTagClassName
{
color: #6B7577;
}
</style>
background-color css
<style>
a { background-color: #6B7577; }
a { background-color: rgb(107,117,119); }
div.DivClassName
{
background-color: #6B7577;
}
.BgClassName
{
background-color: #6B7577;
}
</style>
border-color css
<style>
span { border-color: #6B7577; }
span { border-color: rgb(107,117,119); }
td.TdClassName
{
border-color: #6B7577;
}
.TagClassName
{
border-color: #6B7577;
}
</style>