#64757F

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

Shades of Blue Bayoux #64757F

Tints of Blue Bayoux #64757F

Color information

#64757F (or 0x64757F) is unknown color: approx Blue Bayoux. HEX triplet: 64, 75 and 7F. RGB value is (100,117,127). Sum of RGB (Red+Green+Blue) = 100+117+127=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #64757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64757F is #9B8A80. Grayscale: #717171. Windows color (decimal): -10193537 or 8353124. OLE color: 8353124.

HSL color Cylindrical-coordinate representation of color #64757F: hue angle of 202.22º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64757F is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB100117127-
CMYK0.210.0800.50
HSL202.22º11.89%44.51%-
HSV(B)202.22º21.26%49.8%-
XYZ15.4516.9622.54-
YUV113.06135.87118.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 127 (50% from 255) = 36.92%
R=29.07%
G=34.01%
B=36.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001171270.210.0800.50202.2211.8944.51
Hex64757F158032cac2d
Octal14416517725100623121455
Binary1100100111010111111111010110000110010110010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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