COLOR #639B80

HEX: #639B80 RGB: (99,155,128)

Color info

#639B80 contains red, green and blue colors in about the same proportion. Web safe color of #639B80 is #669966 (or #696).

RGB color model

#639B80 color RGB value is (99,155,128).

RGB: (99,155,128) (39%, 61%, 50%)

RGB channels and saturation

R 99 of 255 = 39%
G 155 of 255 = 61%
B 128 of 255 = 50%

99
155
128

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

Portions of RGB colors in percentages

R + G + B = 99 + 155 + 128 = 382 (100%)
R 99 of 382 ~ 25.92%
G 155 of 382 ~ 40.58%
B 128 of 382 ~ 33.51'%

%25.92
%40.58
%33.51

CMYK color model

#639B80 color CMYK value is (36,0,17,39).

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 39.22%

CMYK: (36,0,17,39)
C36M0Y17K39 (36%, 0%, 17%, 39%)
(0.36 / 0.00 / 0.17 / 0.39)

CMYK percentages

%36.13
%0
%17.42
%39.22

Codes

Color #639B80 in popluar color models

63 9B 80
RGB 99 155 128
HSL 151° 22.05% 49.80%
HSB/HSV 151° 36.13% 60.78%
CMYK 36.13% 0.00% 17.42%
39.22%

Color #639B80 in popluar number systems.

HEX 63 9B 80
Decimal 99 155 128
Binary 1100011 10011011 10000000
Octal 143 233 200

Shades and tints

Shades of #639B80

#639B80
(99,155,128)
#5A8D75
(90,141,117)
#517F6A
(81,127,106)
#48715F
(72,113,95)
#3F6354
(63,99,84)
#365549
(54,85,73)
#2D473E
(45,71,62)
#243933
(36,57,51)
#1B2B28
(27,43,40)
#121D1D
(18,29,29)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #639B80

#639B80
(99,155,128)
#71A48B
(113,164,139)
#7FAD96
(127,173,150)
#8DB6A1
(141,182,161)
#9BBFAC
(155,191,172)
#A9C8B7
(169,200,183)
#B7D1C2
(183,209,194)
#C5DACD
(197,218,205)
#D3E3D8
(211,227,216)
#E1ECE3
(225,236,227)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639B80 color. Also use rgb(99,155,128) instead hex code.

Text Font Color

.myTextColor { color: #639B80; }

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

This text font color is #639B80.

Background Color

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

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

This div background color is #639B80.

Border color

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

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

This div border color is #639B80.

Opacity

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

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

Text with #639B80 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 #639B80;}

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

This text has shadow with #639B80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #639B80.

Preview

Color preview on black background

This text has color #639B80 on black background.


Color preview on white background

This text has color #639B80 on white background.


Black color preview on #639B80 background

This text has black color on #639B80 background.


White color preview on #639B80 background

This text has white color on #639B80 background.


Related colors

Complementary color

Complementary color for #hex is #9C647F.


I love getcolorcode.com

Triadic colors

1 #80639B and #9B8063 with #639B80 are triadic colors.

2 #809B63 and #9B6380 with #639B80 are triadic colors.