#647377

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

Shades of Blue Bayoux #647377

Tints of Blue Bayoux #647377

Color information

#647377 (or 0x647377) is unknown color: approx Blue Bayoux. HEX triplet: 64, 73 and 77. RGB value is (100,115,119). Sum of RGB (Red+Green+Blue) = 100+115+119=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 119 - color contains mainly: blue. Hex color #647377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647377 is #9B8C88. Grayscale: #6E6E6E. Windows color (decimal): -10194057 or 7828324. OLE color: 7828324.

HSL color Cylindrical-coordinate representation of color #647377: hue angle of 192.63º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #647377 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB100115119-
CMYK0.160.0300.53
HSL192.63º8.68%42.94%-
HSV(B)192.63º15.97%46.67%-
XYZ14.7216.319.82-
YUV110.97132.53120.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.94%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=29.94%
G=34.43%
B=35.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001151190.160.0300.53192.638.6842.94
Hex647377103035c192b
Octal1441631672030653011153
Binary11001001110011111011110000110110101110000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647377; }

 p { color: rgb(100,115,119); }

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

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

 a { background-color: rgb(100,115,119); }

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

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

 span { border-color: rgb(100,115,119); }

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