Color Hex Logo

#649bdb Color Hex

#649BDB
(100,155,219)
0 Favorites   0 Comments

Color spaces of #649bdb

RGB 100155219
HSL0.590.620.63
HSV212°54°86°
CMYK 0.540.290.00   0.14
XYZ29.763131.266571.4842
Yxy31.26650.22460.2359
Hunter Lab55.9165-2.8422-36.6555
CIE-Lab62.73200.1721-38.0807

#649bdb color RGB value is (100,155,219).

#649bdb hex color red value is 100, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #649bdb hue: 0.59 , saturation: 0.62 and the lightness value of 649bdb is 0.63.

The process color (four color CMYK) of #649bdb color hex is 0.54, 0.29, 0.00, 0.14. Web safe color of #649bdb is #6699cc. Color #649bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011011 11011011
Octal 144 233 333
Decimal 100 155 219
Hex 64 9B DB

RGB Percentages of Color #649bdb

%21.10
%32.70
%46.20

CMYK Percentages of Color #649bdb

%54
%29
%0
%14

Triadic Colors of #649bdb

#649bdb #db649b #9bdb64

Analogous Colors of #649bdb

#649bdb #6964db #64d7db

Monochromatic Colors of #649bdb

#649bdb

Complementary Color

#649bdb #dba464

#649bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#649bdb Color CSS Codes

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

#649bdb Text Font Color

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

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


#649bdb Background Color

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

This div background color is #649bdb


#649bdb Border Color

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

This div border color is #649bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649bdb


Comments

No comments written yet.

Please login to write comment.