COLOR #627096

HEX: #627096
RGB: (98,112,150)

Color info

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

RGB color model

#627096 color RGB value is (98,112,150).

  • red value is 98;
  • green value is 112;
  • blue value is 150.
RGB:
(98,112,150)
(38%,44%,59%)

RGB channels and saturation

R 98 of 255 = 38%
G 112 of 255 = 44%
B 150 of 255 = 59%

98
112
150

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

Portions of RGB colors in percentages

R + G + B =
98 + 112 + 150 = 360 (100%)
R 98 of 360 ~ 27.22%
G 112 of 360 ~ 31.11%
B 150 of 360 ~ 41.67%

%27.22
%31.11
%41.67

CMYK color model

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

  • cyan value is 34.67%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(35,25,0,41)
C35M25Y0K41 
(35%,25%,0%,41%)
(0.35/0.25/0.00/0.41)	

CMYK percentages

%34.67
%25.33
%0
%41.18

Codes

Color #627096 in popluar color models

627096
RGB98112150
HSL224°20.97%48.63%
HSB/HSV224°34.67%58.82%
CMYK34.67%25.33%0.00%
41.18%

Color #627096 in popluar number systems.

HEX627096
Decimal98112150
Binary1100010111000010010110
Octal142160226

Shades and tints

Shades of #627096

#627096
(98,112,150)
#5A6689
(90,102,137)
#525C7C
(82,92,124)
#4A526F
(74,82,111)
#424862
(66,72,98)
#3A3E55
(58,62,85)
#323448
(50,52,72)
#2A2A3B
(42,42,59)
#22202E
(34,32,46)
#1A1621
(26,22,33)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #627096

#627096
(98,112,150)
#707D9F
(112,125,159)
#7E8AA8
(126,138,168)
#8C97B1
(140,151,177)
#9AA4BA
(154,164,186)
#A8B1C3
(168,177,195)
#B6BECC
(182,190,204)
#C4CBD5
(196,203,213)
#D2D8DE
(210,216,222)
#E0E5E7
(224,229,231)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627096 color. Also use rgb(98,112,150) instead hex code.

Text Font Color

.myTextColor { color: #627096; }

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

This text font color is #627096.


Background Color

.myBgColor { background-color: #627096; }

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

This div background color is #627096.


Border color

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

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

This div border color is #627096.


Opacity

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

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

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

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

This text has shadow with #627096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627096 on black background.


Color preview on white background

This text has color #627096 on white background.



Black color preview on #627096 background

This text has black color on #627096 background.


White color preview on #627096 background

This text has white color on #627096 background.