Color Hex Logo

#649bee Color Hex

#649BEE
(100,155,238)
0 Favorites   0 Comments

Color spaces of #649bee

RGB 100155238
HSL0.600.800.66
HSV216°58°93°
CMYK 0.580.350.00   0.07
XYZ32.409532.325185.4201
Yxy32.32510.21580.2153
Hunter Lab56.85522.2549-49.2796
CIE-Lab63.61076.1635-47.1979

#649bee color RGB value is (100,155,238).

#649bee hex color red value is 100, green value is 155 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #649bee hue: 0.60 , saturation: 0.80 and the lightness value of 649bee is 0.66.

The process color (four color CMYK) of #649bee color hex is 0.58, 0.35, 0.00, 0.07. Web safe color of #649bee is #6699ff. Color #649bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011011 11101110
Octal 144 233 356
Decimal 100 155 238
Hex 64 9B EE

RGB Percentages of Color #649bee

%20.28
%31.44
%48.28

CMYK Percentages of Color #649bee

%58
%35
%0
%7

Triadic Colors of #649bee

#649bee #ee649b #9bee64

Analogous Colors of #649bee

#649bee #7264ee #64e0ee

Monochromatic Colors of #649bee

#649bee

Complementary Color

#649bee #eeb764

#649bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#649bee Color CSS Codes

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

#649bee Text Font Color

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

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


#649bee Background Color

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

This div background color is #649bee


#649bee Border Color

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

This div border color is #649bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649bee


Comments

No comments written yet.

Please login to write comment.