COLOR #625B8F

HEX: #625B8F
RGB: (98,91,143)

Color info

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

RGB color model

#625B8F color RGB value is (98,91,143).

  • red value is 98;
  • green value is 91;
  • blue value is 143.
RGB:
(98,91,143)
(38%,36%,56%)

RGB channels and saturation

R 98 of 255 = 38%
G 91 of 255 = 36%
B 143 of 255 = 56%

98
91
143

R + G + B ~ 43%. #625B8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 91 + 143 = 332 (100%)
R 98 of 332 ~ 29.52%
G 91 of 332 ~ 27.41%
B 143 of 332 ~ 43.07%

%29.52
%27.41
%43.07

CMYK color model

#625B8F color CMYK value is (31,36,0,44).

  • cyan value is 31.47%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(31,36,0,44)
C31M36Y0K44 
(31%,36%,0%,44%)
(0.31/0.36/0.00/0.44)	

CMYK percentages

%31.47
%36.36
%0
%43.92

Codes

Color #625B8F in popluar color models

625B8F
RGB9891143
HSL248°22.22%45.88%
HSB/HSV248°36.36%56.08%
CMYK31.47%36.36%0.00%
43.92%

Color #625B8F in popluar number systems.

HEX625B8F
Decimal9891143
Binary1100010101101110001111
Octal142133217

Shades and tints

Shades of #625B8F

#625B8F
(98,91,143)
#5A5382
(90,83,130)
#524B75
(82,75,117)
#4A4368
(74,67,104)
#423B5B
(66,59,91)
#3A334E
(58,51,78)
#322B41
(50,43,65)
#2A2334
(42,35,52)
#221B27
(34,27,39)
#1A131A
(26,19,26)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #625B8F

#625B8F
(98,91,143)
#706999
(112,105,153)
#7E77A3
(126,119,163)
#8C85AD
(140,133,173)
#9A93B7
(154,147,183)
#A8A1C1
(168,161,193)
#B6AFCB
(182,175,203)
#C4BDD5
(196,189,213)
#D2CBDF
(210,203,223)
#E0D9E9
(224,217,233)
#EEE7F3
(238,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625B8F color. Also use rgb(98,91,143) instead hex code.

Text Font Color

.myTextColor { color: #625B8F; }

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

This text font color is #625B8F.


Background Color

.myBgColor { background-color: #625B8F; }

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

This div background color is #625B8F.


Border color

.myBorderColor { border: 1px solid #625B8F; }

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

This div border color is #625B8F.


Opacity

.myOpacity80 { color: #625B8F; opacity: 0.8; }

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

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

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

This text has shadow with #625B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625B8F on black background.


Color preview on white background

This text has color #625B8F on white background.



Black color preview on #625B8F background

This text has black color on #625B8F background.


White color preview on #625B8F background

This text has white color on #625B8F background.