Shades of Blue Bayoux #6B7679
Tints of Blue Bayoux #6B7679
RGB
CMYK
RGB Variations
Color information
#6B7679 (or 0x6B7679) is known color: Blue Bayoux. HEX triplet: 6B, 76 and 79. RGB value is (107,118,121). Sum of RGB (Red+Green+Blue) = 107+118+121=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 121 - color contains mainly: blue. Hex color #6B7679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7679 is #948986. Grayscale: #737373. Windows color (decimal): -9734535 or 7960171. OLE color: 7960171.
HSL color Cylindrical-coordinate representation of color #6B7679: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B7679 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 118 | 121 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.53 |
| HSL | 192.86º | 0.06% | 0.45% | - |
| HSV(B) | 192.86º | 0.12% | 0.47% | - |
| XYZ | 15.99 | 17.46 | 20.62 | - |
| YUV | 115.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 121 | 0.12 | 0.02 | 0 | 0.53 | 192.86 | 0.06 | 0.45 |
| Hex | 6B | 76 | 79 | C | 2 | 0 | 35 | C1 | 6 | 2D |
| Octal | 153 | 166 | 171 | 14 | 2 | 0 | 65 | 301 | 6 | 55 |
| Binary | 1101011 | 1110110 | 1111001 | 1100 | 10 | 0 | 110101 | 11000001 | 110 | 101101 |
Color Harmonies of #6B7679
Complementary color
Monochromatic Colors of #6B7679
Black with #6B7679
Text Example
Text Example
White with #6B7679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7679; }
p { color: rgb(107,118,121); }
H1.HeaderClassName
{
color: #6B7679;
}
.AnyTagClassName
{
color: #6B7679;
}
</style>
background-color css
<style>
a { background-color: #6B7679; }
a { background-color: rgb(107,118,121); }
div.DivClassName
{
background-color: #6B7679;
}
.BgClassName
{
background-color: #6B7679;
}
</style>
border-color css
<style>
span { border-color: #6B7679; }
span { border-color: rgb(107,118,121); }
td.TdClassName
{
border-color: #6B7679;
}
.TagClassName
{
border-color: #6B7679;
}
</style>