COLOR #628CAC

HEX: #628CAC RGB: (98,140,172)

Color info

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

RGB color model

#628CAC color RGB value is (98,140,172).

RGB: (98,140,172) (38%, 55%, 67%)

RGB channels and saturation

R 98 of 255 = 38%
G 140 of 255 = 55%
B 172 of 255 = 67%

98
140
172

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

Portions of RGB colors in percentages

R + G + B = 98 + 140 + 172 = 410 (100%)
R 98 of 410 ~ 23.9%
G 140 of 410 ~ 34.15%
B 172 of 410 ~ 41.95'%

%23.9
%34.15
%41.95

CMYK color model

#628CAC color CMYK value is (43,19,0,33).

  • cyan value is 43.02%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (43,19,0,33)
C43M19Y0K33 (43%, 19%, 0%, 33%)
(0.43 / 0.19 / 0.00 / 0.33)

CMYK percentages

%43.02
%18.6
%0
%32.55

Codes

Color #628CAC in popluar color models

62 8C AC
RGB 98 140 172
HSL 206° 30.83% 52.94%
HSB/HSV 206° 43.02% 67.45%
CMYK 43.02% 18.60% 0.00%
32.55%

Color #628CAC in popluar number systems.

HEX 62 8C AC
Decimal 98 140 172
Binary 1100010 10001100 10101100
Octal 142 214 254

Shades and tints

Shades of #628CAC

#628CAC
(98,140,172)
#5A809D
(90,128,157)
#52748E
(82,116,142)
#4A687F
(74,104,127)
#425C70
(66,92,112)
#3A5061
(58,80,97)
#324452
(50,68,82)
#2A3843
(42,56,67)
#222C34
(34,44,52)
#1A2025
(26,32,37)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #628CAC

#628CAC
(98,140,172)
#7096B3
(112,150,179)
#7EA0BA
(126,160,186)
#8CAAC1
(140,170,193)
#9AB4C8
(154,180,200)
#A8BECF
(168,190,207)
#B6C8D6
(182,200,214)
#C4D2DD
(196,210,221)
#D2DCE4
(210,220,228)
#E0E6EB
(224,230,235)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628CAC color. Also use rgb(98,140,172) instead hex code.

Text Font Color

.myTextColor { color: #628CAC; }

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

This text font color is #628CAC.

Background Color

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

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

This div background color is #628CAC.

Border color

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

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

This div border color is #628CAC.

Opacity

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

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

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

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

This text has shadow with #628CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628CAC.

Preview

Color preview on black background

This text has color #628CAC on black background.


Color preview on white background

This text has color #628CAC on white background.


Black color preview on #628CAC background

This text has black color on #628CAC background.


White color preview on #628CAC background

This text has white color on #628CAC background.


Related colors

Complementary color

Complementary color for #hex is #9D7353.


I love getcolorcode.com

Triadic colors

1 #AC628C and #8CAC62 with #628CAC are triadic colors.

2 #AC8C62 and #8C62AC with #628CAC are triadic colors.