COLOR #628D94

HEX: #628D94 RGB: (98,141,148)

Color info

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

RGB color model

#628D94 color RGB value is (98,141,148).

RGB: (98,141,148) (38%, 55%, 58%)

RGB channels and saturation

R 98 of 255 = 38%
G 141 of 255 = 55%
B 148 of 255 = 58%

98
141
148

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

Portions of RGB colors in percentages

R + G + B = 98 + 141 + 148 = 387 (100%)
R 98 of 387 ~ 25.32%
G 141 of 387 ~ 36.43%
B 148 of 387 ~ 38.24'%

%25.32
%36.43
%38.24

CMYK color model

#628D94 color CMYK value is (34,5,0,42).

  • cyan value is 33.78%
  • magenta value is 4.73%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (34,5,0,42)
C34M5Y0K42 (34%, 5%, 0%, 42%)
(0.34 / 0.05 / 0.00 / 0.42)

CMYK percentages

%33.78
%4.73
%0
%41.96

Codes

Color #628D94 in popluar color models

62 8D 94
RGB 98 141 148
HSL 188° 20.33% 48.24%
HSB/HSV 188° 33.78% 58.04%
CMYK 33.78% 4.73% 0.00%
41.96%

Color #628D94 in popluar number systems.

HEX 62 8D 94
Decimal 98 141 148
Binary 1100010 10001101 10010100
Octal 142 215 224

Shades and tints

Shades of #628D94

#628D94
(98,141,148)
#5A8187
(90,129,135)
#52757A
(82,117,122)
#4A696D
(74,105,109)
#425D60
(66,93,96)
#3A5153
(58,81,83)
#324546
(50,69,70)
#2A3939
(42,57,57)
#222D2C
(34,45,44)
#1A211F
(26,33,31)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #628D94

#628D94
(98,141,148)
#70979D
(112,151,157)
#7EA1A6
(126,161,166)
#8CABAF
(140,171,175)
#9AB5B8
(154,181,184)
#A8BFC1
(168,191,193)
#B6C9CA
(182,201,202)
#C4D3D3
(196,211,211)
#D2DDDC
(210,221,220)
#E0E7E5
(224,231,229)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628D94 color. Also use rgb(98,141,148) instead hex code.

Text Font Color

.myTextColor { color: #628D94; }

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

This text font color is #628D94.

Background Color

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

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

This div background color is #628D94.

Border color

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

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

This div border color is #628D94.

Opacity

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

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

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

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

This text has shadow with #628D94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628D94.

Preview

Color preview on black background

This text has color #628D94 on black background.


Color preview on white background

This text has color #628D94 on white background.


Black color preview on #628D94 background

This text has black color on #628D94 background.


White color preview on #628D94 background

This text has white color on #628D94 background.


Related colors

Complementary color

Complementary color for #hex is #9D726B.


I love getcolorcode.com

Triadic colors

1 #94628D and #8D9462 with #628D94 are triadic colors.

2 #948D62 and #8D6294 with #628D94 are triadic colors.