Color Hex Logo

#649bde Color Hex

#649BDE
(100,155,222)
0 Favorites   0 Comments

Color spaces of #649bde

RGB 100155222
HSL0.590.650.63
HSV213°55°87°
CMYK 0.550.300.00   0.13
XYZ30.161731.425973.5834
Yxy31.42590.22310.2325
Hunter Lab56.0588-2.0634-38.5835
CIE-Lab62.86551.1054-39.5355

#649bde color RGB value is (100,155,222).

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

The process color (four color CMYK) of #649bde color hex is 0.55, 0.30, 0.00, 0.13. Web safe color of #649bde is #6699cc. Color #649bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011011 11011110
Octal 144 233 336
Decimal 100 155 222
Hex 64 9B DE

RGB Percentages of Color #649bde

%20.96
%32.49
%46.54

CMYK Percentages of Color #649bde

%55
%30
%0
%13

Triadic Colors of #649bde

#649bde #de649b #9bde64

Analogous Colors of #649bde

#649bde #6a64de #64d8de

Monochromatic Colors of #649bde

#649bde

Complementary Color

#649bde #dea764

#649bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#649bde Color CSS Codes

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

#649bde Text Font Color

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

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


#649bde Background Color

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

This div background color is #649bde


#649bde Border Color

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

This div border color is #649bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649bde


Comments

No comments written yet.

Please login to write comment.