Color Hex Logo

#649cbb Color Hex

#649CBB
(100,156,187)
0 Favorites   0 Comments

Color spaces of #649cbb

RGB 100156187
HSL0.560.390.56
HSV201°47°73°
CMYK 0.470.170.00   0.27
XYZ26.113630.074151.4423
Yxy30.07410.24260.2794
Hunter Lab54.8399-10.9718-17.2288
CIE-Lab61.7181-9.9449-21.7731

#649cbb color RGB value is (100,156,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011100 10111011
Octal 144 234 273
Decimal 100 156 187
Hex 64 9C BB

RGB Percentages of Color #649cbb

%22.57
%35.21
%42.21

CMYK Percentages of Color #649cbb

%47
%17
%0
%27

Triadic Colors of #649cbb

#649cbb #bb649c #9cbb64

Analogous Colors of #649cbb

#649cbb #6471bb #64bbaf

Monochromatic Colors of #649cbb

#649cbb

Complementary Color

#649cbb #bb8364

#649cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#649cbb Color CSS Codes

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

#649cbb Text Font Color

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

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


#649cbb Background Color

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

This div background color is #649cbb


#649cbb Border Color

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

This div border color is #649cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649cbb


Comments

No comments written yet.

Please login to write comment.