Shades of Blue Bayoux #69777A
Tints of Blue Bayoux #69777A
RGB
CMYK
RGB Variations
Color information
#69777A (or 0x69777A) is known color: Blue Bayoux. HEX triplet: 69, 77 and 7A. RGB value is (105,119,122). Sum of RGB (Red+Green+Blue) = 105+119+122=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 122 - color contains mainly: blue. Hex color #69777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69777A is #968885. Grayscale: #737373. Windows color (decimal): -9865350 or 8025961. OLE color: 8025961.
HSL color Cylindrical-coordinate representation of color #69777A: hue angle of 190.59º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #69777A is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 119 | 122 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.52 |
| HSL | 190.59º | 0.07% | 0.45% | - |
| HSV(B) | 190.59º | 0.14% | 0.48% | - |
| XYZ | 15.94 | 17.6 | 20.97 | - |
| YUV | 115.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 122 | 0.14 | 0.02 | 0 | 0.52 | 190.59 | 0.07 | 0.45 |
| Hex | 69 | 77 | 7A | E | 2 | 0 | 34 | BF | 7 | 2D |
| Octal | 151 | 167 | 172 | 16 | 2 | 0 | 64 | 277 | 7 | 55 |
| Binary | 1101001 | 1110111 | 1111010 | 1110 | 10 | 0 | 110100 | 10111111 | 111 | 101101 |
Color Harmonies of #69777A
Complementary color
Monochromatic Colors of #69777A
Black with #69777A
Text Example
Text Example
White with #69777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69777A; }
p { color: rgb(105,119,122); }
H1.HeaderClassName
{
color: #69777A;
}
.AnyTagClassName
{
color: #69777A;
}
</style>
background-color css
<style>
a { background-color: #69777A; }
a { background-color: rgb(105,119,122); }
div.DivClassName
{
background-color: #69777A;
}
.BgClassName
{
background-color: #69777A;
}
</style>
border-color css
<style>
span { border-color: #69777A; }
span { border-color: rgb(105,119,122); }
td.TdClassName
{
border-color: #69777A;
}
.TagClassName
{
border-color: #69777A;
}
</style>