COLOR #625DB6

HEX: #625DB6 RGB: (98,93,182)

Color info

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

RGB color model

#625DB6 color RGB value is (98,93,182).

RGB: (98,93,182) (38%, 36%, 71%)

RGB channels and saturation

R 98 of 255 = 38%
G 93 of 255 = 36%
B 182 of 255 = 71%

98
93
182

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

Portions of RGB colors in percentages

R + G + B = 98 + 93 + 182 = 373 (100%)
R 98 of 373 ~ 26.27%
G 93 of 373 ~ 24.93%
B 182 of 373 ~ 48.79'%

%26.27
%24.93
%48.79

CMYK color model

#625DB6 color CMYK value is (46,49,0,29).

  • cyan value is 46.15%
  • magenta value is 48.90%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (46,49,0,29)
C46M49Y0K29 (46%, 49%, 0%, 29%)
(0.46 / 0.49 / 0.00 / 0.29)

CMYK percentages

%46.15
%48.9
%0
%28.63

Codes

Color #625DB6 in popluar color models

62 5D B6
RGB 98 93 182
HSL 243° 37.87% 53.92%
HSB/HSV 243° 48.90% 71.37%
CMYK 46.15% 48.90% 0.00%
28.63%

Color #625DB6 in popluar number systems.

HEX 62 5D B6
Decimal 98 93 182
Binary 1100010 1011101 10110110
Octal 142 135 266

Shades and tints

Shades of #625DB6

#625DB6
(98,93,182)
#5A55A6
(90,85,166)
#524D96
(82,77,150)
#4A4586
(74,69,134)
#423D76
(66,61,118)
#3A3566
(58,53,102)
#322D56
(50,45,86)
#2A2546
(42,37,70)
#221D36
(34,29,54)
#1A1526
(26,21,38)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #625DB6

#625DB6
(98,93,182)
#706BBC
(112,107,188)
#7E79C2
(126,121,194)
#8C87C8
(140,135,200)
#9A95CE
(154,149,206)
#A8A3D4
(168,163,212)
#B6B1DA
(182,177,218)
#C4BFE0
(196,191,224)
#D2CDE6
(210,205,230)
#E0DBEC
(224,219,236)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625DB6; }

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

This text font color is #625DB6.

Background Color

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

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

This div background color is #625DB6.

Border color

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

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

This div border color is #625DB6.

Opacity

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

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

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

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

This text has shadow with #625DB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #625DB6.

Preview

Color preview on black background

This text has color #625DB6 on black background.


Color preview on white background

This text has color #625DB6 on white background.


Black color preview on #625DB6 background

This text has black color on #625DB6 background.


White color preview on #625DB6 background

This text has white color on #625DB6 background.


Related colors

Complementary color

Complementary color for #hex is #9DA249.


I love getcolorcode.com

Triadic colors

1 #B6625D and #5DB662 with #625DB6 are triadic colors.

2 #B65D62 and #5D62B6 with #625DB6 are triadic colors.