Color Hex Logo

#64959c Color Hex

#64959C
(100,149,156)
0 Favorites   0 Comments

Color spaces of #64959c

RGB 100149156
HSL0.520.220.50
HSV188°36°61°
CMYK 0.360.040.00   0.39
XYZ22.003726.604535.4280
Yxy26.60450.26180.3166
Hunter Lab51.5796-14.1166-4.6183
CIE-Lab58.6064-14.5672-8.9282

#64959c color RGB value is (100,149,156).

#64959c hex color red value is 100, green value is 149 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #64959c hue: 0.52 , saturation: 0.22 and the lightness value of 64959c is 0.50.

The process color (four color CMYK) of #64959c color hex is 0.36, 0.04, 0.00, 0.39. Web safe color of #64959c is #669999. Color #64959c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010101 10011100
Octal 144 225 234
Decimal 100 149 156
Hex 64 95 9C

RGB Percentages of Color #64959c

%24.69
%36.79
%38.52

CMYK Percentages of Color #64959c

%36
%4
%0
%39

Triadic Colors of #64959c

#64959c #9c6495 #959c64

Analogous Colors of #64959c

#64959c #64799c #649c87

Monochromatic Colors of #64959c

#64959c

Complementary Color

#64959c #9c6b64

#64959c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64959c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64959c Color CSS Codes

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

#64959c Text Font Color

<p style="color:#64959c">Text here</p>

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


#64959c Background Color

<div style="background-color:#64959c">
Div content here</div>

This div background color is #64959c


#64959c Border Color

<div style="border:3px solid #64959c">
Div here</div>

This div border color is #64959c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,149,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64959c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64959c;
  -webkit-box-shadow: 1px 1px 3px 2px #64959c;
  box-shadow:         1px 1px 3px 2px #64959c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64959c


Comments

No comments written yet.

Please login to write comment.