COLOR #625DB9

HEX: #625DB9
RGB: (98,93,185)

Color info

#625DB9 contains mainly blue color. Web safe color of #625DB9 is #6666CC (or #66C).

RGB color model

#625DB9 color RGB value is (98,93,185).

  • red value is 98;
  • green value is 93;
  • blue value is 185.
RGB:
(98,93,185)
(38%,36%,73%)

RGB channels and saturation

R 98 of 255 = 38%
G 93 of 255 = 36%
B 185 of 255 = 73%

98
93
185

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

Portions of RGB colors in percentages

R + G + B =
98 + 93 + 185 = 376 (100%)
R 98 of 376 ~ 26.06%
G 93 of 376 ~ 24.73%
B 185 of 376 ~ 49.2%

%26.06
%24.73
%49.2

CMYK color model

#625DB9 color CMYK value is (47,50,0,27).

  • cyan value is 47.03%
  • magenta value is 49.73%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(47,50,0,27)
C47M50Y0K27 
(47%,50%,0%,27%)
(0.47/0.50/0.00/0.27)	

CMYK percentages

%47.03
%49.73
%0
%27.45

Codes

Color #625DB9 in popluar color models

625DB9
RGB9893185
HSL243°39.66%54.51%
HSB/HSV243°49.73%72.55%
CMYK47.03%49.73%0.00%
27.45%

Color #625DB9 in popluar number systems.

HEX625DB9
Decimal9893185
Binary1100010101110110111001
Octal142135271

Shades and tints

Shades of #625DB9

#625DB9
(98,93,185)
#5A55A9
(90,85,169)
#524D99
(82,77,153)
#4A4589
(74,69,137)
#423D79
(66,61,121)
#3A3569
(58,53,105)
#322D59
(50,45,89)
#2A2549
(42,37,73)
#221D39
(34,29,57)
#1A1529
(26,21,41)
#120D19
(18,13,25)
#000000
(0,0,0)

Tints of #625DB9

#625DB9
(98,93,185)
#706BBF
(112,107,191)
#7E79C5
(126,121,197)
#8C87CB
(140,135,203)
#9A95D1
(154,149,209)
#A8A3D7
(168,163,215)
#B6B1DD
(182,177,221)
#C4BFE3
(196,191,227)
#D2CDE9
(210,205,233)
#E0DBEF
(224,219,239)
#EEE9F5
(238,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625DB9 color. Also use rgb(98,93,185) instead hex code.

Text Font Color

.myTextColor { color: #625DB9; }

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

This text font color is #625DB9.


Background Color

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

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

This div background color is #625DB9.


Border color

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

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

This div border color is #625DB9.


Opacity

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

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

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

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

This text has shadow with #625DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625DB9 on black background.


Color preview on white background

This text has color #625DB9 on white background.



Black color preview on #625DB9 background

This text has black color on #625DB9 background.


White color preview on #625DB9 background

This text has white color on #625DB9 background.