#64747F

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

Shades of Blue Bayoux #64747F

Tints of Blue Bayoux #64747F

Color information

#64747F (or 0x64747F) is unknown color: approx Blue Bayoux. HEX triplet: 64, 74 and 7F. RGB value is (100,116,127). Sum of RGB (Red+Green+Blue) = 100+116+127=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 127 - color contains mainly: blue. Hex color #64747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64747F is #9B8B80. Grayscale: #707070. Windows color (decimal): -10193793 or 8352868. OLE color: 8352868.

HSL color Cylindrical-coordinate representation of color #64747F: hue angle of 204.44º 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 #64747F is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB100116127-
CMYK0.210.0900.50
HSL204.44º11.89%44.51%-
HSV(B)204.44º21.26%49.8%-
XYZ15.3316.7322.5-
YUV112.47136.2119.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 127 (50% from 255) = 37.03%
R=29.15%
G=33.82%
B=37.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001161270.210.0900.50204.4411.8944.51
Hex64747F159032ccc2d
Octal14416417725110623141455
Binary1100100111010011111111010110010110010110011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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