Shades of Blue Bayoux #6B7578
Tints of Blue Bayoux #6B7578
RGB
CMYK
RGB Variations
Color information
#6B7578 (or 0x6B7578) is known color: Blue Bayoux. HEX triplet: 6B, 75 and 78. RGB value is (107,117,120). Sum of RGB (Red+Green+Blue) = 107+117+120=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B7578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7578 is #948A87. Grayscale: #727272. Windows color (decimal): -9734792 or 7894379. OLE color: 7894379.
HSL color Cylindrical-coordinate representation of color #6B7578: hue angle of 193.85º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B7578 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 117 | 120 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.53 |
| HSL | 193.85º | 0.06% | 0.45% | - |
| HSV(B) | 193.85º | 0.11% | 0.47% | - |
| XYZ | 15.81 | 17.2 | 20.26 | - |
| YUV | 114.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 120 | 0.11 | 0.02 | 0 | 0.53 | 193.85 | 0.06 | 0.45 |
| Hex | 6B | 75 | 78 | B | 2 | 0 | 35 | C2 | 6 | 2D |
| Octal | 153 | 165 | 170 | 13 | 2 | 0 | 65 | 302 | 6 | 55 |
| Binary | 1101011 | 1110101 | 1111000 | 1011 | 10 | 0 | 110101 | 11000010 | 110 | 101101 |
Color Harmonies of #6B7578
Complementary color
Monochromatic Colors of #6B7578
Black with #6B7578
Text Example
Text Example
White with #6B7578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7578; }
p { color: rgb(107,117,120); }
H1.HeaderClassName
{
color: #6B7578;
}
.AnyTagClassName
{
color: #6B7578;
}
</style>
background-color css
<style>
a { background-color: #6B7578; }
a { background-color: rgb(107,117,120); }
div.DivClassName
{
background-color: #6B7578;
}
.BgClassName
{
background-color: #6B7578;
}
</style>
border-color css
<style>
span { border-color: #6B7578; }
span { border-color: rgb(107,117,120); }
td.TdClassName
{
border-color: #6B7578;
}
.TagClassName
{
border-color: #6B7578;
}
</style>