COLOR #628990

HEX: #628990
RGB: (98,137,144)

Color info

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

RGB color model

#628990 color RGB value is (98,137,144).

  • red value is 98;
  • green value is 137;
  • blue value is 144.
RGB: (98,137,144) (38%,54%,56%)

RGB channels and saturation

R 98 of 255 = 38%
G 137 of 255 = 54%
B 144 of 255 = 56%

98
137
144

R + G + B ~ 49%. #628990 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 137 + 144 = 379 (100%)
R 98 of 379 ~ 25.86%
G 137 of 379 ~ 36.15%
B 144 of 379 ~ 37.99%

%25.86
%36.15
%37.99

CMYK color model

#628990 color CMYK value is (32,5,0,44).

  • cyan value is 31.94%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (32,5,0,44) C32M5Y0K44 (32%,5%,0%,44%) (0.32/0.05/0.00/0.44)

CMYK percentages

%31.94
%4.86
%0
%43.53

Codes

Color #628990 in popluar color models

628990
RGB98137144
HSL189°19.01%47.45%
HSB/HSV189°31.94%56.47%
CMYK31.94%4.86%0.00%
43.53%

Color #628990 in popluar number systems.

HEX628990
Decimal98137144
Binary11000101000100110010000
Octal142211220

Shades and tints

Shades of #628990

#628990
(98,137,144)
#5A7D83
(90,125,131)
#527176
(82,113,118)
#4A6569
(74,101,105)
#42595C
(66,89,92)
#3A4D4F
(58,77,79)
#324142
(50,65,66)
#2A3535
(42,53,53)
#222928
(34,41,40)
#1A1D1B
(26,29,27)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #628990

#628990
(98,137,144)
#70939A
(112,147,154)
#7E9DA4
(126,157,164)
#8CA7AE
(140,167,174)
#9AB1B8
(154,177,184)
#A8BBC2
(168,187,194)
#B6C5CC
(182,197,204)
#C4CFD6
(196,207,214)
#D2D9E0
(210,217,224)
#E0E3EA
(224,227,234)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628990 color. Also use rgb(98,137,144) instead hex code.

Text Font Color

.myTextColor { color: #628990; }

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

This text font color is #628990.


Background Color

.myBgColor { background-color: #628990; }

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

This div background color is #628990.


Border color

.myBorderColor { border: 1px solid #628990; }

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

This div border color is #628990.


Opacity

.myOpacity80 { color: #628990; opacity: 0.8; }

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

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

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

This text has shadow with #628990 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #628990 on black background.


Color preview on white background

This text has color #628990 on white background.



Black color preview on #628990 background

This text has black color on #628990 background.


White color preview on #628990 background

This text has white color on #628990 background.