COLOR #628190

HEX: #628190
RGB: (98,129,144)

Color info

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

RGB color model

#628190 color RGB value is (98,129,144).

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

RGB channels and saturation

R 98 of 255 = 38%
G 129 of 255 = 51%
B 144 of 255 = 56%

98
129
144

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

Portions of RGB colors in percentages

R + G + B =
98 + 129 + 144 = 371 (100%)
R 98 of 371 ~ 26.42%
G 129 of 371 ~ 34.77%
B 144 of 371 ~ 38.81%

%26.42
%34.77
%38.81

CMYK color model

#628190 color CMYK value is (32,10,0,44).

  • cyan value is 31.94%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(32,10,0,44)
C32M10Y0K44 
(32%,10%,0%,44%)
(0.32/0.10/0.00/0.44)	

CMYK percentages

%31.94
%10.42
%0
%43.53

Codes

Color #628190 in popluar color models

628190
RGB98129144
HSL200°19.01%47.45%
HSB/HSV200°31.94%56.47%
CMYK31.94%10.42%0.00%
43.53%

Color #628190 in popluar number systems.

HEX628190
Decimal98129144
Binary11000101000000110010000
Octal142201220

Shades and tints

Shades of #628190

#628190
(98,129,144)
#5A7683
(90,118,131)
#526B76
(82,107,118)
#4A6069
(74,96,105)
#42555C
(66,85,92)
#3A4A4F
(58,74,79)
#323F42
(50,63,66)
#2A3435
(42,52,53)
#222928
(34,41,40)
#1A1E1B
(26,30,27)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #628190

#628190
(98,129,144)
#708C9A
(112,140,154)
#7E97A4
(126,151,164)
#8CA2AE
(140,162,174)
#9AADB8
(154,173,184)
#A8B8C2
(168,184,194)
#B6C3CC
(182,195,204)
#C4CED6
(196,206,214)
#D2D9E0
(210,217,224)
#E0E4EA
(224,228,234)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628190; }

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

This text font color is #628190.


Background Color

.myBgColor { background-color: #628190; }

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

This div background color is #628190.


Border color

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

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

This div border color is #628190.


Opacity

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

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

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

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

This text has shadow with #628190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628190 on black background.


Color preview on white background

This text has color #628190 on white background.



Black color preview on #628190 background

This text has black color on #628190 background.


White color preview on #628190 background

This text has white color on #628190 background.