Shades of Blue Bayoux #69747A
Tints of Blue Bayoux #69747A
RGB
CMYK
RGB Variations
Color information
#69747A (or 0x69747A) is known color: Blue Bayoux. HEX triplet: 69, 74 and 7A. RGB value is (105,116,122). Sum of RGB (Red+Green+Blue) = 105+116+122=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 122 - color contains mainly: blue. Hex color #69747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69747A is #968B85. Grayscale: #717171. Windows color (decimal): -9866118 or 8025193. OLE color: 8025193.
HSL color Cylindrical-coordinate representation of color #69747A: hue angle of 201.18º 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 #69747A is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 116 | 122 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.52 |
| HSL | 201.18º | 0.07% | 0.45% | - |
| HSV(B) | 201.18º | 0.14% | 0.48% | - |
| XYZ | 15.58 | 16.9 | 20.85 | - |
| YUV | 113.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 116 | 122 | 0.14 | 0.05 | 0 | 0.52 | 201.18 | 0.07 | 0.45 |
| Hex | 69 | 74 | 7A | E | 5 | 0 | 34 | C9 | 7 | 2D |
| Octal | 151 | 164 | 172 | 16 | 5 | 0 | 64 | 311 | 7 | 55 |
| Binary | 1101001 | 1110100 | 1111010 | 1110 | 101 | 0 | 110100 | 11001001 | 111 | 101101 |
Color Harmonies of #69747A
Complementary color
Monochromatic Colors of #69747A
Black with #69747A
Text Example
Text Example
White with #69747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69747A; }
p { color: rgb(105,116,122); }
H1.HeaderClassName
{
color: #69747A;
}
.AnyTagClassName
{
color: #69747A;
}
</style>
background-color css
<style>
a { background-color: #69747A; }
a { background-color: rgb(105,116,122); }
div.DivClassName
{
background-color: #69747A;
}
.BgClassName
{
background-color: #69747A;
}
</style>
border-color css
<style>
span { border-color: #69747A; }
span { border-color: rgb(105,116,122); }
td.TdClassName
{
border-color: #69747A;
}
.TagClassName
{
border-color: #69747A;
}
</style>