Color Hex Logo

#649095 Color Hex

#649095
(100,144,149)
0 Favorites   0 Comments

Color spaces of #649095

RGB 100144149
HSL0.520.200.49
HSV186°33°58°
CMYK 0.330.030.00   0.42
XYZ20.653624.825832.1371
Yxy24.82580.26610.3199
Hunter Lab49.8255-13.2030-3.3638
CIE-Lab56.9053-13.6469-7.4628

#649095 color RGB value is (100,144,149).

#649095 hex color red value is 100, green value is 144 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #649095 hue: 0.52 , saturation: 0.20 and the lightness value of 649095 is 0.49.

The process color (four color CMYK) of #649095 color hex is 0.33, 0.03, 0.00, 0.42. Web safe color of #649095 is #669999. Color #649095 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010000 10010101
Octal 144 220 225
Decimal 100 144 149
Hex 64 90 95

RGB Percentages of Color #649095

%25.45
%36.64
%37.91

CMYK Percentages of Color #649095

%33
%3
%0
%42

Triadic Colors of #649095

#649095 #956490 #909564

Analogous Colors of #649095

#649095 #647895 #649582

Monochromatic Colors of #649095

#649095

Complementary Color

#649095 #956964

#649095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#649095 Color CSS Codes

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

#649095 Text Font Color

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

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


#649095 Background Color

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

This div background color is #649095


#649095 Border Color

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

This div border color is #649095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649095


Comments

No comments written yet.

Please login to write comment.