COLOR #639591

HEX: #639591
RGB: (99,149,145)

Color info

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

RGB color model

#639591 color RGB value is (99,149,145).

  • red value is 99;
  • green value is 149;
  • blue value is 145.
RGB:
(99,149,145)
(39%,58%,57%)

RGB channels and saturation

R 99 of 255 = 39%
G 149 of 255 = 58%
B 145 of 255 = 57%

99
149
145

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

Portions of RGB colors in percentages

R + G + B =
99 + 149 + 145 = 393 (100%)
R 99 of 393 ~ 25.19%
G 149 of 393 ~ 37.91%
B 145 of 393 ~ 36.9%

%25.19
%37.91
%36.9

CMYK color model

#639591 color CMYK value is (34,0,3,42).

  • cyan value is 33.56%
  • magenta value is 0.00%
  • yellow value is 2.68%
  • key color value is 41.57%
CMYK:
(34,0,3,42)
C34M0Y3K42 
(34%,0%,3%,42%)
(0.34/0.00/0.03/0.42)	

CMYK percentages

%33.56
%0
%2.68
%41.57

Codes

Color #639591 in popluar color models

639591
RGB99149145
HSL175°20.16%48.63%
HSB/HSV175°33.56%58.43%
CMYK33.56%0.00%2.68%
41.57%

Color #639591 in popluar number systems.

HEX639591
Decimal99149145
Binary11000111001010110010001
Octal143225221

Shades and tints

Shades of #639591

#639591
(99,149,145)
#5A8884
(90,136,132)
#517B77
(81,123,119)
#486E6A
(72,110,106)
#3F615D
(63,97,93)
#365450
(54,84,80)
#2D4743
(45,71,67)
#243A36
(36,58,54)
#1B2D29
(27,45,41)
#12201C
(18,32,28)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #639591

#639591
(99,149,145)
#719E9B
(113,158,155)
#7FA7A5
(127,167,165)
#8DB0AF
(141,176,175)
#9BB9B9
(155,185,185)
#A9C2C3
(169,194,195)
#B7CBCD
(183,203,205)
#C5D4D7
(197,212,215)
#D3DDE1
(211,221,225)
#E1E6EB
(225,230,235)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639591 color. Also use rgb(99,149,145) instead hex code.

Text Font Color

.myTextColor { color: #639591; }

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

This text font color is #639591.


Background Color

.myBgColor { background-color: #639591; }

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

This div background color is #639591.


Border color

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

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

This div border color is #639591.


Opacity

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

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

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

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

This text has shadow with #639591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639591 on black background.


Color preview on white background

This text has color #639591 on white background.



Black color preview on #639591 background

This text has black color on #639591 background.


White color preview on #639591 background

This text has white color on #639591 background.