COLOR #627A95

HEX: #627A95
RGB: (98,122,149)

Color info

#627A95 contains red, green and blue colors in about the same proportion. Web safe color of #627A95 is #666699 (or #669).

RGB color model

#627A95 color RGB value is (98,122,149).

  • red value is 98;
  • green value is 122;
  • blue value is 149.
RGB:
(98,122,149)
(38%,48%,58%)

RGB channels and saturation

R 98 of 255 = 38%
G 122 of 255 = 48%
B 149 of 255 = 58%

98
122
149

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

Portions of RGB colors in percentages

R + G + B =
98 + 122 + 149 = 369 (100%)
R 98 of 369 ~ 26.56%
G 122 of 369 ~ 33.06%
B 149 of 369 ~ 40.38%

%26.56
%33.06
%40.38

CMYK color model

#627A95 color CMYK value is (34,18,0,42).

  • cyan value is 34.23%
  • magenta value is 18.12%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(34,18,0,42)
C34M18Y0K42 
(34%,18%,0%,42%)
(0.34/0.18/0.00/0.42)	

CMYK percentages

%34.23
%18.12
%0
%41.57

Codes

Color #627A95 in popluar color models

627A95
RGB98122149
HSL212°20.65%48.43%
HSB/HSV212°34.23%58.43%
CMYK34.23%18.12%0.00%
41.57%

Color #627A95 in popluar number systems.

HEX627A95
Decimal98122149
Binary1100010111101010010101
Octal142172225

Shades and tints

Shades of #627A95

#627A95
(98,122,149)
#5A6F88
(90,111,136)
#52647B
(82,100,123)
#4A596E
(74,89,110)
#424E61
(66,78,97)
#3A4354
(58,67,84)
#323847
(50,56,71)
#2A2D3A
(42,45,58)
#22222D
(34,34,45)
#1A1720
(26,23,32)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #627A95

#627A95
(98,122,149)
#70869E
(112,134,158)
#7E92A7
(126,146,167)
#8C9EB0
(140,158,176)
#9AAAB9
(154,170,185)
#A8B6C2
(168,182,194)
#B6C2CB
(182,194,203)
#C4CED4
(196,206,212)
#D2DADD
(210,218,221)
#E0E6E6
(224,230,230)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627A95 color. Also use rgb(98,122,149) instead hex code.

Text Font Color

.myTextColor { color: #627A95; }

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

This text font color is #627A95.


Background Color

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

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

This div background color is #627A95.


Border color

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

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

This div border color is #627A95.


Opacity

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

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

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

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

This text has shadow with #627A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627A95 on black background.


Color preview on white background

This text has color #627A95 on white background.



Black color preview on #627A95 background

This text has black color on #627A95 background.


White color preview on #627A95 background

This text has white color on #627A95 background.