COLOR #625B95

HEX: #625B95 RGB: (98,91,149)

Color info

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

RGB color model

#625B95 color RGB value is (98,91,149).

RGB: (98,91,149) (38%, 36%, 58%)

RGB channels and saturation

R 98 of 255 = 38%
G 91 of 255 = 36%
B 149 of 255 = 58%

98
91
149

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

Portions of RGB colors in percentages

R + G + B = 98 + 91 + 149 = 338 (100%)
R 98 of 338 ~ 28.99%
G 91 of 338 ~ 26.92%
B 149 of 338 ~ 44.08'%

%28.99
%26.92
%44.08

CMYK color model

#625B95 color CMYK value is (34,39,0,42).

  • cyan value is 34.23%
  • magenta value is 38.93%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (34,39,0,42)
C34M39Y0K42 (34%, 39%, 0%, 42%)
(0.34 / 0.39 / 0.00 / 0.42)

CMYK percentages

%34.23
%38.93
%0
%41.57

Codes

Color #625B95 in popluar color models

62 5B 95
RGB 98 91 149
HSL 247° 24.17% 47.06%
HSB/HSV 247° 38.93% 58.43%
CMYK 34.23% 38.93% 0.00%
41.57%

Color #625B95 in popluar number systems.

HEX 62 5B 95
Decimal 98 91 149
Binary 1100010 1011011 10010101
Octal 142 133 225

Shades and tints

Shades of #625B95

#625B95
(98,91,149)
#5A5388
(90,83,136)
#524B7B
(82,75,123)
#4A436E
(74,67,110)
#423B61
(66,59,97)
#3A3354
(58,51,84)
#322B47
(50,43,71)
#2A233A
(42,35,58)
#221B2D
(34,27,45)
#1A1320
(26,19,32)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #625B95

#625B95
(98,91,149)
#70699E
(112,105,158)
#7E77A7
(126,119,167)
#8C85B0
(140,133,176)
#9A93B9
(154,147,185)
#A8A1C2
(168,161,194)
#B6AFCB
(182,175,203)
#C4BDD4
(196,189,212)
#D2CBDD
(210,203,221)
#E0D9E6
(224,217,230)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625B95; }

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

This text font color is #625B95.

Background Color

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

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

This div background color is #625B95.

Border color

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

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

This div border color is #625B95.

Opacity

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

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

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

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

This text has shadow with #625B95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #625B95.

Preview

Color preview on black background

This text has color #625B95 on black background.


Color preview on white background

This text has color #625B95 on white background.


Black color preview on #625B95 background

This text has black color on #625B95 background.


White color preview on #625B95 background

This text has white color on #625B95 background.


Related colors

Complementary color

Complementary color for #hex is #9DA46A.


I love getcolorcode.com

Triadic colors

1 #95625B and #5B9562 with #625B95 are triadic colors.

2 #955B62 and #5B6295 with #625B95 are triadic colors.