COLOR #639C86

HEX: #639C86
RGB: (99,156,134)

Color info

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

RGB color model

#639C86 color RGB value is (99,156,134).

  • red value is 99;
  • green value is 156;
  • blue value is 134.
RGB:
(99,156,134)
(39%,61%,53%)

RGB channels and saturation

R 99 of 255 = 39%
G 156 of 255 = 61%
B 134 of 255 = 53%

99
156
134

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

Portions of RGB colors in percentages

R + G + B =
99 + 156 + 134 = 389 (100%)
R 99 of 389 ~ 25.45%
G 156 of 389 ~ 40.1%
B 134 of 389 ~ 34.45%

%25.45
%40.1
%34.45

CMYK color model

#639C86 color CMYK value is (37,0,14,39).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 14.10%
  • key color value is 38.82%
CMYK:
(37,0,14,39)
C37M0Y14K39 
(37%,0%,14%,39%)
(0.37/0.00/0.14/0.39)	

CMYK percentages

%36.54
%0
%14.1
%38.82

Codes

Color #639C86 in popluar color models

639C86
RGB99156134
HSL157°22.35%50.00%
HSB/HSV157°36.54%61.18%
CMYK36.54%0.00%14.10%
38.82%

Color #639C86 in popluar number systems.

HEX639C86
Decimal99156134
Binary11000111001110010000110
Octal143234206

Shades and tints

Shades of #639C86

#639C86
(99,156,134)
#5A8E7A
(90,142,122)
#51806E
(81,128,110)
#487262
(72,114,98)
#3F6456
(63,100,86)
#36564A
(54,86,74)
#2D483E
(45,72,62)
#243A32
(36,58,50)
#1B2C26
(27,44,38)
#121E1A
(18,30,26)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #639C86

#639C86
(99,156,134)
#71A591
(113,165,145)
#7FAE9C
(127,174,156)
#8DB7A7
(141,183,167)
#9BC0B2
(155,192,178)
#A9C9BD
(169,201,189)
#B7D2C8
(183,210,200)
#C5DBD3
(197,219,211)
#D3E4DE
(211,228,222)
#E1EDE9
(225,237,233)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639C86; }

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

This text font color is #639C86.


Background Color

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

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

This div background color is #639C86.


Border color

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

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

This div border color is #639C86.


Opacity

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

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

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

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

This text has shadow with #639C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639C86 on black background.


Color preview on white background

This text has color #639C86 on white background.



Black color preview on #639C86 background

This text has black color on #639C86 background.


White color preview on #639C86 background

This text has white color on #639C86 background.