#6D777B

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

Shades of Blue Bayoux #6D777B

Tints of Blue Bayoux #6D777B

Color information

#6D777B (or 0x6D777B) is unknown color: approx Blue Bayoux. HEX triplet: 6D, 77 and 7B. RGB value is (109,119,123). Sum of RGB (Red+Green+Blue) = 109+119+123=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D777B is #928884. Grayscale: #747474. Windows color (decimal): -9603205 or 8091501. OLE color: 8091501.

HSL color Cylindrical-coordinate representation of color #6D777B: hue angle of 197.14º 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 #6D777B is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB109119123-
CMYK0.110.0300.52
HSL197.14º6.03%45.49%-
HSV(B)197.14º11.38%48.24%-
XYZ16.4817.8721.32-
YUV116.47131.69122.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.05%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=31.05%
G=33.90%
B=35.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1091191230.110.0300.52197.146.0345.49
Hex6D777BB3034c562d
Octal155167173133064305655
Binary110110111101111111011101111011010011000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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