Color Hex Logo

#638868 Color Hex

#638868
(99,136,104)
0 Favorites   0 Comments

Color spaces of #638868

RGB 99136104
HSL0.360.160.46
HSV128°27°53°
CMYK 0.270.000.24   0.47
XYZ16.448421.260416.3335
Yxy21.26040.30440.3934
Hunter Lab46.1090-17.014711.2736
CIE-Lab53.2333-19.787013.0997

#638868 color RGB value is (99,136,104).

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

The process color (four color CMYK) of #638868 color hex is 0.27, 0.00, 0.24, 0.47. Web safe color of #638868 is #669966. Color #638868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001000 01101000
Octal 143 210 150
Decimal 99 136 104
Hex 63 88 68

RGB Percentages of Color #638868

%29.20
%40.12
%30.68

CMYK Percentages of Color #638868

%27
%0
%24
%47

Triadic Colors of #638868

#638868 #686388 #886863

Analogous Colors of #638868

#638868 #63887b #718863

Monochromatic Colors of #638868

#638868

Complementary Color

#638868 #886383

#638868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638868 Color CSS Codes

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

#638868 Text Font Color

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

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


#638868 Background Color

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

This div background color is #638868


#638868 Border Color

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

This div border color is #638868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638868


Comments

No comments written yet.

Please login to write comment.