Shades of Blue Bayoux #6E7A7C
Tints of Blue Bayoux #6E7A7C
RGB
CMYK
RGB Variations
Color information
#6E7A7C (or 0x6E7A7C) is known color: Blue Bayoux. HEX triplet: 6E, 7A and 7C. RGB value is (110,122,124). Sum of RGB (Red+Green+Blue) = 110+122+124=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E7A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7A7C is #918583. Grayscale: #767676. Windows color (decimal): -9536900 or 8157806. OLE color: 8157806.
HSL color Cylindrical-coordinate representation of color #6E7A7C: hue angle of 188.57º 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 #6E7A7C is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 122 | 124 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.51 |
| HSL | 188.57º | 0.06% | 0.46% | - |
| HSV(B) | 188.57º | 0.11% | 0.49% | - |
| XYZ | 17.03 | 18.69 | 21.78 | - |
| YUV | 118.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 124 | 0.11 | 0.02 | 0 | 0.51 | 188.57 | 0.06 | 0.46 |
| Hex | 6E | 7A | 7C | B | 2 | 0 | 33 | BD | 6 | 2E |
| Octal | 156 | 172 | 174 | 13 | 2 | 0 | 63 | 275 | 6 | 56 |
| Binary | 1101110 | 1111010 | 1111100 | 1011 | 10 | 0 | 110011 | 10111101 | 110 | 101110 |
Color Harmonies of #6E7A7C
Complementary color
Monochromatic Colors of #6E7A7C
Black with #6E7A7C
Text Example
Text Example
White with #6E7A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7A7C; }
p { color: rgb(110,122,124); }
H1.HeaderClassName
{
color: #6E7A7C;
}
.AnyTagClassName
{
color: #6E7A7C;
}
</style>
background-color css
<style>
a { background-color: #6E7A7C; }
a { background-color: rgb(110,122,124); }
div.DivClassName
{
background-color: #6E7A7C;
}
.BgClassName
{
background-color: #6E7A7C;
}
</style>
border-color css
<style>
span { border-color: #6E7A7C; }
span { border-color: rgb(110,122,124); }
td.TdClassName
{
border-color: #6E7A7C;
}
.TagClassName
{
border-color: #6E7A7C;
}
</style>