Color Hex Logo

#649abd Color Hex

#649ABD
(100,154,189)
0 Favorites   0 Comments

Color spaces of #649abd

RGB 100154189
HSL0.570.400.57
HSV204°47°74°
CMYK 0.470.190.00   0.26
XYZ25.996429.494752.4670
Yxy29.49470.24080.2732
Hunter Lab54.3090-9.5972-19.2627
CIE-Lab61.2158-8.2666-23.6667

#649abd color RGB value is (100,154,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011010 10111101
Octal 144 232 275
Decimal 100 154 189
Hex 64 9A BD

RGB Percentages of Color #649abd

%22.57
%34.76
%42.66

CMYK Percentages of Color #649abd

%47
%19
%0
%26

Triadic Colors of #649abd

#649abd #bd649a #9abd64

Analogous Colors of #649abd

#649abd #646ebd #64bdb4

Monochromatic Colors of #649abd

#649abd

Complementary Color

#649abd #bd8764

#649abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#649abd Color CSS Codes

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

#649abd Text Font Color

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

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


#649abd Background Color

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

This div background color is #649abd


#649abd Border Color

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

This div border color is #649abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649abd


Comments

No comments written yet.

Please login to write comment.