COLOR #638789

HEX: #638789
RGB: (99,135,137)

Color info

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

RGB color model

#638789 color RGB value is (99,135,137).

  • red value is 99;
  • green value is 135;
  • blue value is 137.
RGB:
(99,135,137)
(39%,53%,54%)

RGB channels and saturation

R 99 of 255 = 39%
G 135 of 255 = 53%
B 137 of 255 = 54%

99
135
137

R + G + B ~ 49%. #638789 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 135 + 137 = 371 (100%)
R 99 of 371 ~ 26.68%
G 135 of 371 ~ 36.39%
B 137 of 371 ~ 36.93%

%26.68
%36.39
%36.93

CMYK color model

#638789 color CMYK value is (28,1,0,46).

  • cyan value is 27.74%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(28,1,0,46)
C28M1Y0K46 
(28%,1%,0%,46%)
(0.28/0.01/0.00/0.46)	

CMYK percentages

%27.74
%1.46
%0
%46.27

Codes

Color #638789 in popluar color models

638789
RGB99135137
HSL183°16.10%46.27%
HSB/HSV183°27.74%53.73%
CMYK27.74%1.46%0.00%
46.27%

Color #638789 in popluar number systems.

HEX638789
Decimal99135137
Binary11000111000011110001001
Octal143207211

Shades and tints

Shades of #638789

#638789
(99,135,137)
#5A7B7D
(90,123,125)
#516F71
(81,111,113)
#486365
(72,99,101)
#3F5759
(63,87,89)
#364B4D
(54,75,77)
#2D3F41
(45,63,65)
#243335
(36,51,53)
#1B2729
(27,39,41)
#121B1D
(18,27,29)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #638789

#638789
(99,135,137)
#719193
(113,145,147)
#7F9B9D
(127,155,157)
#8DA5A7
(141,165,167)
#9BAFB1
(155,175,177)
#A9B9BB
(169,185,187)
#B7C3C5
(183,195,197)
#C5CDCF
(197,205,207)
#D3D7D9
(211,215,217)
#E1E1E3
(225,225,227)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638789 color. Also use rgb(99,135,137) instead hex code.

Text Font Color

.myTextColor { color: #638789; }

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

This text font color is #638789.


Background Color

.myBgColor { background-color: #638789; }

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

This div background color is #638789.


Border color

.myBorderColor { border: 1px solid #638789; }

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

This div border color is #638789.


Opacity

.myOpacity80 { color: #638789; opacity: 0.8; }

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

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

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

This text has shadow with #638789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638789 on black background.


Color preview on white background

This text has color #638789 on white background.



Black color preview on #638789 background

This text has black color on #638789 background.


White color preview on #638789 background

This text has white color on #638789 background.