Shades of Blue Bayoux #6E777C
Tints of Blue Bayoux #6E777C
RGB
CMYK
RGB Variations
Color information
#6E777C (or 0x6E777C) is known color: Blue Bayoux. HEX triplet: 6E, 77 and 7C. RGB value is (110,119,124). Sum of RGB (Red+Green+Blue) = 110+119+124=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E777C is #918883. Grayscale: #747474. Windows color (decimal): -9537668 or 8157038. OLE color: 8157038.
HSL color Cylindrical-coordinate representation of color #6E777C: hue angle of 201.43º 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 #6E777C is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 119 | 124 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.51 |
| HSL | 201.43º | 0.06% | 0.46% | - |
| HSV(B) | 201.43º | 0.11% | 0.49% | - |
| XYZ | 16.67 | 17.96 | 21.66 | - |
| YUV | 116.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 124 | 0.11 | 0.04 | 0 | 0.51 | 201.43 | 0.06 | 0.46 |
| Hex | 6E | 77 | 7C | B | 4 | 0 | 33 | C9 | 6 | 2E |
| Octal | 156 | 167 | 174 | 13 | 4 | 0 | 63 | 311 | 6 | 56 |
| Binary | 1101110 | 1110111 | 1111100 | 1011 | 100 | 0 | 110011 | 11001001 | 110 | 101110 |
Color Harmonies of #6E777C
Complementary color
Monochromatic Colors of #6E777C
Black with #6E777C
Text Example
Text Example
White with #6E777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E777C; }
p { color: rgb(110,119,124); }
H1.HeaderClassName
{
color: #6E777C;
}
.AnyTagClassName
{
color: #6E777C;
}
</style>
background-color css
<style>
a { background-color: #6E777C; }
a { background-color: rgb(110,119,124); }
div.DivClassName
{
background-color: #6E777C;
}
.BgClassName
{
background-color: #6E777C;
}
</style>
border-color css
<style>
span { border-color: #6E777C; }
span { border-color: rgb(110,119,124); }
td.TdClassName
{
border-color: #6E777C;
}
.TagClassName
{
border-color: #6E777C;
}
</style>