COLOR #628E99

HEX: #628E99
RGB: (98,142,153)

Color info

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

RGB color model

#628E99 color RGB value is (98,142,153).

  • red value is 98;
  • green value is 142;
  • blue value is 153.
RGB:
(98,142,153)
(38%,56%,60%)

RGB channels and saturation

R 98 of 255 = 38%
G 142 of 255 = 56%
B 153 of 255 = 60%

98
142
153

R + G + B ~ 51%. #628E99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 142 + 153 = 393 (100%)
R 98 of 393 ~ 24.94%
G 142 of 393 ~ 36.13%
B 153 of 393 ~ 38.93%

%24.94
%36.13
%38.93

CMYK color model

#628E99 color CMYK value is (36,7,0,40).

  • cyan value is 35.95%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(36,7,0,40)
C36M7Y0K40 
(36%,7%,0%,40%)
(0.36/0.07/0.00/0.40)	

CMYK percentages

%35.95
%7.19
%0
%40

Codes

Color #628E99 in popluar color models

628E99
RGB98142153
HSL192°21.91%49.22%
HSB/HSV192°35.95%60.00%
CMYK35.95%7.19%0.00%
40.00%

Color #628E99 in popluar number systems.

HEX628E99
Decimal98142153
Binary11000101000111010011001
Octal142216231

Shades and tints

Shades of #628E99

#628E99
(98,142,153)
#5A828C
(90,130,140)
#52767F
(82,118,127)
#4A6A72
(74,106,114)
#425E65
(66,94,101)
#3A5258
(58,82,88)
#32464B
(50,70,75)
#2A3A3E
(42,58,62)
#222E31
(34,46,49)
#1A2224
(26,34,36)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #628E99

#628E99
(98,142,153)
#7098A2
(112,152,162)
#7EA2AB
(126,162,171)
#8CACB4
(140,172,180)
#9AB6BD
(154,182,189)
#A8C0C6
(168,192,198)
#B6CACF
(182,202,207)
#C4D4D8
(196,212,216)
#D2DEE1
(210,222,225)
#E0E8EA
(224,232,234)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628E99 color. Also use rgb(98,142,153) instead hex code.

Text Font Color

.myTextColor { color: #628E99; }

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

This text font color is #628E99.


Background Color

.myBgColor { background-color: #628E99; }

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

This div background color is #628E99.


Border color

.myBorderColor { border: 1px solid #628E99; }

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

This div border color is #628E99.


Opacity

.myOpacity80 { color: #628E99; opacity: 0.8; }

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

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

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

This text has shadow with #628E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628E99 on black background.


Color preview on white background

This text has color #628E99 on white background.



Black color preview on #628E99 background

This text has black color on #628E99 background.


White color preview on #628E99 background

This text has white color on #628E99 background.