COLOR #628FA6

HEX: #628FA6 RGB: (98,143,166)

Color info

#628FA6 contains mainly green and blue colors. Web safe color of #628FA6 is #669999 (or #699).

RGB color model

#628FA6 color RGB value is (98,143,166).

RGB: (98,143,166) (38%, 56%, 65%)

RGB channels and saturation

R 98 of 255 = 38%
G 143 of 255 = 56%
B 166 of 255 = 65%

98
143
166

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

Portions of RGB colors in percentages

R + G + B = 98 + 143 + 166 = 407 (100%)
R 98 of 407 ~ 24.08%
G 143 of 407 ~ 35.14%
B 166 of 407 ~ 40.79'%

%24.08
%35.14
%40.79

CMYK color model

#628FA6 color CMYK value is (41,14,0,35).

  • cyan value is 40.96%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (41,14,0,35)
C41M14Y0K35 (41%, 14%, 0%, 35%)
(0.41 / 0.14 / 0.00 / 0.35)

CMYK percentages

%40.96
%13.86
%0
%34.9

Codes

Color #628FA6 in popluar color models

62 8F A6
RGB 98 143 166
HSL 200° 27.64% 51.76%
HSB/HSV 200° 40.96% 65.10%
CMYK 40.96% 13.86% 0.00%
34.90%

Color #628FA6 in popluar number systems.

HEX 62 8F A6
Decimal 98 143 166
Binary 1100010 10001111 10100110
Octal 142 217 246

Shades and tints

Shades of #628FA6

#628FA6
(98,143,166)
#5A8297
(90,130,151)
#527588
(82,117,136)
#4A6879
(74,104,121)
#425B6A
(66,91,106)
#3A4E5B
(58,78,91)
#32414C
(50,65,76)
#2A343D
(42,52,61)
#22272E
(34,39,46)
#1A1A1F
(26,26,31)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #628FA6

#628FA6
(98,143,166)
#7099AE
(112,153,174)
#7EA3B6
(126,163,182)
#8CADBE
(140,173,190)
#9AB7C6
(154,183,198)
#A8C1CE
(168,193,206)
#B6CBD6
(182,203,214)
#C4D5DE
(196,213,222)
#D2DFE6
(210,223,230)
#E0E9EE
(224,233,238)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628FA6 color. Also use rgb(98,143,166) instead hex code.

Text Font Color

.myTextColor { color: #628FA6; }

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

This text font color is #628FA6.

Background Color

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

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

This div background color is #628FA6.

Border color

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

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

This div border color is #628FA6.

Opacity

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

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

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

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

This text has shadow with #628FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628FA6.

Preview

Color preview on black background

This text has color #628FA6 on black background.


Color preview on white background

This text has color #628FA6 on white background.


Black color preview on #628FA6 background

This text has black color on #628FA6 background.


White color preview on #628FA6 background

This text has white color on #628FA6 background.


Related colors

Complementary color

Complementary color for #hex is #9D7059.


I love getcolorcode.com

Triadic colors

1 #A6628F and #8FA662 with #628FA6 are triadic colors.

2 #A68F62 and #8F62A6 with #628FA6 are triadic colors.