COLOR #685DBE

HEX: #685DBE RGB: (104,93,190)

Color info

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

RGB color model

#685DBE color RGB value is (104,93,190).

RGB: (104,93,190) (41%, 36%, 75%)

RGB channels and saturation

R 104 of 255 = 41%
G 93 of 255 = 36%
B 190 of 255 = 75%

104
93
190

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

Portions of RGB colors in percentages

R + G + B = 104 + 93 + 190 = 387 (100%)
R 104 of 387 ~ 26.87%
G 93 of 387 ~ 24.03%
B 190 of 387 ~ 49.1'%

%26.87
%24.03
%49.1

CMYK color model

#685DBE color CMYK value is (45,51,0,25).

  • cyan value is 45.26%
  • magenta value is 51.05%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (45,51,0,25)
C45M51Y0K25 (45%, 51%, 0%, 25%)
(0.45 / 0.51 / 0.00 / 0.25)

CMYK percentages

%45.26
%51.05
%0
%25.49

Codes

Color #685DBE in popluar color models

68 5D BE
RGB 104 93 190
HSL 247° 42.73% 55.49%
HSB/HSV 247° 51.05% 74.51%
CMYK 45.26% 51.05% 0.00%
25.49%

Color #685DBE in popluar number systems.

HEX 68 5D BE
Decimal 104 93 190
Binary 1101000 1011101 10111110
Octal 150 135 276

Shades and tints

Shades of #685DBE

#685DBE
(104,93,190)
#5F55AD
(95,85,173)
#564D9C
(86,77,156)
#4D458B
(77,69,139)
#443D7A
(68,61,122)
#3B3569
(59,53,105)
#322D58
(50,45,88)
#292547
(41,37,71)
#201D36
(32,29,54)
#171525
(23,21,37)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #685DBE

#685DBE
(104,93,190)
#756BC3
(117,107,195)
#8279C8
(130,121,200)
#8F87CD
(143,135,205)
#9C95D2
(156,149,210)
#A9A3D7
(169,163,215)
#B6B1DC
(182,177,220)
#C3BFE1
(195,191,225)
#D0CDE6
(208,205,230)
#DDDBEB
(221,219,235)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685DBE; }

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

This text font color is #685DBE.

Background Color

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

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

This div background color is #685DBE.

Border color

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

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

This div border color is #685DBE.

Opacity

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

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

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

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

This text has shadow with #685DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685DBE.

Preview

Color preview on black background

This text has color #685DBE on black background.


Color preview on white background

This text has color #685DBE on white background.


Black color preview on #685DBE background

This text has black color on #685DBE background.


White color preview on #685DBE background

This text has white color on #685DBE background.


Related colors

Complementary color

Complementary color for #hex is #97A241.


I love getcolorcode.com

Triadic colors

1 #BE685D and #5DBE68 with #685DBE are triadic colors.

2 #BE5D68 and #5D68BE with #685DBE are triadic colors.