COLOR #627A88

HEX: #627A88
RGB: (98,122,136)

Color info

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

RGB color model

#627A88 color RGB value is (98,122,136).

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

RGB channels and saturation

R 98 of 255 = 38%
G 122 of 255 = 48%
B 136 of 255 = 53%

98
122
136

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

Portions of RGB colors in percentages

R + G + B =
98 + 122 + 136 = 356 (100%)
R 98 of 356 ~ 27.53%
G 122 of 356 ~ 34.27%
B 136 of 356 ~ 38.2%

%27.53
%34.27
%38.2

CMYK color model

#627A88 color CMYK value is (28,10,0,47).

  • cyan value is 27.94%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(28,10,0,47)
C28M10Y0K47 
(28%,10%,0%,47%)
(0.28/0.10/0.00/0.47)	

CMYK percentages

%27.94
%10.29
%0
%46.67

Codes

Color #627A88 in popluar color models

627A88
RGB98122136
HSL202°16.24%45.88%
HSB/HSV202°27.94%53.33%
CMYK27.94%10.29%0.00%
46.67%

Color #627A88 in popluar number systems.

HEX627A88
Decimal98122136
Binary1100010111101010001000
Octal142172210

Shades and tints

Shades of #627A88

#627A88
(98,122,136)
#5A6F7C
(90,111,124)
#526470
(82,100,112)
#4A5964
(74,89,100)
#424E58
(66,78,88)
#3A434C
(58,67,76)
#323840
(50,56,64)
#2A2D34
(42,45,52)
#222228
(34,34,40)
#1A171C
(26,23,28)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #627A88

#627A88
(98,122,136)
#708692
(112,134,146)
#7E929C
(126,146,156)
#8C9EA6
(140,158,166)
#9AAAB0
(154,170,176)
#A8B6BA
(168,182,186)
#B6C2C4
(182,194,196)
#C4CECE
(196,206,206)
#D2DAD8
(210,218,216)
#E0E6E2
(224,230,226)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627A88; }

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

This text font color is #627A88.


Background Color

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

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

This div background color is #627A88.


Border color

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

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

This div border color is #627A88.


Opacity

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

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

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

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

This text has shadow with #627A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627A88 on black background.


Color preview on white background

This text has color #627A88 on white background.



Black color preview on #627A88 background

This text has black color on #627A88 background.


White color preview on #627A88 background

This text has white color on #627A88 background.