Color Hex Logo

#647fbd Color Hex

#647FBD
(100,127,189)
0 Favorites   0 Comments

Color spaces of #647fbd

RGB 100127189
HSL0.620.400.57
HSV222°47°74°
CMYK 0.470.330.00   0.26
XYZ22.030221.562251.1449
Yxy21.56220.23250.2276
Hunter Lab46.43513.4243-32.7990
CIE-Lab53.55947.3106-35.5391

#647fbd color RGB value is (100,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111111 10111101
Octal 144 177 275
Decimal 100 127 189
Hex 64 7F BD

RGB Percentages of Color #647fbd

%24.04
%30.53
%45.43

CMYK Percentages of Color #647fbd

%47
%33
%0
%26

Triadic Colors of #647fbd

#647fbd #bd647f #7fbd64

Analogous Colors of #647fbd

#647fbd #7664bd #64acbd

Monochromatic Colors of #647fbd

#647fbd

Complementary Color

#647fbd #bda264

#647fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#647fbd Color CSS Codes

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

#647fbd Text Font Color

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

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


#647fbd Background Color

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

This div background color is #647fbd


#647fbd Border Color

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

This div border color is #647fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647fbd


Comments

No comments written yet.

Please login to write comment.