Color Hex Logo

#647dbd Color Hex

#647DBD
(100,125,189)
0 Favorites   0 Comments

Color spaces of #647dbd

RGB 100125189
HSL0.620.400.57
HSV223°47°74°
CMYK 0.470.340.00   0.26
XYZ21.774521.050751.0597
Yxy21.05070.23190.2242
Hunter Lab45.88104.4218-33.8654
CIE-Lab53.00498.5075-36.4087

#647dbd color RGB value is (100,125,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111101 10111101
Octal 144 175 275
Decimal 100 125 189
Hex 64 7D BD

RGB Percentages of Color #647dbd

%24.15
%30.19
%45.65

CMYK Percentages of Color #647dbd

%47
%34
%0
%26

Triadic Colors of #647dbd

#647dbd #bd647d #7dbd64

Analogous Colors of #647dbd

#647dbd #7864bd #64aabd

Monochromatic Colors of #647dbd

#647dbd

Complementary Color

#647dbd #bda464

#647dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#647dbd Color CSS Codes

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

#647dbd Text Font Color

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

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


#647dbd Background Color

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

This div background color is #647dbd


#647dbd Border Color

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

This div border color is #647dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647dbd


Comments

No comments written yet.

Please login to write comment.