Color Hex Logo

#639885 Color Hex

#639885
(99,152,133)
0 Favorites   0 Comments

Color spaces of #639885

RGB 99152133
HSL0.440.210.49
HSV158°35°60°
CMYK 0.350.000.13   0.40
XYZ20.607526.802626.2776
Yxy26.80260.27970.3637
Hunter Lab51.7712-19.54796.1459
CIE-Lab58.7912-21.99944.4304

#639885 color RGB value is (99,152,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011000 10000101
Octal 143 230 205
Decimal 99 152 133
Hex 63 98 85

RGB Percentages of Color #639885

%25.78
%39.58
%34.64

CMYK Percentages of Color #639885

%35
%0
%13
%40

Triadic Colors of #639885

#639885 #856398 #988563

Analogous Colors of #639885

#639885 #639198 #63986b

Monochromatic Colors of #639885

#639885

Complementary Color

#639885 #986376

#639885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639885 Color CSS Codes

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

#639885 Text Font Color

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

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


#639885 Background Color

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

This div background color is #639885


#639885 Border Color

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

This div border color is #639885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639885


Comments

No comments written yet.

Please login to write comment.