COLOR #638E91

HEX: #638E91
RGB: (99,142,145)

Color info

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

RGB color model

#638E91 color RGB value is (99,142,145).

  • red value is 99;
  • green value is 142;
  • blue value is 145.
RGB:
(99,142,145)
(39%,56%,57%)

RGB channels and saturation

R 99 of 255 = 39%
G 142 of 255 = 56%
B 145 of 255 = 57%

99
142
145

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

Portions of RGB colors in percentages

R + G + B =
99 + 142 + 145 = 386 (100%)
R 99 of 386 ~ 25.65%
G 142 of 386 ~ 36.79%
B 145 of 386 ~ 37.56%

%25.65
%36.79
%37.56

CMYK color model

#638E91 color CMYK value is (32,2,0,43).

  • cyan value is 31.72%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(32,2,0,43)
C32M2Y0K43 
(32%,2%,0%,43%)
(0.32/0.02/0.00/0.43)	

CMYK percentages

%31.72
%2.07
%0
%43.14

Codes

Color #638E91 in popluar color models

638E91
RGB99142145
HSL184°18.85%47.84%
HSB/HSV184°31.72%56.86%
CMYK31.72%2.07%0.00%
43.14%

Color #638E91 in popluar number systems.

HEX638E91
Decimal99142145
Binary11000111000111010010001
Octal143216221

Shades and tints

Shades of #638E91

#638E91
(99,142,145)
#5A8284
(90,130,132)
#517677
(81,118,119)
#486A6A
(72,106,106)
#3F5E5D
(63,94,93)
#365250
(54,82,80)
#2D4643
(45,70,67)
#243A36
(36,58,54)
#1B2E29
(27,46,41)
#12221C
(18,34,28)
#09160F
(9,22,15)
#000000
(0,0,0)

Tints of #638E91

#638E91
(99,142,145)
#71989B
(113,152,155)
#7FA2A5
(127,162,165)
#8DACAF
(141,172,175)
#9BB6B9
(155,182,185)
#A9C0C3
(169,192,195)
#B7CACD
(183,202,205)
#C5D4D7
(197,212,215)
#D3DEE1
(211,222,225)
#E1E8EB
(225,232,235)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638E91 color. Also use rgb(99,142,145) instead hex code.

Text Font Color

.myTextColor { color: #638E91; }

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

This text font color is #638E91.


Background Color

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

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

This div background color is #638E91.


Border color

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

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

This div border color is #638E91.


Opacity

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

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

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

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

This text has shadow with #638E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638E91 on black background.


Color preview on white background

This text has color #638E91 on white background.



Black color preview on #638E91 background

This text has black color on #638E91 background.


White color preview on #638E91 background

This text has white color on #638E91 background.