Color Hex Logo

#639a7f Color Hex

#639A7F
(99,154,127)
0 Favorites   0 Comments

Color spaces of #639a7f

RGB 99154127
HSL0.420.220.50
HSV151°36°60°
CMYK 0.360.000.18   0.40
XYZ20.532027.296224.2652
Yxy27.29620.28480.3786
Hunter Lab52.2458-21.28169.0352
CIE-Lab59.2475-24.33378.4807

#639a7f color RGB value is (99,154,127).

#639a7f hex color red value is 99, green value is 154 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #639a7f hue: 0.42 , saturation: 0.22 and the lightness value of 639a7f is 0.50.

The process color (four color CMYK) of #639a7f color hex is 0.36, 0.00, 0.18, 0.40. Web safe color of #639a7f is #669966. Color #639a7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011010 01111111
Octal 143 232 177
Decimal 99 154 127
Hex 63 9A 7F

RGB Percentages of Color #639a7f

%26.05
%40.53
%33.42

CMYK Percentages of Color #639a7f

%36
%0
%18
%40

Triadic Colors of #639a7f

#639a7f #7f639a #9a7f63

Analogous Colors of #639a7f

#639a7f #639a9a #639a64

Monochromatic Colors of #639a7f

#639a7f

Complementary Color

#639a7f #9a637e

#639a7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639a7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#639a7f Color CSS Codes

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

#639a7f Text Font Color

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

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


#639a7f Background Color

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

This div background color is #639a7f


#639a7f Border Color

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

This div border color is #639a7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639a7f


Comments

No comments written yet.

Please login to write comment.