COLOR #638DA0

HEX: #638DA0
RGB: (99,141,160)

Color info

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

RGB color model

#638DA0 color RGB value is (99,141,160).

  • red value is 99;
  • green value is 141;
  • blue value is 160.
RGB:
(99,141,160)
(39%,55%,63%)

RGB channels and saturation

R 99 of 255 = 39%
G 141 of 255 = 55%
B 160 of 255 = 63%

99
141
160

R + G + B ~ 52%. #638DA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 141 + 160 = 400 (100%)
R 99 of 400 ~ 24.75%
G 141 of 400 ~ 35.25%
B 160 of 400 ~ 40%

%24.75
%35.25
%40

CMYK color model

#638DA0 color CMYK value is (38,12,0,37).

  • cyan value is 38.13%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(38,12,0,37)
C38M12Y0K37 
(38%,12%,0%,37%)
(0.38/0.12/0.00/0.37)	

CMYK percentages

%38.13
%11.88
%0
%37.25

Codes

Color #638DA0 in popluar color models

638DA0
RGB99141160
HSL199°24.30%50.78%
HSB/HSV199°38.13%62.75%
CMYK38.13%11.88%0.00%
37.25%

Color #638DA0 in popluar number systems.

HEX638DA0
Decimal99141160
Binary11000111000110110100000
Octal143215240

Shades and tints

Shades of #638DA0

#638DA0
(99,141,160)
#5A8192
(90,129,146)
#517584
(81,117,132)
#486976
(72,105,118)
#3F5D68
(63,93,104)
#36515A
(54,81,90)
#2D454C
(45,69,76)
#24393E
(36,57,62)
#1B2D30
(27,45,48)
#122122
(18,33,34)
#091514
(9,21,20)
#000000
(0,0,0)

Tints of #638DA0

#638DA0
(99,141,160)
#7197A8
(113,151,168)
#7FA1B0
(127,161,176)
#8DABB8
(141,171,184)
#9BB5C0
(155,181,192)
#A9BFC8
(169,191,200)
#B7C9D0
(183,201,208)
#C5D3D8
(197,211,216)
#D3DDE0
(211,221,224)
#E1E7E8
(225,231,232)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638DA0 color. Also use rgb(99,141,160) instead hex code.

Text Font Color

.myTextColor { color: #638DA0; }

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

This text font color is #638DA0.


Background Color

.myBgColor { background-color: #638DA0; }

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

This div background color is #638DA0.


Border color

.myBorderColor { border: 1px solid #638DA0; }

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

This div border color is #638DA0.


Opacity

.myOpacity80 { color: #638DA0; opacity: 0.8; }

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

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

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

This text has shadow with #638DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638DA0 on black background.


Color preview on white background

This text has color #638DA0 on white background.



Black color preview on #638DA0 background

This text has black color on #638DA0 background.


White color preview on #638DA0 background

This text has white color on #638DA0 background.