COLOR #628199

HEX: #628199
RGB: (98,129,153)

Color info

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

RGB color model

#628199 color RGB value is (98,129,153).

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

RGB channels and saturation

R 98 of 255 = 38%
G 129 of 255 = 51%
B 153 of 255 = 60%

98
129
153

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

Portions of RGB colors in percentages

R + G + B =
98 + 129 + 153 = 380 (100%)
R 98 of 380 ~ 25.79%
G 129 of 380 ~ 33.95%
B 153 of 380 ~ 40.26%

%25.79
%33.95
%40.26

CMYK color model

#628199 color CMYK value is (36,16,0,40).

  • cyan value is 35.95%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(36,16,0,40)
C36M16Y0K40 
(36%,16%,0%,40%)
(0.36/0.16/0.00/0.40)	

CMYK percentages

%35.95
%15.69
%0
%40

Codes

Color #628199 in popluar color models

628199
RGB98129153
HSL206°21.91%49.22%
HSB/HSV206°35.95%60.00%
CMYK35.95%15.69%0.00%
40.00%

Color #628199 in popluar number systems.

HEX628199
Decimal98129153
Binary11000101000000110011001
Octal142201231

Shades and tints

Shades of #628199

#628199
(98,129,153)
#5A768C
(90,118,140)
#526B7F
(82,107,127)
#4A6072
(74,96,114)
#425565
(66,85,101)
#3A4A58
(58,74,88)
#323F4B
(50,63,75)
#2A343E
(42,52,62)
#222931
(34,41,49)
#1A1E24
(26,30,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #628199

#628199
(98,129,153)
#708CA2
(112,140,162)
#7E97AB
(126,151,171)
#8CA2B4
(140,162,180)
#9AADBD
(154,173,189)
#A8B8C6
(168,184,198)
#B6C3CF
(182,195,207)
#C4CED8
(196,206,216)
#D2D9E1
(210,217,225)
#E0E4EA
(224,228,234)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628199; }

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

This text font color is #628199.


Background Color

.myBgColor { background-color: #628199; }

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

This div background color is #628199.


Border color

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

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

This div border color is #628199.


Opacity

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

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

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

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

This text has shadow with #628199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628199 on black background.


Color preview on white background

This text has color #628199 on white background.



Black color preview on #628199 background

This text has black color on #628199 background.


White color preview on #628199 background

This text has white color on #628199 background.