Color Hex Logo

#647989 Color Hex

#647989
(100,121,137)
0 Favorites   0 Comments

Color spaces of #647989

RGB 100121137
HSL0.570.160.46
HSV206°27°54°
CMYK 0.270.120.00   0.46
XYZ16.608318.190226.3026
Yxy18.19020.27180.2977
Hunter Lab42.6500-5.1279-6.7097
CIE-Lab49.7260-3.7692-11.2386

#647989 color RGB value is (100,121,137).

#647989 hex color red value is 100, green value is 121 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #647989 hue: 0.57 , saturation: 0.16 and the lightness value of 647989 is 0.46.

The process color (four color CMYK) of #647989 color hex is 0.27, 0.12, 0.00, 0.46. Web safe color of #647989 is #666699. Color #647989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111001 10001001
Octal 144 171 211
Decimal 100 121 137
Hex 64 79 89

RGB Percentages of Color #647989

%27.93
%33.80
%38.27

CMYK Percentages of Color #647989

%27
%12
%0
%46

Triadic Colors of #647989

#647989 #896479 #798964

Analogous Colors of #647989

#647989 #646789 #648987

Monochromatic Colors of #647989

#647989

Complementary Color

#647989 #897464

#647989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#647989 Color CSS Codes

.mybgcolor {background-color:#647989; } 
.myforecolor {color:#647989; }
.mybordercolor {border:3px solid #647989; }

#647989 Text Font Color

<p style="color:#647989">Text here</p>

This sample text font color is #647989
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#647989 Background Color

<div style="background-color:#647989">
Div content here</div>

This div background color is #647989


#647989 Border Color

<div style="border:3px solid #647989">
Div here</div>

This div border color is #647989


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,121,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #647989; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #647989;
  -webkit-box-shadow: 1px 1px 3px 2px #647989;
  box-shadow:         1px 1px 3px 2px #647989; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,121,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #647989">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #647989;
  -webkit-box-shadow: 1px 1px 3px 2px #647989;
  box-shadow:         1px 1px 3px 2px #647989;">
Div content here</div>

This div box has shadow with color #647989

#647989 Color Palettes


Comments

No comments written yet.

Please login to write comment.