Color Hex Logo

#649ab2 Color Hex

#649AB2
(100,154,178)
0 Favorites   0 Comments

Color spaces of #649ab2

RGB 100154178
HSL0.550.340.55
HSV198°44°70°
CMYK 0.440.130.00   0.30
XYZ24.847029.034946.4142
Yxy29.03490.24770.2895
Hunter Lab53.8840-11.9872-13.3519
CIE-Lab60.8124-11.3837-18.0846

#649ab2 color RGB value is (100,154,178).

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

The process color (four color CMYK) of #649ab2 color hex is 0.44, 0.13, 0.00, 0.30. Web safe color of #649ab2 is #669999. Color #649ab2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011010 10110010
Octal 144 232 262
Decimal 100 154 178
Hex 64 9A B2

RGB Percentages of Color #649ab2

%23.15
%35.65
%41.20

CMYK Percentages of Color #649ab2

%44
%13
%0
%30

Triadic Colors of #649ab2

#649ab2 #b2649a #9ab264

Analogous Colors of #649ab2

#649ab2 #6473b2 #64b2a3

Monochromatic Colors of #649ab2

#649ab2

Complementary Color

#649ab2 #b27c64

#649ab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649ab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#649ab2 Color CSS Codes

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

#649ab2 Text Font Color

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

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


#649ab2 Background Color

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

This div background color is #649ab2


#649ab2 Border Color

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

This div border color is #649ab2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,154,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #649ab2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649ab2


Comments

No comments written yet.

Please login to write comment.