Color Hex Logo

#638588 Color Hex

#638588
(99,133,136)
0 Favorites   0 Comments

Color spaces of #638588

RGB 99133136
HSL0.510.160.46
HSV185°27°53°
CMYK 0.270.020.00   0.47
XYZ17.977121.205326.4381
Yxy21.20530.27400.3232
Hunter Lab46.0492-10.9017-1.8055
CIE-Lab53.1735-11.1514-5.5083

#638588 color RGB value is (99,133,136).

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

The process color (four color CMYK) of #638588 color hex is 0.27, 0.02, 0.00, 0.47. Web safe color of #638588 is #669999. Color #638588 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000101 10001000
Octal 143 205 210
Decimal 99 133 136
Hex 63 85 88

RGB Percentages of Color #638588

%26.90
%36.14
%36.96

CMYK Percentages of Color #638588

%27
%2
%0
%47

Triadic Colors of #638588

#638588 #886385 #858863

Analogous Colors of #638588

#638588 #637388 #638879

Monochromatic Colors of #638588

#638588

Complementary Color

#638588 #886663

#638588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638588 Color CSS Codes

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

#638588 Text Font Color

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

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


#638588 Background Color

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

This div background color is #638588


#638588 Border Color

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

This div border color is #638588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638588


Comments

No comments written yet.

Please login to write comment.