COLOR #628A91

HEX: #628A91
RGB: (98,138,145)

Color info

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

RGB color model

#628A91 color RGB value is (98,138,145).

  • red value is 98;
  • green value is 138;
  • blue value is 145.
RGB:
(98,138,145)
(38%,54%,57%)

RGB channels and saturation

R 98 of 255 = 38%
G 138 of 255 = 54%
B 145 of 255 = 57%

98
138
145

R + G + B ~ 50%. #628A91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 138 + 145 = 381 (100%)
R 98 of 381 ~ 25.72%
G 138 of 381 ~ 36.22%
B 145 of 381 ~ 38.06%

%25.72
%36.22
%38.06

CMYK color model

#628A91 color CMYK value is (32,5,0,43).

  • cyan value is 32.41%
  • magenta value is 4.83%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(32,5,0,43)
C32M5Y0K43 
(32%,5%,0%,43%)
(0.32/0.05/0.00/0.43)	

CMYK percentages

%32.41
%4.83
%0
%43.14

Codes

Color #628A91 in popluar color models

628A91
RGB98138145
HSL189°19.34%47.65%
HSB/HSV189°32.41%56.86%
CMYK32.41%4.83%0.00%
43.14%

Color #628A91 in popluar number systems.

HEX628A91
Decimal98138145
Binary11000101000101010010001
Octal142212221

Shades and tints

Shades of #628A91

#628A91
(98,138,145)
#5A7E84
(90,126,132)
#527277
(82,114,119)
#4A666A
(74,102,106)
#425A5D
(66,90,93)
#3A4E50
(58,78,80)
#324243
(50,66,67)
#2A3636
(42,54,54)
#222A29
(34,42,41)
#1A1E1C
(26,30,28)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #628A91

#628A91
(98,138,145)
#70949B
(112,148,155)
#7E9EA5
(126,158,165)
#8CA8AF
(140,168,175)
#9AB2B9
(154,178,185)
#A8BCC3
(168,188,195)
#B6C6CD
(182,198,205)
#C4D0D7
(196,208,215)
#D2DAE1
(210,218,225)
#E0E4EB
(224,228,235)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628A91 color. Also use rgb(98,138,145) instead hex code.

Text Font Color

.myTextColor { color: #628A91; }

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

This text font color is #628A91.


Background Color

.myBgColor { background-color: #628A91; }

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

This div background color is #628A91.


Border color

.myBorderColor { border: 1px solid #628A91; }

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

This div border color is #628A91.


Opacity

.myOpacity80 { color: #628A91; opacity: 0.8; }

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

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

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

This text has shadow with #628A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628A91 on black background.


Color preview on white background

This text has color #628A91 on white background.



Black color preview on #628A91 background

This text has black color on #628A91 background.


White color preview on #628A91 background

This text has white color on #628A91 background.