Color Hex Logo

#649abb Color Hex

#649ABB
(100,154,187)
0 Favorites   0 Comments

Color spaces of #649abb

RGB 100154187
HSL0.560.390.56
HSV203°47°73°
CMYK 0.470.180.00   0.27
XYZ25.780829.408451.3313
Yxy29.40840.24200.2761
Hunter Lab54.2295-10.0425-18.1607
CIE-Lab61.1404-8.8414-22.6571

#649abb color RGB value is (100,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011010 10111011
Octal 144 232 273
Decimal 100 154 187
Hex 64 9A BB

RGB Percentages of Color #649abb

%22.68
%34.92
%42.40

CMYK Percentages of Color #649abb

%47
%18
%0
%27

Triadic Colors of #649abb

#649abb #bb649a #9abb64

Analogous Colors of #649abb

#649abb #646fbb #64bbb1

Monochromatic Colors of #649abb

#649abb

Complementary Color

#649abb #bb8564

#649abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#649abb Color CSS Codes

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

#649abb Text Font Color

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

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


#649abb Background Color

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

This div background color is #649abb


#649abb Border Color

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

This div border color is #649abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649abb


Comments

No comments written yet.

Please login to write comment.