COLOR #627DA7

HEX: #627DA7 RGB: (98,125,167)

Color info

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

RGB color model

#627DA7 color RGB value is (98,125,167).

RGB: (98,125,167) (38%, 49%, 65%)

RGB channels and saturation

R 98 of 255 = 38%
G 125 of 255 = 49%
B 167 of 255 = 65%

98
125
167

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

Portions of RGB colors in percentages

R + G + B = 98 + 125 + 167 = 390 (100%)
R 98 of 390 ~ 25.13%
G 125 of 390 ~ 32.05%
B 167 of 390 ~ 42.82'%

%25.13
%32.05
%42.82

CMYK color model

#627DA7 color CMYK value is (41,25,0,35).

  • cyan value is 41.32%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (41,25,0,35)
C41M25Y0K35 (41%, 25%, 0%, 35%)
(0.41 / 0.25 / 0.00 / 0.35)

CMYK percentages

%41.32
%25.15
%0
%34.51

Codes

Color #627DA7 in popluar color models

62 7D A7
RGB 98 125 167
HSL 217° 28.16% 51.96%
HSB/HSV 217° 41.32% 65.49%
CMYK 41.32% 25.15% 0.00%
34.51%

Color #627DA7 in popluar number systems.

HEX 62 7D A7
Decimal 98 125 167
Binary 1100010 1111101 10100111
Octal 142 175 247

Shades and tints

Shades of #627DA7

#627DA7
(98,125,167)
#5A7298
(90,114,152)
#526789
(82,103,137)
#4A5C7A
(74,92,122)
#42516B
(66,81,107)
#3A465C
(58,70,92)
#323B4D
(50,59,77)
#2A303E
(42,48,62)
#22252F
(34,37,47)
#1A1A20
(26,26,32)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #627DA7

#627DA7
(98,125,167)
#7088AF
(112,136,175)
#7E93B7
(126,147,183)
#8C9EBF
(140,158,191)
#9AA9C7
(154,169,199)
#A8B4CF
(168,180,207)
#B6BFD7
(182,191,215)
#C4CADF
(196,202,223)
#D2D5E7
(210,213,231)
#E0E0EF
(224,224,239)
#EEEBF7
(238,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627DA7 color. Also use rgb(98,125,167) instead hex code.

Text Font Color

.myTextColor { color: #627DA7; }

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

This text font color is #627DA7.

Background Color

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

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

This div background color is #627DA7.

Border color

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

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

This div border color is #627DA7.

Opacity

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

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

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

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

This text has shadow with #627DA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #627DA7.

Preview

Color preview on black background

This text has color #627DA7 on black background.


Color preview on white background

This text has color #627DA7 on white background.


Black color preview on #627DA7 background

This text has black color on #627DA7 background.


White color preview on #627DA7 background

This text has white color on #627DA7 background.


Related colors

Complementary color

Complementary color for #hex is #9D8258.


I love getcolorcode.com

Triadic colors

1 #A7627D and #7DA762 with #627DA7 are triadic colors.

2 #A77D62 and #7D62A7 with #627DA7 are triadic colors.