COLOR #639FA4

HEX: #639FA4
RGB: (99,159,164)

Color info

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

RGB color model

#639FA4 color RGB value is (99,159,164).

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

RGB channels and saturation

R 99 of 255 = 39%
G 159 of 255 = 62%
B 164 of 255 = 64%

99
159
164

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

Portions of RGB colors in percentages

R + G + B =
99 + 159 + 164 = 422 (100%)
R 99 of 422 ~ 23.46%
G 159 of 422 ~ 37.68%
B 164 of 422 ~ 38.86%

%23.46
%37.68
%38.86

CMYK color model

#639FA4 color CMYK value is (40,3,0,36).

  • cyan value is 39.63%
  • magenta value is 3.05%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(40,3,0,36)
C40M3Y0K36 
(40%,3%,0%,36%)
(0.40/0.03/0.00/0.36)	

CMYK percentages

%39.63
%3.05
%0
%35.69

Codes

Color #639FA4 in popluar color models

639FA4
RGB99159164
HSL185°26.32%51.57%
HSB/HSV185°39.63%64.31%
CMYK39.63%3.05%0.00%
35.69%

Color #639FA4 in popluar number systems.

HEX639FA4
Decimal99159164
Binary11000111001111110100100
Octal143237244

Shades and tints

Shades of #639FA4

#639FA4
(99,159,164)
#5A9196
(90,145,150)
#518388
(81,131,136)
#48757A
(72,117,122)
#3F676C
(63,103,108)
#36595E
(54,89,94)
#2D4B50
(45,75,80)
#243D42
(36,61,66)
#1B2F34
(27,47,52)
#122126
(18,33,38)
#091318
(9,19,24)
#000000
(0,0,0)

Tints of #639FA4

#639FA4
(99,159,164)
#71A7AC
(113,167,172)
#7FAFB4
(127,175,180)
#8DB7BC
(141,183,188)
#9BBFC4
(155,191,196)
#A9C7CC
(169,199,204)
#B7CFD4
(183,207,212)
#C5D7DC
(197,215,220)
#D3DFE4
(211,223,228)
#E1E7EC
(225,231,236)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639FA4; }

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

This text font color is #639FA4.


Background Color

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

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

This div background color is #639FA4.


Border color

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

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

This div border color is #639FA4.


Opacity

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

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

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

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

This text has shadow with #639FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639FA4 on black background.


Color preview on white background

This text has color #639FA4 on white background.



Black color preview on #639FA4 background

This text has black color on #639FA4 background.


White color preview on #639FA4 background

This text has white color on #639FA4 background.