COLOR #627B9F

HEX: #627B9F
RGB: (98,123,159)

Color info

#627B9F contains mainly green and blue colors. Web safe color of #627B9F is #666699 (or #669).

RGB color model

#627B9F color RGB value is (98,123,159).

  • red value is 98;
  • green value is 123;
  • blue value is 159.
RGB:
(98,123,159)
(38%,48%,62%)

RGB channels and saturation

R 98 of 255 = 38%
G 123 of 255 = 48%
B 159 of 255 = 62%

98
123
159

R + G + B ~ 49%. #627B9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 123 + 159 = 380 (100%)
R 98 of 380 ~ 25.79%
G 123 of 380 ~ 32.37%
B 159 of 380 ~ 41.84%

%25.79
%32.37
%41.84

CMYK color model

#627B9F color CMYK value is (38,23,0,38).

  • cyan value is 38.36%
  • magenta value is 22.64%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(38,23,0,38)
C38M23Y0K38 
(38%,23%,0%,38%)
(0.38/0.23/0.00/0.38)	

CMYK percentages

%38.36
%22.64
%0
%37.65

Codes

Color #627B9F in popluar color models

627B9F
RGB98123159
HSL215°24.11%50.39%
HSB/HSV215°38.36%62.35%
CMYK38.36%22.64%0.00%
37.65%

Color #627B9F in popluar number systems.

HEX627B9F
Decimal98123159
Binary1100010111101110011111
Octal142173237

Shades and tints

Shades of #627B9F

#627B9F
(98,123,159)
#5A7091
(90,112,145)
#526583
(82,101,131)
#4A5A75
(74,90,117)
#424F67
(66,79,103)
#3A4459
(58,68,89)
#32394B
(50,57,75)
#2A2E3D
(42,46,61)
#22232F
(34,35,47)
#1A1821
(26,24,33)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #627B9F

#627B9F
(98,123,159)
#7087A7
(112,135,167)
#7E93AF
(126,147,175)
#8C9FB7
(140,159,183)
#9AABBF
(154,171,191)
#A8B7C7
(168,183,199)
#B6C3CF
(182,195,207)
#C4CFD7
(196,207,215)
#D2DBDF
(210,219,223)
#E0E7E7
(224,231,231)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627B9F color. Also use rgb(98,123,159) instead hex code.

Text Font Color

.myTextColor { color: #627B9F; }

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

This text font color is #627B9F.


Background Color

.myBgColor { background-color: #627B9F; }

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

This div background color is #627B9F.


Border color

.myBorderColor { border: 1px solid #627B9F; }

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

This div border color is #627B9F.


Opacity

.myOpacity80 { color: #627B9F; opacity: 0.8; }

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

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

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

This text has shadow with #627B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627B9F on black background.


Color preview on white background

This text has color #627B9F on white background.



Black color preview on #627B9F background

This text has black color on #627B9F background.


White color preview on #627B9F background

This text has white color on #627B9F background.