Shades of Blue Bayoux #67747C
Tints of Blue Bayoux #67747C
RGB
CMYK
RGB Variations
Color information
#67747C (or 0x67747C) is known color: Blue Bayoux. HEX triplet: 67, 74 and 7C. RGB value is (103,116,124). Sum of RGB (Red+Green+Blue) = 103+116+124=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #67747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67747C is #988B83. Grayscale: #707070. Windows color (decimal): -9997188 or 8156263. OLE color: 8156263.
HSL color Cylindrical-coordinate representation of color #67747C: hue angle of 202.86º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #67747C is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 116 | 124 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.51 |
| HSL | 202.86º | 0.09% | 0.45% | - |
| HSV(B) | 202.86º | 0.17% | 0.49% | - |
| XYZ | 15.48 | 16.83 | 21.5 | - |
| YUV | 113.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 124 | 0.17 | 0.06 | 0 | 0.51 | 202.86 | 0.09 | 0.45 |
| Hex | 67 | 74 | 7C | 11 | 6 | 0 | 33 | CB | 9 | 2D |
| Octal | 147 | 164 | 174 | 21 | 6 | 0 | 63 | 313 | 11 | 55 |
| Binary | 1100111 | 1110100 | 1111100 | 10001 | 110 | 0 | 110011 | 11001011 | 1001 | 101101 |
Color Harmonies of #67747C
Complementary color
Monochromatic Colors of #67747C
Black with #67747C
Text Example
Text Example
White with #67747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67747C; }
p { color: rgb(103,116,124); }
H1.HeaderClassName
{
color: #67747C;
}
.AnyTagClassName
{
color: #67747C;
}
</style>
background-color css
<style>
a { background-color: #67747C; }
a { background-color: rgb(103,116,124); }
div.DivClassName
{
background-color: #67747C;
}
.BgClassName
{
background-color: #67747C;
}
</style>
border-color css
<style>
span { border-color: #67747C; }
span { border-color: rgb(103,116,124); }
td.TdClassName
{
border-color: #67747C;
}
.TagClassName
{
border-color: #67747C;
}
</style>