Color Hex Logo

#649bbd Color Hex

#649BBD
(100,155,189)
0 Favorites   0 Comments

Color spaces of #649bbd

RGB 100155189
HSL0.560.400.57
HSV203°47°74°
CMYK 0.470.180.00   0.26
XYZ26.162229.826152.5222
Yxy29.82610.24110.2749
Hunter Lab54.6133-10.0638-18.7906
CIE-Lab61.5039-8.8200-23.2249

#649bbd color RGB value is (100,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011011 10111101
Octal 144 233 275
Decimal 100 155 189
Hex 64 9B BD

RGB Percentages of Color #649bbd

%22.52
%34.91
%42.57

CMYK Percentages of Color #649bbd

%47
%18
%0
%26

Triadic Colors of #649bbd

#649bbd #bd649b #9bbd64

Analogous Colors of #649bbd

#649bbd #646fbd #64bdb3

Monochromatic Colors of #649bbd

#649bbd

Complementary Color

#649bbd #bd8664

#649bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#649bbd Color CSS Codes

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

#649bbd Text Font Color

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

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


#649bbd Background Color

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

This div background color is #649bbd


#649bbd Border Color

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

This div border color is #649bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649bbd


Comments

No comments written yet.

Please login to write comment.