#6D797C

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

Shades of Blue Bayoux #6D797C

Tints of Blue Bayoux #6D797C

Color information

#6D797C (or 0x6D797C) is unknown color: approx Blue Bayoux. HEX triplet: 6D, 79 and 7C. RGB value is (109,121,124). Sum of RGB (Red+Green+Blue) = 109+121+124=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D797C is #928683. Grayscale: #757575. Windows color (decimal): -9602692 or 8157549. OLE color: 8157549.

HSL color Cylindrical-coordinate representation of color #6D797C: hue angle of 192º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D797C is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB109121124-
CMYK0.120.0200.51
HSL192º6.44%45.69%-
HSV(B)192º12.1%48.63%-
XYZ16.7818.3821.73-
YUV117.75131.52121.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.79%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=30.79%
G=34.18%
B=35.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1091211240.120.0200.511926.4445.69
Hex6D797CC2033c062e
Octal155171174142063300656
Binary110110111110011111100110010011001111000000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,121,124); }

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

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

 a { background-color: rgb(109,121,124); }

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

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

 span { border-color: rgb(109,121,124); }

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