Shades of Blue Bayoux #6F797D
Tints of Blue Bayoux #6F797D
RGB
CMYK
RGB Variations
Color information
#6F797D (or 0x6F797D) is known color: Blue Bayoux. HEX triplet: 6F, 79 and 7D. RGB value is (111,121,125). Sum of RGB (Red+Green+Blue) = 111+121+125=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F797D is #908682. Grayscale: #767676. Windows color (decimal): -9471619 or 8223087. OLE color: 8223087.
HSL color Cylindrical-coordinate representation of color #6F797D: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F797D is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 121 | 125 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.51 |
| HSL | 197.14º | 0.06% | 0.46% | - |
| HSV(B) | 197.14º | 0.11% | 0.49% | - |
| XYZ | 17.09 | 18.53 | 22.08 | - |
| YUV | 118.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 125 | 0.11 | 0.03 | 0 | 0.51 | 197.14 | 0.06 | 0.46 |
| Hex | 6F | 79 | 7D | B | 3 | 0 | 33 | C5 | 6 | 2E |
| Octal | 157 | 171 | 175 | 13 | 3 | 0 | 63 | 305 | 6 | 56 |
| Binary | 1101111 | 1111001 | 1111101 | 1011 | 11 | 0 | 110011 | 11000101 | 110 | 101110 |
Color Harmonies of #6F797D
Complementary color
Monochromatic Colors of #6F797D
Black with #6F797D
Text Example
Text Example
White with #6F797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F797D; }
p { color: rgb(111,121,125); }
H1.HeaderClassName
{
color: #6F797D;
}
.AnyTagClassName
{
color: #6F797D;
}
</style>
background-color css
<style>
a { background-color: #6F797D; }
a { background-color: rgb(111,121,125); }
div.DivClassName
{
background-color: #6F797D;
}
.BgClassName
{
background-color: #6F797D;
}
</style>
border-color css
<style>
span { border-color: #6F797D; }
span { border-color: rgb(111,121,125); }
td.TdClassName
{
border-color: #6F797D;
}
.TagClassName
{
border-color: #6F797D;
}
</style>