Color Hex Logo

#649ddb Color Hex

#649DDB
(100,157,219)
0 Favorites   0 Comments

Color spaces of #649ddb

RGB 100157219
HSL0.590.620.63
HSV211°54°86°
CMYK 0.540.280.00   0.14
XYZ30.098731.937771.5961
Yxy31.93770.22520.2390
Hunter Lab56.5134-3.8306-35.5543
CIE-Lab63.2914-0.9677-37.2068

#649ddb color RGB value is (100,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011101 11011011
Octal 144 235 333
Decimal 100 157 219
Hex 64 9D DB

RGB Percentages of Color #649ddb

%21.01
%32.98
%46.01

CMYK Percentages of Color #649ddb

%54
%28
%0
%14

Triadic Colors of #649ddb

#649ddb #db649d #9ddb64

Analogous Colors of #649ddb

#649ddb #6764db #64d9db

Monochromatic Colors of #649ddb

#649ddb

Complementary Color

#649ddb #dba264

#649ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#649ddb Color CSS Codes

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

#649ddb Text Font Color

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

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


#649ddb Background Color

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

This div background color is #649ddb


#649ddb Border Color

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

This div border color is #649ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649ddb


Comments

No comments written yet.

Please login to write comment.