Color Hex Logo

#638684 Color Hex

#638684
(99,134,132)
0 Favorites   0 Comments

Color spaces of #638684

RGB 99134132
HSL0.490.150.46
HSV177°26°53°
CMYK 0.260.000.01   0.47
XYZ17.835521.368825.0144
Yxy21.36880.27770.3328
Hunter Lab46.2264-12.02570.2750
CIE-Lab53.3508-12.6713-2.9214

#638684 color RGB value is (99,134,132).

#638684 hex color red value is 99, green value is 134 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #638684 hue: 0.49 , saturation: 0.15 and the lightness value of 638684 is 0.46.

The process color (four color CMYK) of #638684 color hex is 0.26, 0.00, 0.01, 0.47. Web safe color of #638684 is #669999. Color #638684 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000110 10000100
Octal 143 206 204
Decimal 99 134 132
Hex 63 86 84

RGB Percentages of Color #638684

%27.12
%36.71
%36.16

CMYK Percentages of Color #638684

%26
%0
%1
%47

Triadic Colors of #638684

#638684 #846386 #868463

Analogous Colors of #638684

#638684 #637786 #638673

Monochromatic Colors of #638684

#638684

Complementary Color

#638684 #866365

#638684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638684 Color CSS Codes

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

#638684 Text Font Color

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

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


#638684 Background Color

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

This div background color is #638684


#638684 Border Color

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

This div border color is #638684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638684


Comments

No comments written yet.

Please login to write comment.