COLOR #639BAC

HEX: #639BAC
RGB: (99,155,172)

Color info

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

RGB color model

#639BAC color RGB value is (99,155,172).

  • red value is 99;
  • green value is 155;
  • blue value is 172.
RGB:
(99,155,172)
(39%,61%,67%)

RGB channels and saturation

R 99 of 255 = 39%
G 155 of 255 = 61%
B 172 of 255 = 67%

99
155
172

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

Portions of RGB colors in percentages

R + G + B =
99 + 155 + 172 = 426 (100%)
R 99 of 426 ~ 23.24%
G 155 of 426 ~ 36.38%
B 172 of 426 ~ 40.38%

%23.24
%36.38
%40.38

CMYK color model

#639BAC color CMYK value is (42,10,0,33).

  • cyan value is 42.44%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(42,10,0,33)
C42M10Y0K33 
(42%,10%,0%,33%)
(0.42/0.10/0.00/0.33)	

CMYK percentages

%42.44
%9.88
%0
%32.55

Codes

Color #639BAC in popluar color models

639BAC
RGB99155172
HSL194°30.54%53.14%
HSB/HSV194°42.44%67.45%
CMYK42.44%9.88%0.00%
32.55%

Color #639BAC in popluar number systems.

HEX639BAC
Decimal99155172
Binary11000111001101110101100
Octal143233254

Shades and tints

Shades of #639BAC

#639BAC
(99,155,172)
#5A8D9D
(90,141,157)
#517F8E
(81,127,142)
#48717F
(72,113,127)
#3F6370
(63,99,112)
#365561
(54,85,97)
#2D4752
(45,71,82)
#243943
(36,57,67)
#1B2B34
(27,43,52)
#121D25
(18,29,37)
#090F16
(9,15,22)
#000000
(0,0,0)

Tints of #639BAC

#639BAC
(99,155,172)
#71A4B3
(113,164,179)
#7FADBA
(127,173,186)
#8DB6C1
(141,182,193)
#9BBFC8
(155,191,200)
#A9C8CF
(169,200,207)
#B7D1D6
(183,209,214)
#C5DADD
(197,218,221)
#D3E3E4
(211,227,228)
#E1ECEB
(225,236,235)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639BAC color. Also use rgb(99,155,172) instead hex code.

Text Font Color

.myTextColor { color: #639BAC; }

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

This text font color is #639BAC.


Background Color

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

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

This div background color is #639BAC.


Border color

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

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

This div border color is #639BAC.


Opacity

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

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

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

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

This text has shadow with #639BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639BAC on black background.


Color preview on white background

This text has color #639BAC on white background.



Black color preview on #639BAC background

This text has black color on #639BAC background.


White color preview on #639BAC background

This text has white color on #639BAC background.