#6D787B

Color #6D787B Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #6D787B

Tints of Blue Bayoux #6D787B

Color information

#6D787B (or 0x6D787B) is unknown color: approx Blue Bayoux. HEX triplet: 6D, 78 and 7B. RGB value is (109,120,123). Sum of RGB (Red+Green+Blue) = 109+120+123=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D787B is #928784. Grayscale: #757575. Windows color (decimal): -9602949 or 8091757. OLE color: 8091757.

HSL color Cylindrical-coordinate representation of color #6D787B: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D787B is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB109120123-
CMYK0.110.0200.52
HSL192.86º6.03%45.49%-
HSV(B)192.86º11.38%48.24%-
XYZ16.618.1121.36-
YUV117.05131.36122.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 30.97%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=30.97%
G=34.09%
B=34.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1091201230.110.0200.52192.866.0345.49
Hex6D787BB2034c162d
Octal155170173132064301655
Binary110110111110001111011101110011010011000001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D787B; }

 p { color: rgb(109,120,123); }

 H1.HeaderClassName
 {
   color: #6D787B;
 }
 .AnyTagClassName
 {
   color: #6D787B;
 }
</style>
background-color css

<style>
 a { background-color: #6D787B; }

 a { background-color: rgb(109,120,123); }

 div.DivClassName
 {
   background-color: #6D787B;
 }
 .BgClassName
 {
   background-color: #6D787B;
 }
</style>
border-color css

<style>
 span { border-color: #6D787B; }

 span { border-color: rgb(109,120,123); }

 td.TdClassName
 {
   border-color: #6D787B;
 }
 .TagClassName
 {
   border-color: #6D787B;
 }
</style>