COLOR #628898

HEX: #628898
RGB: (98,136,152)

Color info

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

RGB color model

#628898 color RGB value is (98,136,152).

  • red value is 98;
  • green value is 136;
  • blue value is 152.
RGB:
(98,136,152)
(38%,53%,60%)

RGB channels and saturation

R 98 of 255 = 38%
G 136 of 255 = 53%
B 152 of 255 = 60%

98
136
152

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

Portions of RGB colors in percentages

R + G + B =
98 + 136 + 152 = 386 (100%)
R 98 of 386 ~ 25.39%
G 136 of 386 ~ 35.23%
B 152 of 386 ~ 39.38%

%25.39
%35.23
%39.38

CMYK color model

#628898 color CMYK value is (36,11,0,40).

  • cyan value is 35.53%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(36,11,0,40)
C36M11Y0K40 
(36%,11%,0%,40%)
(0.36/0.11/0.00/0.40)	

CMYK percentages

%35.53
%10.53
%0
%40.39

Codes

Color #628898 in popluar color models

628898
RGB98136152
HSL198°21.60%49.02%
HSB/HSV198°35.53%59.61%
CMYK35.53%10.53%0.00%
40.39%

Color #628898 in popluar number systems.

HEX628898
Decimal98136152
Binary11000101000100010011000
Octal142210230

Shades and tints

Shades of #628898

#628898
(98,136,152)
#5A7C8B
(90,124,139)
#52707E
(82,112,126)
#4A6471
(74,100,113)
#425864
(66,88,100)
#3A4C57
(58,76,87)
#32404A
(50,64,74)
#2A343D
(42,52,61)
#222830
(34,40,48)
#1A1C23
(26,28,35)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #628898

#628898
(98,136,152)
#7092A1
(112,146,161)
#7E9CAA
(126,156,170)
#8CA6B3
(140,166,179)
#9AB0BC
(154,176,188)
#A8BAC5
(168,186,197)
#B6C4CE
(182,196,206)
#C4CED7
(196,206,215)
#D2D8E0
(210,216,224)
#E0E2E9
(224,226,233)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628898 color. Also use rgb(98,136,152) instead hex code.

Text Font Color

.myTextColor { color: #628898; }

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

This text font color is #628898.


Background Color

.myBgColor { background-color: #628898; }

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

This div background color is #628898.


Border color

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

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

This div border color is #628898.


Opacity

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

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

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

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

This text has shadow with #628898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628898 on black background.


Color preview on white background

This text has color #628898 on white background.



Black color preview on #628898 background

This text has black color on #628898 background.


White color preview on #628898 background

This text has white color on #628898 background.