COLOR #639EA7

HEX: #639EA7
RGB: (99,158,167)

Color info

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

RGB color model

#639EA7 color RGB value is (99,158,167).

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

RGB channels and saturation

R 99 of 255 = 39%
G 158 of 255 = 62%
B 167 of 255 = 65%

99
158
167

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

Portions of RGB colors in percentages

R + G + B =
99 + 158 + 167 = 424 (100%)
R 99 of 424 ~ 23.35%
G 158 of 424 ~ 37.26%
B 167 of 424 ~ 39.39%

%23.35
%37.26
%39.39

CMYK color model

#639EA7 color CMYK value is (41,5,0,35).

  • cyan value is 40.72%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(41,5,0,35)
C41M5Y0K35 
(41%,5%,0%,35%)
(0.41/0.05/0.00/0.35)	

CMYK percentages

%40.72
%5.39
%0
%34.51

Codes

Color #639EA7 in popluar color models

639EA7
RGB99158167
HSL188°27.87%52.16%
HSB/HSV188°40.72%65.49%
CMYK40.72%5.39%0.00%
34.51%

Color #639EA7 in popluar number systems.

HEX639EA7
Decimal99158167
Binary11000111001111010100111
Octal143236247

Shades and tints

Shades of #639EA7

#639EA7
(99,158,167)
#5A9098
(90,144,152)
#518289
(81,130,137)
#48747A
(72,116,122)
#3F666B
(63,102,107)
#36585C
(54,88,92)
#2D4A4D
(45,74,77)
#243C3E
(36,60,62)
#1B2E2F
(27,46,47)
#122020
(18,32,32)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #639EA7

#639EA7
(99,158,167)
#71A6AF
(113,166,175)
#7FAEB7
(127,174,183)
#8DB6BF
(141,182,191)
#9BBEC7
(155,190,199)
#A9C6CF
(169,198,207)
#B7CED7
(183,206,215)
#C5D6DF
(197,214,223)
#D3DEE7
(211,222,231)
#E1E6EF
(225,230,239)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639EA7; }

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

This text font color is #639EA7.


Background Color

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

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

This div background color is #639EA7.


Border color

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

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

This div border color is #639EA7.


Opacity

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

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

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

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

This text has shadow with #639EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639EA7 on black background.


Color preview on white background

This text has color #639EA7 on white background.



Black color preview on #639EA7 background

This text has black color on #639EA7 background.


White color preview on #639EA7 background

This text has white color on #639EA7 background.