Shades of Blue Bayoux #68747A
Tints of Blue Bayoux #68747A
RGB
CMYK
RGB Variations
Color information
#68747A (or 0x68747A) is known color: Blue Bayoux. HEX triplet: 68, 74 and 7A. RGB value is (104,116,122). Sum of RGB (Red+Green+Blue) = 104+116+122=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 122 - color contains mainly: blue. Hex color #68747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68747A is #978B85. Grayscale: #717171. Windows color (decimal): -9931654 or 8025192. OLE color: 8025192.
HSL color Cylindrical-coordinate representation of color #68747A: hue angle of 200º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68747A is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 116 | 122 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.52 |
| HSL | 200º | 0.08% | 0.44% | - |
| HSV(B) | 200º | 0.15% | 0.48% | - |
| XYZ | 15.47 | 16.84 | 20.85 | - |
| YUV | 113.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 122 | 0.15 | 0.05 | 0 | 0.52 | 200 | 0.08 | 0.44 |
| Hex | 68 | 74 | 7A | F | 5 | 0 | 34 | C8 | 8 | 2C |
| Octal | 150 | 164 | 172 | 17 | 5 | 0 | 64 | 310 | 10 | 54 |
| Binary | 1101000 | 1110100 | 1111010 | 1111 | 101 | 0 | 110100 | 11001000 | 1000 | 101100 |
Color Harmonies of #68747A
Complementary color
Monochromatic Colors of #68747A
Black with #68747A
Text Example
Text Example
White with #68747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68747A; }
p { color: rgb(104,116,122); }
H1.HeaderClassName
{
color: #68747A;
}
.AnyTagClassName
{
color: #68747A;
}
</style>
background-color css
<style>
a { background-color: #68747A; }
a { background-color: rgb(104,116,122); }
div.DivClassName
{
background-color: #68747A;
}
.BgClassName
{
background-color: #68747A;
}
</style>
border-color css
<style>
span { border-color: #68747A; }
span { border-color: rgb(104,116,122); }
td.TdClassName
{
border-color: #68747A;
}
.TagClassName
{
border-color: #68747A;
}
</style>