Color Hex Logo

#639d85 Color Hex

#639D85
(99,157,133)
0 Favorites   0 Comments

Color spaces of #639d85

RGB 99157133
HSL0.430.230.50
HSV155°37°62°
CMYK 0.370.000.15   0.38
XYZ21.436228.460026.5538
Yxy28.46000.28040.3723
Hunter Lab53.3479-21.63427.8321
CIE-Lab60.3021-24.53836.6007

#639d85 color RGB value is (99,157,133).

#639d85 hex color red value is 99, green value is 157 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #639d85 hue: 0.43 , saturation: 0.23 and the lightness value of 639d85 is 0.50.

The process color (four color CMYK) of #639d85 color hex is 0.37, 0.00, 0.15, 0.38. Web safe color of #639d85 is #669999. Color #639d85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011101 10000101
Octal 143 235 205
Decimal 99 157 133
Hex 63 9D 85

RGB Percentages of Color #639d85

%25.45
%40.36
%34.19

CMYK Percentages of Color #639d85

%37
%0
%15
%38

Triadic Colors of #639d85

#639d85 #85639d #9d8563

Analogous Colors of #639d85

#639d85 #63989d #639d68

Monochromatic Colors of #639d85

#639d85

Complementary Color

#639d85 #9d637b

#639d85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639d85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639d85 Color CSS Codes

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

#639d85 Text Font Color

<p style="color:#639d85">Text here</p>

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


#639d85 Background Color

<div style="background-color:#639d85">
Div content here</div>

This div background color is #639d85


#639d85 Border Color

<div style="border:3px solid #639d85">
Div here</div>

This div border color is #639d85


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,157,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #639d85; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #639d85;
  -webkit-box-shadow: 1px 1px 3px 2px #639d85;
  box-shadow:         1px 1px 3px 2px #639d85; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,157,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639d85


Comments

No comments written yet.

Please login to write comment.