Shades of Blue Bayoux #6F7A7C
Tints of Blue Bayoux #6F7A7C
RGB
CMYK
RGB Variations
Color information
#6F7A7C (or 0x6F7A7C) is known color: Blue Bayoux. HEX triplet: 6F, 7A and 7C. RGB value is (111,122,124). Sum of RGB (Red+Green+Blue) = 111+122+124=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F7A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7A7C is #908583. Grayscale: #767676. Windows color (decimal): -9471364 or 8157807. OLE color: 8157807.
HSL color Cylindrical-coordinate representation of color #6F7A7C: hue angle of 189.23º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F7A7C is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 122 | 124 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.51 |
| HSL | 189.23º | 0.06% | 0.46% | - |
| HSV(B) | 189.23º | 0.1% | 0.49% | - |
| XYZ | 17.15 | 18.75 | 21.78 | - |
| YUV | 118.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 124 | 0.10 | 0.02 | 0 | 0.51 | 189.23 | 0.06 | 0.46 |
| Hex | 6F | 7A | 7C | A | 2 | 0 | 33 | BD | 6 | 2E |
| Octal | 157 | 172 | 174 | 12 | 2 | 0 | 63 | 275 | 6 | 56 |
| Binary | 1101111 | 1111010 | 1111100 | 1010 | 10 | 0 | 110011 | 10111101 | 110 | 101110 |
Color Harmonies of #6F7A7C
Complementary color
Monochromatic Colors of #6F7A7C
Black with #6F7A7C
Text Example
Text Example
White with #6F7A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7A7C; }
p { color: rgb(111,122,124); }
H1.HeaderClassName
{
color: #6F7A7C;
}
.AnyTagClassName
{
color: #6F7A7C;
}
</style>
background-color css
<style>
a { background-color: #6F7A7C; }
a { background-color: rgb(111,122,124); }
div.DivClassName
{
background-color: #6F7A7C;
}
.BgClassName
{
background-color: #6F7A7C;
}
</style>
border-color css
<style>
span { border-color: #6F7A7C; }
span { border-color: rgb(111,122,124); }
td.TdClassName
{
border-color: #6F7A7C;
}
.TagClassName
{
border-color: #6F7A7C;
}
</style>