COLOR #639FBA

HEX: #639FBA
RGB: (99,159,186)

Color info

#639FBA contains mainly green and blue colors. Web safe color of #639FBA is #6699CC (or #69C).

RGB color model

#639FBA color RGB value is (99,159,186).

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

RGB channels and saturation

R 99 of 255 = 39%
G 159 of 255 = 62%
B 186 of 255 = 73%

99
159
186

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

Portions of RGB colors in percentages

R + G + B =
99 + 159 + 186 = 444 (100%)
R 99 of 444 ~ 22.3%
G 159 of 444 ~ 35.81%
B 186 of 444 ~ 41.89%

%22.3
%35.81
%41.89

CMYK color model

#639FBA color CMYK value is (47,15,0,27).

  • cyan value is 46.77%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(47,15,0,27)
C47M15Y0K27 
(47%,15%,0%,27%)
(0.47/0.15/0.00/0.27)	

CMYK percentages

%46.77
%14.52
%0
%27.06

Codes

Color #639FBA in popluar color models

639FBA
RGB99159186
HSL199°38.67%55.88%
HSB/HSV199°46.77%72.94%
CMYK46.77%14.52%0.00%
27.06%

Color #639FBA in popluar number systems.

HEX639FBA
Decimal99159186
Binary11000111001111110111010
Octal143237272

Shades and tints

Shades of #639FBA

#639FBA
(99,159,186)
#5A91AA
(90,145,170)
#51839A
(81,131,154)
#48758A
(72,117,138)
#3F677A
(63,103,122)
#36596A
(54,89,106)
#2D4B5A
(45,75,90)
#243D4A
(36,61,74)
#1B2F3A
(27,47,58)
#12212A
(18,33,42)
#09131A
(9,19,26)
#000000
(0,0,0)

Tints of #639FBA

#639FBA
(99,159,186)
#71A7C0
(113,167,192)
#7FAFC6
(127,175,198)
#8DB7CC
(141,183,204)
#9BBFD2
(155,191,210)
#A9C7D8
(169,199,216)
#B7CFDE
(183,207,222)
#C5D7E4
(197,215,228)
#D3DFEA
(211,223,234)
#E1E7F0
(225,231,240)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639FBA; }

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

This text font color is #639FBA.


Background Color

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

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

This div background color is #639FBA.


Border color

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

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

This div border color is #639FBA.


Opacity

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

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

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

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

This text has shadow with #639FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639FBA on black background.


Color preview on white background

This text has color #639FBA on white background.



Black color preview on #639FBA background

This text has black color on #639FBA background.


White color preview on #639FBA background

This text has white color on #639FBA background.