Color Hex Logo

#639384 Color Hex

#639384
(99,147,132)
0 Favorites   0 Comments

Color spaces of #639384

RGB 99147132
HSL0.450.200.48
HSV161°33°58°
CMYK 0.330.000.10   0.42
XYZ19.744225.186025.6506
Yxy25.18600.27970.3568
Hunter Lab50.1857-17.59894.8260
CIE-Lab57.2562-19.63772.7823

#639384 color RGB value is (99,147,132).

#639384 hex color red value is 99, green value is 147 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #639384 hue: 0.45 , saturation: 0.20 and the lightness value of 639384 is 0.48.

The process color (four color CMYK) of #639384 color hex is 0.33, 0.00, 0.10, 0.42. Web safe color of #639384 is #669999. Color #639384 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010011 10000100
Octal 143 223 204
Decimal 99 147 132
Hex 63 93 84

RGB Percentages of Color #639384

%26.19
%38.89
%34.92

CMYK Percentages of Color #639384

%33
%0
%10
%42

Triadic Colors of #639384

#639384 #846393 #938463

Analogous Colors of #639384

#639384 #638a93 #63936c

Monochromatic Colors of #639384

#639384

Complementary Color

#639384 #936372

#639384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639384 Color CSS Codes

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

#639384 Text Font Color

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

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


#639384 Background Color

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

This div background color is #639384


#639384 Border Color

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

This div border color is #639384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639384


Comments

No comments written yet.

Please login to write comment.