COLOR #639CBA

HEX: #639CBA
RGB: (99,156,186)

Color info

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

RGB color model

#639CBA color RGB value is (99,156,186).

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

RGB channels and saturation

R 99 of 255 = 39%
G 156 of 255 = 61%
B 186 of 255 = 73%

99
156
186

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

Portions of RGB colors in percentages

R + G + B =
99 + 156 + 186 = 441 (100%)
R 99 of 441 ~ 22.45%
G 156 of 441 ~ 35.37%
B 186 of 441 ~ 42.18%

%22.45
%35.37
%42.18

CMYK color model

#639CBA color CMYK value is (47,16,0,27).

  • cyan value is 46.77%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(47,16,0,27)
C47M16Y0K27 
(47%,16%,0%,27%)
(0.47/0.16/0.00/0.27)	

CMYK percentages

%46.77
%16.13
%0
%27.06

Codes

Color #639CBA in popluar color models

639CBA
RGB99156186
HSL201°38.67%55.88%
HSB/HSV201°46.77%72.94%
CMYK46.77%16.13%0.00%
27.06%

Color #639CBA in popluar number systems.

HEX639CBA
Decimal99156186
Binary11000111001110010111010
Octal143234272

Shades and tints

Shades of #639CBA

#639CBA
(99,156,186)
#5A8EAA
(90,142,170)
#51809A
(81,128,154)
#48728A
(72,114,138)
#3F647A
(63,100,122)
#36566A
(54,86,106)
#2D485A
(45,72,90)
#243A4A
(36,58,74)
#1B2C3A
(27,44,58)
#121E2A
(18,30,42)
#09101A
(9,16,26)
#000000
(0,0,0)

Tints of #639CBA

#639CBA
(99,156,186)
#71A5C0
(113,165,192)
#7FAEC6
(127,174,198)
#8DB7CC
(141,183,204)
#9BC0D2
(155,192,210)
#A9C9D8
(169,201,216)
#B7D2DE
(183,210,222)
#C5DBE4
(197,219,228)
#D3E4EA
(211,228,234)
#E1EDF0
(225,237,240)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639CBA; }

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

This text font color is #639CBA.


Background Color

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

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

This div background color is #639CBA.


Border color

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

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

This div border color is #639CBA.


Opacity

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

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

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

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

This text has shadow with #639CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639CBA on black background.


Color preview on white background

This text has color #639CBA on white background.



Black color preview on #639CBA background

This text has black color on #639CBA background.


White color preview on #639CBA background

This text has white color on #639CBA background.