Shades of Blue Bayoux #6B7477
Tints of Blue Bayoux #6B7477
RGB
CMYK
RGB Variations
Color information
#6B7477 (or 0x6B7477) is known color: Blue Bayoux. HEX triplet: 6B, 74 and 77. RGB value is (107,116,119). Sum of RGB (Red+Green+Blue) = 107+116+119=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B7477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7477 is #948B88. Grayscale: #717171. Windows color (decimal): -9735049 or 7828587. OLE color: 7828587.
HSL color Cylindrical-coordinate representation of color #6B7477: hue angle of 195º 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 #6B7477 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 116 | 119 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.53 |
| HSL | 195º | 0.05% | 0.44% | - |
| HSV(B) | 195º | 0.1% | 0.47% | - |
| XYZ | 15.64 | 16.95 | 19.9 | - |
| YUV | 113.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 119 | 0.10 | 0.03 | 0 | 0.53 | 195 | 0.05 | 0.44 |
| Hex | 6B | 74 | 77 | A | 3 | 0 | 35 | C3 | 5 | 2C |
| Octal | 153 | 164 | 167 | 12 | 3 | 0 | 65 | 303 | 5 | 54 |
| Binary | 1101011 | 1110100 | 1110111 | 1010 | 11 | 0 | 110101 | 11000011 | 101 | 101100 |
Color Harmonies of #6B7477
Complementary color
Monochromatic Colors of #6B7477
Black with #6B7477
Text Example
Text Example
White with #6B7477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7477; }
p { color: rgb(107,116,119); }
H1.HeaderClassName
{
color: #6B7477;
}
.AnyTagClassName
{
color: #6B7477;
}
</style>
background-color css
<style>
a { background-color: #6B7477; }
a { background-color: rgb(107,116,119); }
div.DivClassName
{
background-color: #6B7477;
}
.BgClassName
{
background-color: #6B7477;
}
</style>
border-color css
<style>
span { border-color: #6B7477; }
span { border-color: rgb(107,116,119); }
td.TdClassName
{
border-color: #6B7477;
}
.TagClassName
{
border-color: #6B7477;
}
</style>