Color Hex Logo

#638793 Color Hex

#638793
(99,135,147)
0 Favorites   0 Comments

Color spaces of #638793

RGB 99135147
HSL0.540.200.48
HSV195°33°58°
CMYK 0.330.080.00   0.42
XYZ19.076022.087230.8616
Yxy22.08720.26490.3067
Hunter Lab46.9970-9.7920-6.0361
CIE-Lab54.1194-9.4960-10.4805

#638793 color RGB value is (99,135,147).

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

The process color (four color CMYK) of #638793 color hex is 0.33, 0.08, 0.00, 0.42. Web safe color of #638793 is #669999. Color #638793 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000111 10010011
Octal 143 207 223
Decimal 99 135 147
Hex 63 87 93

RGB Percentages of Color #638793

%25.98
%35.43
%38.58

CMYK Percentages of Color #638793

%33
%8
%0
%42

Triadic Colors of #638793

#638793 #936387 #879363

Analogous Colors of #638793

#638793 #636f93 #639387

Monochromatic Colors of #638793

#638793

Complementary Color

#638793 #936f63

#638793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638793 Color CSS Codes

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

#638793 Text Font Color

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

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


#638793 Background Color

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

This div background color is #638793


#638793 Border Color

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

This div border color is #638793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638793


Comments

No comments written yet.

Please login to write comment.