From my understanding the correlation coefficient is r (the correlation between two variables) and ranges from -1,1 to tell the strength of a linear relationship. and is estimated as: $$r_{xy}=\frac{COV_{xy}}{\sigma_x\sigma_y}$$
The regression coefficient is simply the beta in a regression analysis. It tells the strength of the relationship. and is calculated through finding the slope of the line.
So...how is the covariance related to the regression coefficient?