Color Hex Logo

#647dbb Color Hex

#647DBB
(100,125,187)
0 Favorites   0 Comments

Color spaces of #647dbb

RGB 100125187
HSL0.620.390.56
HSV223°47°73°
CMYK 0.470.330.00   0.27
XYZ21.558820.964449.9240
Yxy20.96440.23320.2268
Hunter Lab45.78693.9198-32.5964
CIE-Lab52.91057.9009-35.4108

#647dbb color RGB value is (100,125,187).

#647dbb hex color red value is 100, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #647dbb hue: 0.62 , saturation: 0.39 and the lightness value of 647dbb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111101 10111011
Octal 144 175 273
Decimal 100 125 187
Hex 64 7D BB

RGB Percentages of Color #647dbb

%24.27
%30.34
%45.39

CMYK Percentages of Color #647dbb

%47
%33
%0
%27

Triadic Colors of #647dbb

#647dbb #bb647d #7dbb64

Analogous Colors of #647dbb

#647dbb #7764bb #64a9bb

Monochromatic Colors of #647dbb

#647dbb

Complementary Color

#647dbb #bba264

#647dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#647dbb Color CSS Codes

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

#647dbb Text Font Color

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

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


#647dbb Background Color

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

This div background color is #647dbb


#647dbb Border Color

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

This div border color is #647dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647dbb


Comments

No comments written yet.

Please login to write comment.