COLOR #639EA4

HEX: #639EA4
RGB: (99,158,164)

Color info

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

RGB color model

#639EA4 color RGB value is (99,158,164).

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

RGB channels and saturation

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

99
158
164

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

Portions of RGB colors in percentages

R + G + B =
99 + 158 + 164 = 421 (100%)
R 99 of 421 ~ 23.52%
G 158 of 421 ~ 37.53%
B 164 of 421 ~ 38.95%

%23.52
%37.53
%38.95

CMYK color model

#639EA4 color CMYK value is (40,4,0,36).

  • cyan value is 39.63%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(40,4,0,36)
C40M4Y0K36 
(40%,4%,0%,36%)
(0.40/0.04/0.00/0.36)	

CMYK percentages

%39.63
%3.66
%0
%35.69

Codes

Color #639EA4 in popluar color models

639EA4
RGB99158164
HSL186°26.32%51.57%
HSB/HSV186°39.63%64.31%
CMYK39.63%3.66%0.00%
35.69%

Color #639EA4 in popluar number systems.

HEX639EA4
Decimal99158164
Binary11000111001111010100100
Octal143236244

Shades and tints

Shades of #639EA4

#639EA4
(99,158,164)
#5A9096
(90,144,150)
#518288
(81,130,136)
#48747A
(72,116,122)
#3F666C
(63,102,108)
#36585E
(54,88,94)
#2D4A50
(45,74,80)
#243C42
(36,60,66)
#1B2E34
(27,46,52)
#122026
(18,32,38)
#091218
(9,18,24)
#000000
(0,0,0)

Tints of #639EA4

#639EA4
(99,158,164)
#71A6AC
(113,166,172)
#7FAEB4
(127,174,180)
#8DB6BC
(141,182,188)
#9BBEC4
(155,190,196)
#A9C6CC
(169,198,204)
#B7CED4
(183,206,212)
#C5D6DC
(197,214,220)
#D3DEE4
(211,222,228)
#E1E6EC
(225,230,236)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639EA4; }

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

This text font color is #639EA4.


Background Color

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

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

This div background color is #639EA4.


Border color

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

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

This div border color is #639EA4.


Opacity

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

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

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

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

This text has shadow with #639EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639EA4 on black background.


Color preview on white background

This text has color #639EA4 on white background.



Black color preview on #639EA4 background

This text has black color on #639EA4 background.


White color preview on #639EA4 background

This text has white color on #639EA4 background.