Color Hex Logo

#647fbe Color Hex

#647FBE
(100,127,190)
0 Favorites   0 Comments

Color spaces of #647fbe

RGB 100127190
HSL0.620.410.57
HSV222°47°75°
CMYK 0.470.330.00   0.25
XYZ22.139221.605851.7187
Yxy21.60580.23190.2263
Hunter Lab46.48203.6752-33.4322
CIE-Lab53.60627.6144-36.0376

#647fbe color RGB value is (100,127,190).

#647fbe hex color red value is 100, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #647fbe hue: 0.62 , saturation: 0.41 and the lightness value of 647fbe is 0.57.

The process color (four color CMYK) of #647fbe color hex is 0.47, 0.33, 0.00, 0.25. Web safe color of #647fbe is #6666cc. Color #647fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111111 10111110
Octal 144 177 276
Decimal 100 127 190
Hex 64 7F BE

RGB Percentages of Color #647fbe

%23.98
%30.46
%45.56

CMYK Percentages of Color #647fbe

%47
%33
%0
%25

Triadic Colors of #647fbe

#647fbe #be647f #7fbe64

Analogous Colors of #647fbe

#647fbe #7664be #64acbe

Monochromatic Colors of #647fbe

#647fbe

Complementary Color

#647fbe #bea364

#647fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#647fbe Color CSS Codes

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

#647fbe Text Font Color

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

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


#647fbe Background Color

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

This div background color is #647fbe


#647fbe Border Color

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

This div border color is #647fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,127,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #647fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #647fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #647fbe;
  box-shadow:         1px 1px 3px 2px #647fbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647fbe


Comments

No comments written yet.

Please login to write comment.