Shades of Blue Bayoux #6F777A
Tints of Blue Bayoux #6F777A
RGB
CMYK
RGB Variations
Color information
#6F777A (or 0x6F777A) is known color: Blue Bayoux. HEX triplet: 6F, 77 and 7A. RGB value is (111,119,122). Sum of RGB (Red+Green+Blue) = 111+119+122=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F777A is #908885. Grayscale: #747474. Windows color (decimal): -9472134 or 8025967. OLE color: 8025967.
HSL color Cylindrical-coordinate representation of color #6F777A: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F777A is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 119 | 122 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.52 |
| HSL | 196.36º | 0.05% | 0.46% | - |
| HSV(B) | 196.36º | 0.09% | 0.48% | - |
| XYZ | 16.67 | 17.98 | 21 | - |
| YUV | 116.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 122 | 0.09 | 0.02 | 0 | 0.52 | 196.36 | 0.05 | 0.46 |
| Hex | 6F | 77 | 7A | 9 | 2 | 0 | 34 | C4 | 5 | 2E |
| Octal | 157 | 167 | 172 | 11 | 2 | 0 | 64 | 304 | 5 | 56 |
| Binary | 1101111 | 1110111 | 1111010 | 1001 | 10 | 0 | 110100 | 11000100 | 101 | 101110 |
Color Harmonies of #6F777A
Complementary color
Monochromatic Colors of #6F777A
Black with #6F777A
Text Example
Text Example
White with #6F777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F777A; }
p { color: rgb(111,119,122); }
H1.HeaderClassName
{
color: #6F777A;
}
.AnyTagClassName
{
color: #6F777A;
}
</style>
background-color css
<style>
a { background-color: #6F777A; }
a { background-color: rgb(111,119,122); }
div.DivClassName
{
background-color: #6F777A;
}
.BgClassName
{
background-color: #6F777A;
}
</style>
border-color css
<style>
span { border-color: #6F777A; }
span { border-color: rgb(111,119,122); }
td.TdClassName
{
border-color: #6F777A;
}
.TagClassName
{
border-color: #6F777A;
}
</style>