Color Hex Logo

#639485 Color Hex

#639485
(99,148,133)
0 Favorites   0 Comments

Color spaces of #639485

RGB 99148133
HSL0.450.200.48
HSV162°33°58°
CMYK 0.330.000.10   0.42
XYZ19.969125.525926.0648
Yxy25.52590.27910.3567
Hunter Lab50.5232-17.86404.7786
CIE-Lab57.5843-19.93172.6866

#639485 color RGB value is (99,148,133).

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

The process color (four color CMYK) of #639485 color hex is 0.33, 0.00, 0.10, 0.42. Web safe color of #639485 is #669999. Color #639485 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010100 10000101
Octal 143 224 205
Decimal 99 148 133
Hex 63 94 85

RGB Percentages of Color #639485

%26.05
%38.95
%35.00

CMYK Percentages of Color #639485

%33
%0
%10
%42

Triadic Colors of #639485

#639485 #856394 #948563

Analogous Colors of #639485

#639485 #638b94 #63946d

Monochromatic Colors of #639485

#639485

Complementary Color

#639485 #946372

#639485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639485 Color CSS Codes

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

#639485 Text Font Color

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

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


#639485 Background Color

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

This div background color is #639485


#639485 Border Color

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

This div border color is #639485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639485


Comments

No comments written yet.

Please login to write comment.