COLOR #627BA3

HEX: #627BA3
RGB: (98,123,163)

Color info

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

RGB color model

#627BA3 color RGB value is (98,123,163).

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

RGB channels and saturation

R 98 of 255 = 38%
G 123 of 255 = 48%
B 163 of 255 = 64%

98
123
163

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

Portions of RGB colors in percentages

R + G + B =
98 + 123 + 163 = 384 (100%)
R 98 of 384 ~ 25.52%
G 123 of 384 ~ 32.03%
B 163 of 384 ~ 42.45%

%25.52
%32.03
%42.45

CMYK color model

#627BA3 color CMYK value is (40,25,0,36).

  • cyan value is 39.88%
  • magenta value is 24.54%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(40,25,0,36)
C40M25Y0K36 
(40%,25%,0%,36%)
(0.40/0.25/0.00/0.36)	

CMYK percentages

%39.88
%24.54
%0
%36.08

Codes

Color #627BA3 in popluar color models

627BA3
RGB98123163
HSL217°26.10%51.18%
HSB/HSV217°39.88%63.92%
CMYK39.88%24.54%0.00%
36.08%

Color #627BA3 in popluar number systems.

HEX627BA3
Decimal98123163
Binary1100010111101110100011
Octal142173243

Shades and tints

Shades of #627BA3

#627BA3
(98,123,163)
#5A7095
(90,112,149)
#526587
(82,101,135)
#4A5A79
(74,90,121)
#424F6B
(66,79,107)
#3A445D
(58,68,93)
#32394F
(50,57,79)
#2A2E41
(42,46,65)
#222333
(34,35,51)
#1A1825
(26,24,37)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #627BA3

#627BA3
(98,123,163)
#7087AB
(112,135,171)
#7E93B3
(126,147,179)
#8C9FBB
(140,159,187)
#9AABC3
(154,171,195)
#A8B7CB
(168,183,203)
#B6C3D3
(182,195,211)
#C4CFDB
(196,207,219)
#D2DBE3
(210,219,227)
#E0E7EB
(224,231,235)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627BA3; }

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

This text font color is #627BA3.


Background Color

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

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

This div background color is #627BA3.


Border color

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

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

This div border color is #627BA3.


Opacity

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

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

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

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

This text has shadow with #627BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627BA3 on black background.


Color preview on white background

This text has color #627BA3 on white background.



Black color preview on #627BA3 background

This text has black color on #627BA3 background.


White color preview on #627BA3 background

This text has white color on #627BA3 background.