Color Hex Logo

#685dcc Color Hex

#685DCC
(104,93,204)
0 Favorites   0 Comments

Color spaces of #685dcc

RGB 10493204
HSL0.680.520.58
HSV246°54°80°
CMYK 0.490.540.00   0.20
XYZ20.522415.131458.9657
Yxy15.13140.21690.1599
Hunter Lab38.899126.0997-62.6461
CIE-Lab45.813633.5241-56.4456

#685dcc color RGB value is (104,93,204).

#685dcc hex color red value is 104, green value is 93 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #685dcc hue: 0.68 , saturation: 0.52 and the lightness value of 685dcc is 0.58.

The process color (four color CMYK) of #685dcc color hex is 0.49, 0.54, 0.00, 0.20. Web safe color of #685dcc is #6666cc. Color #685dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011101 11001100
Octal 150 135 314
Decimal 104 93 204
Hex 68 5D CC

RGB Percentages of Color #685dcc

%25.94
%23.19
%50.87

CMYK Percentages of Color #685dcc

%49
%54
%0
%20

Triadic Colors of #685dcc

#685dcc #cc685d #5dcc68

Analogous Colors of #685dcc

#685dcc #a05dcc #5d8acc

Monochromatic Colors of #685dcc

#685dcc

Complementary Color

#685dcc #c1cc5d

#685dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#685dcc Color CSS Codes

.mybgcolor {background-color:#685dcc; } 
.myforecolor {color:#685dcc; }
.mybordercolor {border:3px solid #685dcc; }

#685dcc Text Font Color

<p style="color:#685dcc">Text here</p>

This sample text font color is #685dcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#685dcc Background Color

<div style="background-color:#685dcc">
Div content here</div>

This div background color is #685dcc


#685dcc Border Color

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

This div border color is #685dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,93,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #685dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #685dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #685dcc;
  box-shadow:         1px 1px 3px 2px #685dcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,93,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #685dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #685dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #685dcc;
  box-shadow:         1px 1px 3px 2px #685dcc;">
Div content here</div>

This div box has shadow with color #685dcc


Comments

No comments written yet.

Please login to write comment.