Color Hex Logo

#638795 Color Hex

#638795
(99,135,149)
0 Favorites   0 Comments

Color spaces of #638795

RGB 99135149
HSL0.550.200.49
HSV197°34°58°
CMYK 0.340.090.00   0.42
XYZ19.234422.150531.6955
Yxy22.15050.26320.3031
Hunter Lab47.0643-9.4126-6.9839
CIE-Lab54.1863-8.9764-11.5379

#638795 color RGB value is (99,135,149).

#638795 hex color red value is 99, green value is 135 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #638795 hue: 0.55 , saturation: 0.20 and the lightness value of 638795 is 0.49.

The process color (four color CMYK) of #638795 color hex is 0.34, 0.09, 0.00, 0.42. Web safe color of #638795 is #669999. Color #638795 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000111 10010101
Octal 143 207 225
Decimal 99 135 149
Hex 63 87 95

RGB Percentages of Color #638795

%25.85
%35.25
%38.90

CMYK Percentages of Color #638795

%34
%9
%0
%42

Triadic Colors of #638795

#638795 #956387 #879563

Analogous Colors of #638795

#638795 #636e95 #63958a

Monochromatic Colors of #638795

#638795

Complementary Color

#638795 #957163

#638795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638795 Color CSS Codes

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

#638795 Text Font Color

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

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


#638795 Background Color

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

This div background color is #638795


#638795 Border Color

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

This div border color is #638795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638795


Comments

No comments written yet.

Please login to write comment.