Color Hex Logo

#638668 Color Hex

#638668
(99,134,104)
0 Favorites   0 Comments

Color spaces of #638668

RGB 99134104
HSL0.360.150.46
HSV129°26°53°
CMYK 0.260.000.22   0.47
XYZ16.169420.702316.2404
Yxy20.70230.30440.3898
Hunter Lab45.4998-16.190510.6873
CIE-Lab52.6221-18.736912.2482

#638668 color RGB value is (99,134,104).

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

The process color (four color CMYK) of #638668 color hex is 0.26, 0.00, 0.22, 0.47. Web safe color of #638668 is #669966. Color #638668 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000110 01101000
Octal 143 206 150
Decimal 99 134 104
Hex 63 86 68

RGB Percentages of Color #638668

%29.38
%39.76
%30.86

CMYK Percentages of Color #638668

%26
%0
%22
%47

Triadic Colors of #638668

#638668 #686386 #866863

Analogous Colors of #638668

#638668 #63867a #708663

Monochromatic Colors of #638668

#638668

Complementary Color

#638668 #866381

#638668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638668 Color CSS Codes

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

#638668 Text Font Color

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

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


#638668 Background Color

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

This div background color is #638668


#638668 Border Color

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

This div border color is #638668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638668


Comments

No comments written yet.

Please login to write comment.