COLOR #685DED

HEX: #685DED
RGB: (104,93,237)

Color info

#685DED contains mainly blue color. Web safe color of #685DED is #6666FF (or #66F).

RGB color model

#685DED color RGB value is (104,93,237).

  • red value is 104;
  • green value is 93;
  • blue value is 237.
RGB:
(104,93,237)
(41%,36%,93%)

RGB channels and saturation

R 104 of 255 = 41%
G 93 of 255 = 36%
B 237 of 255 = 93%

104
93
237

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

Portions of RGB colors in percentages

R + G + B =
104 + 93 + 237 = 434 (100%)
R 104 of 434 ~ 23.96%
G 93 of 434 ~ 21.43%
B 237 of 434 ~ 54.61%

%23.96
%21.43
%54.61

CMYK color model

#685DED color CMYK value is (56,61,0,7).

  • cyan value is 56.12%
  • magenta value is 60.76%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(56,61,0,7)
C56M61Y0K7 
(56%,61%,0%,7%)
(0.56/0.61/0.00/0.07)	

CMYK percentages

%56.12
%60.76
%0
%7.06

Codes

Color #685DED in popluar color models

685DED
RGB10493237
HSL245°80.00%64.71%
HSB/HSV245°60.76%92.94%
CMYK56.12%60.76%0.00%
7.06%

Color #685DED in popluar number systems.

HEX685DED
Decimal10493237
Binary1101000101110111101101
Octal150135355

Shades and tints

Shades of #685DED

#685DED
(104,93,237)
#5F55D8
(95,85,216)
#564DC3
(86,77,195)
#4D45AE
(77,69,174)
#443D99
(68,61,153)
#3B3584
(59,53,132)
#322D6F
(50,45,111)
#29255A
(41,37,90)
#201D45
(32,29,69)
#171530
(23,21,48)
#0E0D1B
(14,13,27)
#000000
(0,0,0)

Tints of #685DED

#685DED
(104,93,237)
#756BEE
(117,107,238)
#8279EF
(130,121,239)
#8F87F0
(143,135,240)
#9C95F1
(156,149,241)
#A9A3F2
(169,163,242)
#B6B1F3
(182,177,243)
#C3BFF4
(195,191,244)
#D0CDF5
(208,205,245)
#DDDBF6
(221,219,246)
#EAE9F7
(234,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685DED; }

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

This text font color is #685DED.


Background Color

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

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

This div background color is #685DED.


Border color

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

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

This div border color is #685DED.


Opacity

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

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

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

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

This text has shadow with #685DED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685DED on black background.


Color preview on white background

This text has color #685DED on white background.



Black color preview on #685DED background

This text has black color on #685DED background.


White color preview on #685DED background

This text has white color on #685DED background.