Color Hex Logo

#639985 Color Hex

#639985
(99,153,133)
0 Favorites   0 Comments

Color spaces of #639985

RGB 99153133
HSL0.440.210.49
HSV158°35°60°
CMYK 0.350.000.13   0.40
XYZ20.770527.128626.3319
Yxy27.12860.27980.3655
Hunter Lab52.0851-19.96686.4852
CIE-Lab59.0932-22.51134.8654

#639985 color RGB value is (99,153,133).

#639985 hex color red value is 99, green value is 153 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #639985 hue: 0.44 , saturation: 0.21 and the lightness value of 639985 is 0.49.

The process color (four color CMYK) of #639985 color hex is 0.35, 0.00, 0.13, 0.40. Web safe color of #639985 is #669999. Color #639985 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011001 10000101
Octal 143 231 205
Decimal 99 153 133
Hex 63 99 85

RGB Percentages of Color #639985

%25.71
%39.74
%34.55

CMYK Percentages of Color #639985

%35
%0
%13
%40

Triadic Colors of #639985

#639985 #856399 #998563

Analogous Colors of #639985

#639985 #639299 #63996a

Monochromatic Colors of #639985

#639985

Complementary Color

#639985 #996377

#639985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639985 Color CSS Codes

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

#639985 Text Font Color

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

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


#639985 Background Color

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

This div background color is #639985


#639985 Border Color

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

This div border color is #639985


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,153,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 #639985">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639985


Comments

No comments written yet.

Please login to write comment.