COLOR #625C96

HEX: #625C96 RGB: (98,92,150)

Color info

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

RGB color model

#625C96 color RGB value is (98,92,150).

RGB: (98,92,150) (38%, 36%, 59%)

RGB channels and saturation

R 98 of 255 = 38%
G 92 of 255 = 36%
B 150 of 255 = 59%

98
92
150

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

Portions of RGB colors in percentages

R + G + B = 98 + 92 + 150 = 340 (100%)
R 98 of 340 ~ 28.82%
G 92 of 340 ~ 27.06%
B 150 of 340 ~ 44.12'%

%28.82
%27.06
%44.12

CMYK color model

#625C96 color CMYK value is (35,39,0,41).

  • cyan value is 34.67%
  • magenta value is 38.67%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (35,39,0,41)
C35M39Y0K41 (35%, 39%, 0%, 41%)
(0.35 / 0.39 / 0.00 / 0.41)

CMYK percentages

%34.67
%38.67
%0
%41.18

Codes

Color #625C96 in popluar color models

62 5C 96
RGB 98 92 150
HSL 246° 23.97% 47.45%
HSB/HSV 246° 38.67% 58.82%
CMYK 34.67% 38.67% 0.00%
41.18%

Color #625C96 in popluar number systems.

HEX 62 5C 96
Decimal 98 92 150
Binary 1100010 1011100 10010110
Octal 142 134 226

Shades and tints

Shades of #625C96

#625C96
(98,92,150)
#5A5489
(90,84,137)
#524C7C
(82,76,124)
#4A446F
(74,68,111)
#423C62
(66,60,98)
#3A3455
(58,52,85)
#322C48
(50,44,72)
#2A243B
(42,36,59)
#221C2E
(34,28,46)
#1A1421
(26,20,33)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #625C96

#625C96
(98,92,150)
#706A9F
(112,106,159)
#7E78A8
(126,120,168)
#8C86B1
(140,134,177)
#9A94BA
(154,148,186)
#A8A2C3
(168,162,195)
#B6B0CC
(182,176,204)
#C4BED5
(196,190,213)
#D2CCDE
(210,204,222)
#E0DAE7
(224,218,231)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625C96; }

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

This text font color is #625C96.

Background Color

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

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

This div background color is #625C96.

Border color

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

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

This div border color is #625C96.

Opacity

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

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

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

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

This text has shadow with #625C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #625C96.

Preview

Color preview on black background

This text has color #625C96 on black background.


Color preview on white background

This text has color #625C96 on white background.


Black color preview on #625C96 background

This text has black color on #625C96 background.


White color preview on #625C96 background

This text has white color on #625C96 background.


Related colors

Complementary color

Complementary color for #hex is #9DA369.


I love getcolorcode.com

Triadic colors

1 #96625C and #5C9662 with #625C96 are triadic colors.

2 #965C62 and #5C6296 with #625C96 are triadic colors.