COLOR #627390

HEX: #627390
RGB: (98,115,144)

Color info

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

RGB color model

#627390 color RGB value is (98,115,144).

  • red value is 98;
  • green value is 115;
  • blue value is 144.
RGB:
(98,115,144)
(38%,45%,56%)

RGB channels and saturation

R 98 of 255 = 38%
G 115 of 255 = 45%
B 144 of 255 = 56%

98
115
144

R + G + B ~ 46%. #627390 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 115 + 144 = 357 (100%)
R 98 of 357 ~ 27.45%
G 115 of 357 ~ 32.21%
B 144 of 357 ~ 40.34%

%27.45
%32.21
%40.34

CMYK color model

#627390 color CMYK value is (32,20,0,44).

  • cyan value is 31.94%
  • magenta value is 20.14%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(32,20,0,44)
C32M20Y0K44 
(32%,20%,0%,44%)
(0.32/0.20/0.00/0.44)	

CMYK percentages

%31.94
%20.14
%0
%43.53

Codes

Color #627390 in popluar color models

627390
RGB98115144
HSL218°19.01%47.45%
HSB/HSV218°31.94%56.47%
CMYK31.94%20.14%0.00%
43.53%

Color #627390 in popluar number systems.

HEX627390
Decimal98115144
Binary1100010111001110010000
Octal142163220

Shades and tints

Shades of #627390

#627390
(98,115,144)
#5A6983
(90,105,131)
#525F76
(82,95,118)
#4A5569
(74,85,105)
#424B5C
(66,75,92)
#3A414F
(58,65,79)
#323742
(50,55,66)
#2A2D35
(42,45,53)
#222328
(34,35,40)
#1A191B
(26,25,27)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #627390

#627390
(98,115,144)
#707F9A
(112,127,154)
#7E8BA4
(126,139,164)
#8C97AE
(140,151,174)
#9AA3B8
(154,163,184)
#A8AFC2
(168,175,194)
#B6BBCC
(182,187,204)
#C4C7D6
(196,199,214)
#D2D3E0
(210,211,224)
#E0DFEA
(224,223,234)
#EEEBF4
(238,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627390 color. Also use rgb(98,115,144) instead hex code.

Text Font Color

.myTextColor { color: #627390; }

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

This text font color is #627390.


Background Color

.myBgColor { background-color: #627390; }

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

This div background color is #627390.


Border color

.myBorderColor { border: 1px solid #627390; }

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

This div border color is #627390.


Opacity

.myOpacity80 { color: #627390; opacity: 0.8; }

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

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

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

This text has shadow with #627390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627390 on black background.


Color preview on white background

This text has color #627390 on white background.



Black color preview on #627390 background

This text has black color on #627390 background.


White color preview on #627390 background

This text has white color on #627390 background.