Color Hex Logo

#639997 Color Hex

#639997
(99,153,151)
0 Favorites   0 Comments

Color spaces of #639997

RGB 99153151
HSL0.490.210.49
HSV178°35°60°
CMYK 0.350.000.01   0.40
XYZ22.122727.669533.4529
Yxy27.66950.26580.3324
Hunter Lab52.6018-16.9816-0.8851
CIE-Lab59.5890-18.2498-4.6289

#639997 color RGB value is (99,153,151).

#639997 hex color red value is 99, green value is 153 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #639997 hue: 0.49 , saturation: 0.21 and the lightness value of 639997 is 0.49.

The process color (four color CMYK) of #639997 color hex is 0.35, 0.00, 0.01, 0.40. Web safe color of #639997 is #669999. Color #639997 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011001 10010111
Octal 143 231 227
Decimal 99 153 151
Hex 63 99 97

RGB Percentages of Color #639997

%24.57
%37.97
%37.47

CMYK Percentages of Color #639997

%35
%0
%1
%40

Triadic Colors of #639997

#639997 #976399 #999763

Analogous Colors of #639997

#639997 #638099 #63997c

Monochromatic Colors of #639997

#639997

Complementary Color

#639997 #996365

#639997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639997 Color CSS Codes

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

#639997 Text Font Color

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

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


#639997 Background Color

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

This div background color is #639997


#639997 Border Color

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

This div border color is #639997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639997


Comments

No comments written yet.

Please login to write comment.