COLOR #638A96

HEX: #638A96 RGB: (99,138,150)

Color info

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

RGB color model

#638A96 color RGB value is (99,138,150).

RGB: (99,138,150) (39%, 54%, 59%)

RGB channels and saturation

R 99 of 255 = 39%
G 138 of 255 = 54%
B 150 of 255 = 59%

99
138
150

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

Portions of RGB colors in percentages

R + G + B = 99 + 138 + 150 = 387 (100%)
R 99 of 387 ~ 25.58%
G 138 of 387 ~ 35.66%
B 150 of 387 ~ 38.76'%

%25.58
%35.66
%38.76

CMYK color model

#638A96 color CMYK value is (34,8,0,41).

  • cyan value is 34.00%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (34,8,0,41)
C34M8Y0K41 (34%, 8%, 0%, 41%)
(0.34 / 0.08 / 0.00 / 0.41)

CMYK percentages

%34
%8
%0
%41.18

Codes

Color #638A96 in popluar color models

63 8A 96
RGB 99 138 150
HSL 194° 20.48% 48.82%
HSB/HSV 194° 34.00% 58.82%
CMYK 34.00% 8.00% 0.00%
41.18%

Color #638A96 in popluar number systems.

HEX 63 8A 96
Decimal 99 138 150
Binary 1100011 10001010 10010110
Octal 143 212 226

Shades and tints

Shades of #638A96

#638A96
(99,138,150)
#5A7E89
(90,126,137)
#51727C
(81,114,124)
#48666F
(72,102,111)
#3F5A62
(63,90,98)
#364E55
(54,78,85)
#2D4248
(45,66,72)
#24363B
(36,54,59)
#1B2A2E
(27,42,46)
#121E21
(18,30,33)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #638A96

#638A96
(99,138,150)
#71949F
(113,148,159)
#7F9EA8
(127,158,168)
#8DA8B1
(141,168,177)
#9BB2BA
(155,178,186)
#A9BCC3
(169,188,195)
#B7C6CC
(183,198,204)
#C5D0D5
(197,208,213)
#D3DADE
(211,218,222)
#E1E4E7
(225,228,231)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638A96 color. Also use rgb(99,138,150) instead hex code.

Text Font Color

.myTextColor { color: #638A96; }

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

This text font color is #638A96.

Background Color

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

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

This div background color is #638A96.

Border color

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

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

This div border color is #638A96.

Opacity

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

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

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

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

This text has shadow with #638A96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638A96.

Preview

Color preview on black background

This text has color #638A96 on black background.


Color preview on white background

This text has color #638A96 on white background.


Black color preview on #638A96 background

This text has black color on #638A96 background.


White color preview on #638A96 background

This text has white color on #638A96 background.


Related colors

Complementary color

Complementary color for #hex is #9C7569.


I love getcolorcode.com

Triadic colors

1 #96638A and #8A9663 with #638A96 are triadic colors.

2 #968A63 and #8A6396 with #638A96 are triadic colors.