Color Hex Logo

#646389 Color Hex

#646389
(100,99,137)
0 Favorites   0 Comments

Color spaces of #646389

RGB 10099137
HSL0.670.160.46
HSV242°28°54°
CMYK 0.270.280.00   0.46
XYZ14.232713.439125.5108
Yxy13.43910.26760.2527
Hunter Lab36.65945.1472-15.5976
CIE-Lab43.41759.4032-20.8526

#646389 color RGB value is (100,99,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100011 10001001
Octal 144 143 211
Decimal 100 99 137
Hex 64 63 89

RGB Percentages of Color #646389

%29.76
%29.46
%40.77

CMYK Percentages of Color #646389

%27
%28
%0
%46

Triadic Colors of #646389

#646389 #896463 #638964

Analogous Colors of #646389

#646389 #776389 #637589

Monochromatic Colors of #646389

#646389

Complementary Color

#646389 #888963

#646389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646389 Color CSS Codes

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

#646389 Text Font Color

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

This sample text font color is #646389
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.


#646389 Background Color

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

This div background color is #646389


#646389 Border Color

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

This div border color is #646389


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,99,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 #646389">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646389


Comments

No comments written yet.

Please login to write comment.