Color Hex Logo

#639c9f Color Hex

#639C9F
(99,156,159)
0 Favorites   0 Comments

Color spaces of #639c9f

RGB 99156159
HSL0.510.240.51
HSV183°38°62°
CMYK 0.380.020.00   0.38
XYZ23.292128.932837.1579
Yxy28.93280.26060.3237
Hunter Lab53.7892-16.8361-3.3054
CIE-Lab60.7223-17.8082-7.4837

#639c9f color RGB value is (99,156,159).

#639c9f hex color red value is 99, green value is 156 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #639c9f hue: 0.51 , saturation: 0.24 and the lightness value of 639c9f is 0.51.

The process color (four color CMYK) of #639c9f color hex is 0.38, 0.02, 0.00, 0.38. Web safe color of #639c9f is #669999. Color #639c9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011100 10011111
Octal 143 234 237
Decimal 99 156 159
Hex 63 9C 9F

RGB Percentages of Color #639c9f

%23.91
%37.68
%38.41

CMYK Percentages of Color #639c9f

%38
%2
%0
%38

Triadic Colors of #639c9f

#639c9f #9f639c #9c9f63

Analogous Colors of #639c9f

#639c9f #637e9f #639f84

Monochromatic Colors of #639c9f

#639c9f

Complementary Color

#639c9f #9f6663

#639c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#639c9f Color CSS Codes

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

#639c9f Text Font Color

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

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


#639c9f Background Color

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

This div background color is #639c9f


#639c9f Border Color

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

This div border color is #639c9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639c9f


Comments

No comments written yet.

Please login to write comment.