Color Hex Logo

#639096 Color Hex

#639096
(99,144,150)
0 Favorites   0 Comments

Color spaces of #639096

RGB 99144150
HSL0.520.200.49
HSV187°34°59°
CMYK 0.340.040.00   0.41
XYZ20.623924.801232.5543
Yxy24.80120.26450.3180
Hunter Lab49.8008-13.2296-3.8967
CIE-Lab56.8812-13.6872-8.0781

#639096 color RGB value is (99,144,150).

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

The process color (four color CMYK) of #639096 color hex is 0.34, 0.04, 0.00, 0.41. Web safe color of #639096 is #669999. Color #639096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010000 10010110
Octal 143 220 226
Decimal 99 144 150
Hex 63 90 96

RGB Percentages of Color #639096

%25.19
%36.64
%38.17

CMYK Percentages of Color #639096

%34
%4
%0
%41

Triadic Colors of #639096

#639096 #966390 #909663

Analogous Colors of #639096

#639096 #637796 #639683

Monochromatic Colors of #639096

#639096

Complementary Color

#639096 #966963

#639096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639096 Color CSS Codes

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

#639096 Text Font Color

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

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


#639096 Background Color

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

This div background color is #639096


#639096 Border Color

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

This div border color is #639096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639096


Comments

No comments written yet.

Please login to write comment.