Color Hex Logo

#649bed Color Hex

#649BED
(100,155,237)
0 Favorites   0 Comments

Color spaces of #649bed

RGB 100155237
HSL0.600.790.66
HSV216°58°93°
CMYK 0.580.350.00   0.07
XYZ32.262932.266484.6484
Yxy32.26640.21630.2163
Hunter Lab56.80351.9771-48.5913
CIE-Lab63.56255.8438-46.7238

#649bed color RGB value is (100,155,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011011 11101101
Octal 144 233 355
Decimal 100 155 237
Hex 64 9B ED

RGB Percentages of Color #649bed

%20.33
%31.50
%48.17

CMYK Percentages of Color #649bed

%58
%35
%0
%7

Triadic Colors of #649bed

#649bed #ed649b #9bed64

Analogous Colors of #649bed

#649bed #7264ed #64e0ed

Monochromatic Colors of #649bed

#649bed

Complementary Color

#649bed #edb664

#649bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#649bed Color CSS Codes

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

#649bed Text Font Color

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

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


#649bed Background Color

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

This div background color is #649bed


#649bed Border Color

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

This div border color is #649bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649bed


Comments

No comments written yet.

Please login to write comment.