COLOR #639C81

HEX: #639C81 RGB: (99,156,129)

Color info

#639C81 contains red, green and blue colors in about the same proportion. Web safe color of #639C81 is #669999 (or #699).

RGB color model

#639C81 color RGB value is (99,156,129).

RGB: (99,156,129) (39%, 61%, 51%)

RGB channels and saturation

R 99 of 255 = 39%
G 156 of 255 = 61%
B 129 of 255 = 51%

99
156
129

R + G + B ~ 50%. #639C81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 156 + 129 = 384 (100%)
R 99 of 384 ~ 25.78%
G 156 of 384 ~ 40.63%
B 129 of 384 ~ 33.59'%

%25.78
%40.63
%33.59

CMYK color model

#639C81 color CMYK value is (37,0,17,39).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 17.31%
  • key color value is 38.82%

CMYK: (37,0,17,39)
C37M0Y17K39 (37%, 0%, 17%, 39%)
(0.37 / 0.00 / 0.17 / 0.39)

CMYK percentages

%36.54
%0
%17.31
%38.82

Codes

Color #639C81 in popluar color models

63 9C 81
RGB 99 156 129
HSL 152° 22.35% 50.00%
HSB/HSV 152° 36.54% 61.18%
CMYK 36.54% 0.00% 17.31%
38.82%

Color #639C81 in popluar number systems.

HEX 63 9C 81
Decimal 99 156 129
Binary 1100011 10011100 10000001
Octal 143 234 201

Shades and tints

Shades of #639C81

#639C81
(99,156,129)
#5A8E76
(90,142,118)
#51806B
(81,128,107)
#487260
(72,114,96)
#3F6455
(63,100,85)
#36564A
(54,86,74)
#2D483F
(45,72,63)
#243A34
(36,58,52)
#1B2C29
(27,44,41)
#121E1E
(18,30,30)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #639C81

#639C81
(99,156,129)
#71A58C
(113,165,140)
#7FAE97
(127,174,151)
#8DB7A2
(141,183,162)
#9BC0AD
(155,192,173)
#A9C9B8
(169,201,184)
#B7D2C3
(183,210,195)
#C5DBCE
(197,219,206)
#D3E4D9
(211,228,217)
#E1EDE4
(225,237,228)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639C81 color. Also use rgb(99,156,129) instead hex code.

Text Font Color

.myTextColor { color: #639C81; }

<p style="color:#639C81">This sample text font color is #639C81.</p>

This text font color is #639C81.

Background Color

.myBgColor { background-color: #639C81; }

<div style="background-color:#639C81">Inner text</div>

This div background color is #639C81.

Border color

.myBorderColor { border: 1px solid #639C81; }

<div style="border:3px solid #639C81">Div</div>

This div border color is #639C81.

Opacity

.myOpacity80 { color: #639C81; opacity: 0.8; }

<p style="color:#639C81;opacity:0.8;">80%</p>

Text with #639C81 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #639C81;}

<p style="text-shadow: 3px 3px 1px #639C81">Text here.</p>

This text has shadow with #639C81 color.


.textShadow {text-shadow: 3px 3px 1px #639C81', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #639C81, 5px 5px 20px red">Text here.</p>

This text has shadow with #639C81 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#639C81, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#639C81, Direction=45, Strength=4)">Text</p>

This text has shadow with #639C81 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #639C81;
-webkit-box-shadow: 1px 1px 3px 2px #639C81;
box-shadow: 1px 1px 3px 2px #639C81;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #639C81; -webkit-box-shadow: 1px 1px 3px 2px #639C81; box-shadow:1px 1px 3px 2px #639C81;">
Div content here
</div>

This div box has shadow with color #639C81.

Preview

Color preview on black background

This text has color #639C81 on black background.


Color preview on white background

This text has color #639C81 on white background.


Black color preview on #639C81 background

This text has black color on #639C81 background.


White color preview on #639C81 background

This text has white color on #639C81 background.


Related colors

Complementary color

Complementary color for #hex is #9C637E.


I love getcolorcode.com

Triadic colors

1 #81639C and #9C8163 with #639C81 are triadic colors.

2 #819C63 and #9C6381 with #639C81 are triadic colors.