Color Hex Logo

#649dbd Color Hex

#649DBD
(100,157,189)
0 Favorites   0 Comments

Color spaces of #649dbd

RGB 100157189
HSL0.560.400.57
HSV202°47°74°
CMYK 0.470.170.00   0.26
XYZ26.497830.497452.6341
Yxy30.49740.24170.2782
Hunter Lab55.2245-10.9949-17.8518
CIE-Lab62.0810-9.9229-22.3411

#649dbd color RGB value is (100,157,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011101 10111101
Octal 144 235 275
Decimal 100 157 189
Hex 64 9D BD

RGB Percentages of Color #649dbd

%22.42
%35.20
%42.38

CMYK Percentages of Color #649dbd

%47
%17
%0
%26

Triadic Colors of #649dbd

#649dbd #bd649d #9dbd64

Analogous Colors of #649dbd

#649dbd #6471bd #64bdb1

Monochromatic Colors of #649dbd

#649dbd

Complementary Color

#649dbd #bd8464

#649dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#649dbd Color CSS Codes

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

#649dbd Text Font Color

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

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


#649dbd Background Color

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

This div background color is #649dbd


#649dbd Border Color

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

This div border color is #649dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649dbd


Comments

No comments written yet.

Please login to write comment.