#64757D

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

Shades of Blue Bayoux #64757D

Tints of Blue Bayoux #64757D

Color information

#64757D (or 0x64757D) is unknown color: approx Blue Bayoux. HEX triplet: 64, 75 and 7D. RGB value is (100,117,125). Sum of RGB (Red+Green+Blue) = 100+117+125=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 125 - color contains mainly: blue. Hex color #64757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64757D is #9B8A82. Grayscale: #707070. Windows color (decimal): -10193539 or 8222052. OLE color: 8222052.

HSL color Cylindrical-coordinate representation of color #64757D: hue angle of 199.2º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64757D is Cyan = 0.2, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB100117125-
CMYK0.20.0600.51
HSL199.2º11.11%44.12%-
HSV(B)199.2º20%49.02%-
XYZ15.3216.9121.86-
YUV112.83134.87118.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=29.24%
G=34.21%
B=36.55%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1001171250.20.0600.51199.211.1144.12
Hex64757D146033c7b2c
Octal1441651752460633071354
Binary110010011101011111101101001100110011110001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64757D; }

 p { color: rgb(100,117,125); }

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

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

 a { background-color: rgb(100,117,125); }

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

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

 span { border-color: rgb(100,117,125); }

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