Color Hex Logo

#647cbd Color Hex

#647CBD
(100,124,189)
0 Favorites   0 Comments

Color spaces of #647cbd

RGB 100124189
HSL0.620.400.57
HSV224°47°74°
CMYK 0.470.340.00   0.26
XYZ21.648520.798851.0177
Yxy20.79880.23160.2225
Hunter Lab45.60574.9219-34.4019
CIE-Lab52.72869.1074-36.8425

#647cbd color RGB value is (100,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111100 10111101
Octal 144 174 275
Decimal 100 124 189
Hex 64 7C BD

RGB Percentages of Color #647cbd

%24.21
%30.02
%45.76

CMYK Percentages of Color #647cbd

%47
%34
%0
%26

Triadic Colors of #647cbd

#647cbd #bd647c #7cbd64

Analogous Colors of #647cbd

#647cbd #7964bd #64a9bd

Monochromatic Colors of #647cbd

#647cbd

Complementary Color

#647cbd #bda564

#647cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#647cbd Color CSS Codes

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

#647cbd Text Font Color

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

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


#647cbd Background Color

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

This div background color is #647cbd


#647cbd Border Color

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

This div border color is #647cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647cbd


Comments

No comments written yet.

Please login to write comment.