COLOR #685DBD

HEX: #685DBD RGB: (104,93,189)

Color info

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

RGB color model

#685DBD color RGB value is (104,93,189).

RGB: (104,93,189) (41%, 36%, 74%)

RGB channels and saturation

R 104 of 255 = 41%
G 93 of 255 = 36%
B 189 of 255 = 74%

104
93
189

R + G + B ~ 50%. #685DBD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 93 + 189 = 386 (100%)
R 104 of 386 ~ 26.94%
G 93 of 386 ~ 24.09%
B 189 of 386 ~ 48.96'%

%26.94
%24.09
%48.96

CMYK color model

#685DBD color CMYK value is (45,51,0,26).

  • cyan value is 44.97%
  • magenta value is 50.79%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (45,51,0,26)
C45M51Y0K26 (45%, 51%, 0%, 26%)
(0.45 / 0.51 / 0.00 / 0.26)

CMYK percentages

%44.97
%50.79
%0
%25.88

Codes

Color #685DBD in popluar color models

68 5D BD
RGB 104 93 189
HSL 247° 42.11% 55.29%
HSB/HSV 247° 50.79% 74.12%
CMYK 44.97% 50.79% 0.00%
25.88%

Color #685DBD in popluar number systems.

HEX 68 5D BD
Decimal 104 93 189
Binary 1101000 1011101 10111101
Octal 150 135 275

Shades and tints

Shades of #685DBD

#685DBD
(104,93,189)
#5F55AC
(95,85,172)
#564D9B
(86,77,155)
#4D458A
(77,69,138)
#443D79
(68,61,121)
#3B3568
(59,53,104)
#322D57
(50,45,87)
#292546
(41,37,70)
#201D35
(32,29,53)
#171524
(23,21,36)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #685DBD

#685DBD
(104,93,189)
#756BC3
(117,107,195)
#8279C9
(130,121,201)
#8F87CF
(143,135,207)
#9C95D5
(156,149,213)
#A9A3DB
(169,163,219)
#B6B1E1
(182,177,225)
#C3BFE7
(195,191,231)
#D0CDED
(208,205,237)
#DDDBF3
(221,219,243)
#EAE9F9
(234,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685DBD color. Also use rgb(104,93,189) instead hex code.

Text Font Color

.myTextColor { color: #685DBD; }

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

This text font color is #685DBD.

Background Color

.myBgColor { background-color: #685DBD; }

<div style="background-color:#685DBD">Inner text</div>

This div background color is #685DBD.

Border color

.myBorderColor { border: 1px solid #685DBD; }

<div style="border:3px solid #685DBD">Div</div>

This div border color is #685DBD.

Opacity

.myOpacity80 { color: #685DBD; opacity: 0.8; }

<p style="color:#685DBD;opacity:0.8;">80%</p>

Text with #685DBD 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 #685DBD;}

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

This text has shadow with #685DBD color.


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

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

This text has shadow with #685DBD primary color and red secondary color.


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

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

This text has shadow with #685DBD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #685DBD.

Preview

Color preview on black background

This text has color #685DBD on black background.


Color preview on white background

This text has color #685DBD on white background.


Black color preview on #685DBD background

This text has black color on #685DBD background.


White color preview on #685DBD background

This text has white color on #685DBD background.


Related colors

Complementary color

Complementary color for #hex is #97A242.


I love getcolorcode.com

Triadic colors

1 #BD685D and #5DBD68 with #685DBD are triadic colors.

2 #BD5D68 and #5D68BD with #685DBD are triadic colors.