#64747C

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

Shades of Blue Bayoux #64747C

Tints of Blue Bayoux #64747C

Color information

#64747C (or 0x64747C) is unknown color: approx Blue Bayoux. HEX triplet: 64, 74 and 7C. RGB value is (100,116,124). Sum of RGB (Red+Green+Blue) = 100+116+124=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #64747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64747C is #9B8B83. Grayscale: #707070. Windows color (decimal): -10193796 or 8156260. OLE color: 8156260.

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

Color convert

RGB100116124-
CMYK0.190.0600.51
HSL200º10.71%43.92%-
HSV(B)200º19.35%48.63%-
XYZ15.1416.6621.49-
YUV112.13134.7119.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=29.41%
G=34.12%
B=36.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1001161240.190.0600.5120010.7143.92
Hex64747C136033c8b2c
Octal1441641742360633101354
Binary110010011101001111100100111100110011110010001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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