Color Hex Logo

#638394 Color Hex

#638394
(99,131,148)
0 Favorites   0 Comments

Color spaces of #638394

RGB 99131148
HSL0.560.200.48
HSV201°33°58°
CMYK 0.330.110.00   0.42
XYZ18.607221.023431.0942
Yxy21.02340.26310.2973
Hunter Lab45.8513-7.8015-8.1118
CIE-Lab52.9751-6.9816-12.7827

#638394 color RGB value is (99,131,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000011 10010100
Octal 143 203 224
Decimal 99 131 148
Hex 63 83 94

RGB Percentages of Color #638394

%26.19
%34.66
%39.15

CMYK Percentages of Color #638394

%33
%11
%0
%42

Triadic Colors of #638394

#638394 #946383 #839463

Analogous Colors of #638394

#638394 #636b94 #63948d

Monochromatic Colors of #638394

#638394

Complementary Color

#638394 #947463

#638394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638394 Color CSS Codes

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

#638394 Text Font Color

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

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


#638394 Background Color

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

This div background color is #638394


#638394 Border Color

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

This div border color is #638394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638394


Comments

No comments written yet.

Please login to write comment.