COLOR #639B9C

HEX: #639B9C
RGB: (99,155,156)

Color info

#639B9C contains red, green and blue colors in about the same proportion. Web safe color of #639B9C is #669999 (or #699).

RGB color model

#639B9C color RGB value is (99,155,156).

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

RGB channels and saturation

R 99 of 255 = 39%
G 155 of 255 = 61%
B 156 of 255 = 61%

99
155
156

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

Portions of RGB colors in percentages

R + G + B =
99 + 155 + 156 = 410 (100%)
R 99 of 410 ~ 24.15%
G 155 of 410 ~ 37.8%
B 156 of 410 ~ 38.05%

%24.15
%37.8
%38.05

CMYK color model

#639B9C color CMYK value is (37,1,0,39).

  • cyan value is 36.54%
  • magenta value is 0.64%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(37,1,0,39)
C37M1Y0K39 
(37%,1%,0%,39%)
(0.37/0.01/0.00/0.39)	

CMYK percentages

%36.54
%0.64
%0
%38.82

Codes

Color #639B9C in popluar color models

639B9C
RGB99155156
HSL181°22.35%50.00%
HSB/HSV181°36.54%61.18%
CMYK36.54%0.64%0.00%
38.82%

Color #639B9C in popluar number systems.

HEX639B9C
Decimal99155156
Binary11000111001101110011100
Octal143233234

Shades and tints

Shades of #639B9C

#639B9C
(99,155,156)
#5A8D8E
(90,141,142)
#517F80
(81,127,128)
#487172
(72,113,114)
#3F6364
(63,99,100)
#365556
(54,85,86)
#2D4748
(45,71,72)
#24393A
(36,57,58)
#1B2B2C
(27,43,44)
#121D1E
(18,29,30)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #639B9C

#639B9C
(99,155,156)
#71A4A5
(113,164,165)
#7FADAE
(127,173,174)
#8DB6B7
(141,182,183)
#9BBFC0
(155,191,192)
#A9C8C9
(169,200,201)
#B7D1D2
(183,209,210)
#C5DADB
(197,218,219)
#D3E3E4
(211,227,228)
#E1ECED
(225,236,237)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639B9C; }

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

This text font color is #639B9C.


Background Color

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

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

This div background color is #639B9C.


Border color

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

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

This div border color is #639B9C.


Opacity

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

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

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

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

This text has shadow with #639B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639B9C on black background.


Color preview on white background

This text has color #639B9C on white background.



Black color preview on #639B9C background

This text has black color on #639B9C background.


White color preview on #639B9C background

This text has white color on #639B9C background.