COLOR #639B8D

HEX: #639B8D
RGB: (99,155,141)

Color info

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

RGB color model

#639B8D color RGB value is (99,155,141).

  • red value is 99;
  • green value is 155;
  • blue value is 141.
RGB:
(99,155,141)
(39%,61%,55%)

RGB channels and saturation

R 99 of 255 = 39%
G 155 of 255 = 61%
B 141 of 255 = 55%

99
155
141

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

Portions of RGB colors in percentages

R + G + B =
99 + 155 + 141 = 395 (100%)
R 99 of 395 ~ 25.06%
G 155 of 395 ~ 39.24%
B 141 of 395 ~ 35.7%

%25.06
%39.24
%35.7

CMYK color model

#639B8D color CMYK value is (36,0,9,39).

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 9.03%
  • key color value is 39.22%
CMYK:
(36,0,9,39)
C36M0Y9K39 
(36%,0%,9%,39%)
(0.36/0.00/0.09/0.39)	

CMYK percentages

%36.13
%0
%9.03
%39.22

Codes

Color #639B8D in popluar color models

639B8D
RGB99155141
HSL165°22.05%49.80%
HSB/HSV165°36.13%60.78%
CMYK36.13%0.00%9.03%
39.22%

Color #639B8D in popluar number systems.

HEX639B8D
Decimal99155141
Binary11000111001101110001101
Octal143233215

Shades and tints

Shades of #639B8D

#639B8D
(99,155,141)
#5A8D81
(90,141,129)
#517F75
(81,127,117)
#487169
(72,113,105)
#3F635D
(63,99,93)
#365551
(54,85,81)
#2D4745
(45,71,69)
#243939
(36,57,57)
#1B2B2D
(27,43,45)
#121D21
(18,29,33)
#090F15
(9,15,21)
#000000
(0,0,0)

Tints of #639B8D

#639B8D
(99,155,141)
#71A497
(113,164,151)
#7FADA1
(127,173,161)
#8DB6AB
(141,182,171)
#9BBFB5
(155,191,181)
#A9C8BF
(169,200,191)
#B7D1C9
(183,209,201)
#C5DAD3
(197,218,211)
#D3E3DD
(211,227,221)
#E1ECE7
(225,236,231)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639B8D; }

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

This text font color is #639B8D.


Background Color

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

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

This div background color is #639B8D.


Border color

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

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

This div border color is #639B8D.


Opacity

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

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

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

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

This text has shadow with #639B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639B8D on black background.


Color preview on white background

This text has color #639B8D on white background.



Black color preview on #639B8D background

This text has black color on #639B8D background.


White color preview on #639B8D background

This text has white color on #639B8D background.