COLOR #628189

HEX: #628189
RGB: (98,129,137)

Color info

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

RGB color model

#628189 color RGB value is (98,129,137).

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

RGB channels and saturation

R 98 of 255 = 38%
G 129 of 255 = 51%
B 137 of 255 = 54%

98
129
137

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

Portions of RGB colors in percentages

R + G + B =
98 + 129 + 137 = 364 (100%)
R 98 of 364 ~ 26.92%
G 129 of 364 ~ 35.44%
B 137 of 364 ~ 37.64%

%26.92
%35.44
%37.64

CMYK color model

#628189 color CMYK value is (28,6,0,46).

  • cyan value is 28.47%
  • magenta value is 5.84%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(28,6,0,46)
C28M6Y0K46 
(28%,6%,0%,46%)
(0.28/0.06/0.00/0.46)	

CMYK percentages

%28.47
%5.84
%0
%46.27

Codes

Color #628189 in popluar color models

628189
RGB98129137
HSL192°16.60%46.08%
HSB/HSV192°28.47%53.73%
CMYK28.47%5.84%0.00%
46.27%

Color #628189 in popluar number systems.

HEX628189
Decimal98129137
Binary11000101000000110001001
Octal142201211

Shades and tints

Shades of #628189

#628189
(98,129,137)
#5A767D
(90,118,125)
#526B71
(82,107,113)
#4A6065
(74,96,101)
#425559
(66,85,89)
#3A4A4D
(58,74,77)
#323F41
(50,63,65)
#2A3435
(42,52,53)
#222929
(34,41,41)
#1A1E1D
(26,30,29)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #628189

#628189
(98,129,137)
#708C93
(112,140,147)
#7E979D
(126,151,157)
#8CA2A7
(140,162,167)
#9AADB1
(154,173,177)
#A8B8BB
(168,184,187)
#B6C3C5
(182,195,197)
#C4CECF
(196,206,207)
#D2D9D9
(210,217,217)
#E0E4E3
(224,228,227)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628189; }

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

This text font color is #628189.


Background Color

.myBgColor { background-color: #628189; }

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

This div background color is #628189.


Border color

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

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

This div border color is #628189.


Opacity

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

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

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

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

This text has shadow with #628189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628189 on black background.


Color preview on white background

This text has color #628189 on white background.



Black color preview on #628189 background

This text has black color on #628189 background.


White color preview on #628189 background

This text has white color on #628189 background.