COLOR #628494

HEX: #628494
RGB: (98,132,148)

Color info

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

RGB color model

#628494 color RGB value is (98,132,148).

  • red value is 98;
  • green value is 132;
  • blue value is 148.
RGB:
(98,132,148)
(38%,52%,58%)

RGB channels and saturation

R 98 of 255 = 38%
G 132 of 255 = 52%
B 148 of 255 = 58%

98
132
148

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

Portions of RGB colors in percentages

R + G + B =
98 + 132 + 148 = 378 (100%)
R 98 of 378 ~ 25.93%
G 132 of 378 ~ 34.92%
B 148 of 378 ~ 39.15%

%25.93
%34.92
%39.15

CMYK color model

#628494 color CMYK value is (34,11,0,42).

  • cyan value is 33.78%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(34,11,0,42)
C34M11Y0K42 
(34%,11%,0%,42%)
(0.34/0.11/0.00/0.42)	

CMYK percentages

%33.78
%10.81
%0
%41.96

Codes

Color #628494 in popluar color models

628494
RGB98132148
HSL199°20.33%48.24%
HSB/HSV199°33.78%58.04%
CMYK33.78%10.81%0.00%
41.96%

Color #628494 in popluar number systems.

HEX628494
Decimal98132148
Binary11000101000010010010100
Octal142204224

Shades and tints

Shades of #628494

#628494
(98,132,148)
#5A7887
(90,120,135)
#526C7A
(82,108,122)
#4A606D
(74,96,109)
#425460
(66,84,96)
#3A4853
(58,72,83)
#323C46
(50,60,70)
#2A3039
(42,48,57)
#22242C
(34,36,44)
#1A181F
(26,24,31)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #628494

#628494
(98,132,148)
#708F9D
(112,143,157)
#7E9AA6
(126,154,166)
#8CA5AF
(140,165,175)
#9AB0B8
(154,176,184)
#A8BBC1
(168,187,193)
#B6C6CA
(182,198,202)
#C4D1D3
(196,209,211)
#D2DCDC
(210,220,220)
#E0E7E5
(224,231,229)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628494; }

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

This text font color is #628494.


Background Color

.myBgColor { background-color: #628494; }

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

This div background color is #628494.


Border color

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

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

This div border color is #628494.


Opacity

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

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

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

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

This text has shadow with #628494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628494 on black background.


Color preview on white background

This text has color #628494 on white background.



Black color preview on #628494 background

This text has black color on #628494 background.


White color preview on #628494 background

This text has white color on #628494 background.