COLOR #639F8A

HEX: #639F8A
RGB: (99,159,138)

Color info

#639F8A contains mainly green and blue colors. Web safe color of #639F8A is #669999 (or #699).

RGB color model

#639F8A color RGB value is (99,159,138).

  • red value is 99;
  • green value is 159;
  • blue value is 138.
RGB:
(99,159,138)
(39%,62%,54%)

RGB channels and saturation

R 99 of 255 = 39%
G 159 of 255 = 62%
B 138 of 255 = 54%

99
159
138

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

Portions of RGB colors in percentages

R + G + B =
99 + 159 + 138 = 396 (100%)
R 99 of 396 ~ 25%
G 159 of 396 ~ 40.15%
B 138 of 396 ~ 34.85%

%25
%40.15
%34.85

CMYK color model

#639F8A color CMYK value is (38,0,13,38).

  • cyan value is 37.74%
  • magenta value is 0.00%
  • yellow value is 13.21%
  • key color value is 37.65%
CMYK:
(38,0,13,38)
C38M0Y13K38 
(38%,0%,13%,38%)
(0.38/0.00/0.13/0.38)	

CMYK percentages

%37.74
%0
%13.21
%37.65

Codes

Color #639F8A in popluar color models

639F8A
RGB99159138
HSL159°23.81%50.59%
HSB/HSV159°37.74%62.35%
CMYK37.74%0.00%13.21%
37.65%

Color #639F8A in popluar number systems.

HEX639F8A
Decimal99159138
Binary11000111001111110001010
Octal143237212

Shades and tints

Shades of #639F8A

#639F8A
(99,159,138)
#5A917E
(90,145,126)
#518372
(81,131,114)
#487566
(72,117,102)
#3F675A
(63,103,90)
#36594E
(54,89,78)
#2D4B42
(45,75,66)
#243D36
(36,61,54)
#1B2F2A
(27,47,42)
#12211E
(18,33,30)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #639F8A

#639F8A
(99,159,138)
#71A794
(113,167,148)
#7FAF9E
(127,175,158)
#8DB7A8
(141,183,168)
#9BBFB2
(155,191,178)
#A9C7BC
(169,199,188)
#B7CFC6
(183,207,198)
#C5D7D0
(197,215,208)
#D3DFDA
(211,223,218)
#E1E7E4
(225,231,228)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639F8A color. Also use rgb(99,159,138) instead hex code.

Text Font Color

.myTextColor { color: #639F8A; }

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

This text font color is #639F8A.


Background Color

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

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

This div background color is #639F8A.


Border color

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

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

This div border color is #639F8A.


Opacity

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

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

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

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

This text has shadow with #639F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639F8A on black background.


Color preview on white background

This text has color #639F8A on white background.



Black color preview on #639F8A background

This text has black color on #639F8A background.


White color preview on #639F8A background

This text has white color on #639F8A background.