COLOR #639688

HEX: #639688
RGB: (99,150,136)

Color info

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

RGB color model

#639688 color RGB value is (99,150,136).

  • red value is 99;
  • green value is 150;
  • blue value is 136.
RGB:
(99,150,136)
(39%,59%,53%)

RGB channels and saturation

R 99 of 255 = 39%
G 150 of 255 = 59%
B 136 of 255 = 53%

99
150
136

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

Portions of RGB colors in percentages

R + G + B =
99 + 150 + 136 = 385 (100%)
R 99 of 385 ~ 25.71%
G 150 of 385 ~ 38.96%
B 136 of 385 ~ 35.32%

%25.71
%38.96
%35.32

CMYK color model

#639688 color CMYK value is (34,0,9,41).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 9.33%
  • key color value is 41.18%
CMYK:
(34,0,9,41)
C34M0Y9K41 
(34%,0%,9%,41%)
(0.34/0.00/0.09/0.41)	

CMYK percentages

%34
%0
%9.33
%41.18

Codes

Color #639688 in popluar color models

639688
RGB99150136
HSL164°20.48%48.82%
HSB/HSV164°34.00%58.82%
CMYK34.00%0.00%9.33%
41.18%

Color #639688 in popluar number systems.

HEX639688
Decimal99150136
Binary11000111001011010001000
Octal143226210

Shades and tints

Shades of #639688

#639688
(99,150,136)
#5A897C
(90,137,124)
#517C70
(81,124,112)
#486F64
(72,111,100)
#3F6258
(63,98,88)
#36554C
(54,85,76)
#2D4840
(45,72,64)
#243B34
(36,59,52)
#1B2E28
(27,46,40)
#12211C
(18,33,28)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #639688

#639688
(99,150,136)
#719F92
(113,159,146)
#7FA89C
(127,168,156)
#8DB1A6
(141,177,166)
#9BBAB0
(155,186,176)
#A9C3BA
(169,195,186)
#B7CCC4
(183,204,196)
#C5D5CE
(197,213,206)
#D3DED8
(211,222,216)
#E1E7E2
(225,231,226)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639688 color. Also use rgb(99,150,136) instead hex code.

Text Font Color

.myTextColor { color: #639688; }

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

This text font color is #639688.


Background Color

.myBgColor { background-color: #639688; }

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

This div background color is #639688.


Border color

.myBorderColor { border: 1px solid #639688; }

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

This div border color is #639688.


Opacity

.myOpacity80 { color: #639688; opacity: 0.8; }

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

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

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

This text has shadow with #639688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639688 on black background.


Color preview on white background

This text has color #639688 on white background.



Black color preview on #639688 background

This text has black color on #639688 background.


White color preview on #639688 background

This text has white color on #639688 background.