Color Hex Logo

#649fcb Color Hex

#649FCB
(100,159,203)
0 Favorites   0 Comments

Color spaces of #649fcb

RGB 100159203
HSL0.570.500.59
HSV206°51°80°
CMYK 0.510.220.00   0.20
XYZ28.433231.817461.1427
Yxy31.81740.23420.2621
Hunter Lab56.4069-8.7351-24.7830
CIE-Lab63.1917-6.9438-28.4655

#649fcb color RGB value is (100,159,203).

#649fcb hex color red value is 100, green value is 159 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #649fcb hue: 0.57 , saturation: 0.50 and the lightness value of 649fcb is 0.59.

The process color (four color CMYK) of #649fcb color hex is 0.51, 0.22, 0.00, 0.20. Web safe color of #649fcb is #6699cc. Color #649fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011111 11001011
Octal 144 237 313
Decimal 100 159 203
Hex 64 9F CB

RGB Percentages of Color #649fcb

%21.65
%34.42
%43.94

CMYK Percentages of Color #649fcb

%51
%22
%0
%20

Triadic Colors of #649fcb

#649fcb #cb649f #9fcb64

Analogous Colors of #649fcb

#649fcb #646ccb #64cbc4

Monochromatic Colors of #649fcb

#649fcb

Complementary Color

#649fcb #cb9064

#649fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#649fcb Color CSS Codes

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

#649fcb Text Font Color

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

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


#649fcb Background Color

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

This div background color is #649fcb


#649fcb Border Color

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

This div border color is #649fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649fcb


Comments

No comments written yet.

Please login to write comment.