Color Hex Logo

#649acc Color Hex

#649ACC
(100,154,204)
0 Favorites   0 Comments

Color spaces of #649acc

RGB 100154204
HSL0.580.500.60
HSV209°51°80°
CMYK 0.510.250.00   0.20
XYZ27.710230.180261.4916
Yxy30.18020.23210.2528
Hunter Lab54.9365-6.1028-27.9090
CIE-Lab61.8094-3.8444-31.1620

#649acc color RGB value is (100,154,204).

#649acc hex color red value is 100, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #649acc hue: 0.58 , saturation: 0.50 and the lightness value of 649acc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011010 11001100
Octal 144 232 314
Decimal 100 154 204
Hex 64 9A CC

RGB Percentages of Color #649acc

%21.83
%33.62
%44.54

CMYK Percentages of Color #649acc

%51
%25
%0
%20

Triadic Colors of #649acc

#649acc #cc649a #9acc64

Analogous Colors of #649acc

#649acc #6466cc #64ccca

Monochromatic Colors of #649acc

#649acc

Complementary Color

#649acc #cc9664

#649acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#649acc Color CSS Codes

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

#649acc Text Font Color

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

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


#649acc Background Color

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

This div background color is #649acc


#649acc Border Color

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

This div border color is #649acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649acc


Comments

No comments written yet.

Please login to write comment.