Shades of Blue Bayoux #6B7479
Tints of Blue Bayoux #6B7479
RGB
CMYK
RGB Variations
Color information
#6B7479 (or 0x6B7479) is known color: Blue Bayoux. HEX triplet: 6B, 74 and 79. RGB value is (107,116,121). Sum of RGB (Red+Green+Blue) = 107+116+121=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 121 - color contains mainly: blue. Hex color #6B7479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7479 is #948B86. Grayscale: #717171. Windows color (decimal): -9735047 or 7959659. OLE color: 7959659.
HSL color Cylindrical-coordinate representation of color #6B7479: hue angle of 201.43º 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 #6B7479 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 116 | 121 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.53 |
| HSL | 201.43º | 0.06% | 0.45% | - |
| HSV(B) | 201.43º | 0.12% | 0.47% | - |
| XYZ | 15.76 | 17 | 20.54 | - |
| YUV | 113.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 121 | 0.12 | 0.04 | 0 | 0.53 | 201.43 | 0.06 | 0.45 |
| Hex | 6B | 74 | 79 | C | 4 | 0 | 35 | C9 | 6 | 2D |
| Octal | 153 | 164 | 171 | 14 | 4 | 0 | 65 | 311 | 6 | 55 |
| Binary | 1101011 | 1110100 | 1111001 | 1100 | 100 | 0 | 110101 | 11001001 | 110 | 101101 |
Color Harmonies of #6B7479
Complementary color
Monochromatic Colors of #6B7479
Black with #6B7479
Text Example
Text Example
White with #6B7479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7479; }
p { color: rgb(107,116,121); }
H1.HeaderClassName
{
color: #6B7479;
}
.AnyTagClassName
{
color: #6B7479;
}
</style>
background-color css
<style>
a { background-color: #6B7479; }
a { background-color: rgb(107,116,121); }
div.DivClassName
{
background-color: #6B7479;
}
.BgClassName
{
background-color: #6B7479;
}
</style>
border-color css
<style>
span { border-color: #6B7479; }
span { border-color: rgb(107,116,121); }
td.TdClassName
{
border-color: #6B7479;
}
.TagClassName
{
border-color: #6B7479;
}
</style>