Color Hex Logo

#649caf Color Hex

#649CAF
(100,156,175)
0 Favorites   0 Comments

Color spaces of #649caf

RGB 100156175
HSL0.540.320.54
HSV195°43°69°
CMYK 0.430.110.00   0.31
XYZ24.881929.581444.9558
Yxy29.58140.25030.2975
Hunter Lab54.3888-13.5198-10.9348
CIE-Lab61.2914-13.2984-15.6655

#649caf color RGB value is (100,156,175).

#649caf hex color red value is 100, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #649caf hue: 0.54 , saturation: 0.32 and the lightness value of 649caf is 0.54.

The process color (four color CMYK) of #649caf color hex is 0.43, 0.11, 0.00, 0.31. Web safe color of #649caf is #669999. Color #649caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011100 10101111
Octal 144 234 257
Decimal 100 156 175
Hex 64 9C AF

RGB Percentages of Color #649caf

%23.20
%36.19
%40.60

CMYK Percentages of Color #649caf

%43
%11
%0
%31

Triadic Colors of #649caf

#649caf #af649c #9caf64

Analogous Colors of #649caf

#649caf #6477af #64af9d

Monochromatic Colors of #649caf

#649caf

Complementary Color

#649caf #af7764

#649caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#649caf Color CSS Codes

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

#649caf Text Font Color

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

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


#649caf Background Color

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

This div background color is #649caf


#649caf Border Color

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

This div border color is #649caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,156,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #649caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #649caf;
  -webkit-box-shadow: 1px 1px 3px 2px #649caf;
  box-shadow:         1px 1px 3px 2px #649caf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649caf


Comments

No comments written yet.

Please login to write comment.