Color Hex Logo

#685dcb Color Hex

#685DCB
(104,93,203)
0 Favorites   0 Comments

Color spaces of #685dcb

RGB 10493203
HSL0.680.510.58
HSV246°54°80°
CMYK 0.490.540.00   0.20
XYZ20.402815.083658.3360
Yxy15.08360.21750.1608
Hunter Lab38.837625.8067-61.8702
CIE-Lab45.748533.2211-55.9755

#685dcb color RGB value is (104,93,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011101 11001011
Octal 150 135 313
Decimal 104 93 203
Hex 68 5D CB

RGB Percentages of Color #685dcb

%26.00
%23.25
%50.75

CMYK Percentages of Color #685dcb

%49
%54
%0
%20

Triadic Colors of #685dcb

#685dcb #cb685d #5dcb68

Analogous Colors of #685dcb

#685dcb #9f5dcb #5d89cb

Monochromatic Colors of #685dcb

#685dcb

Complementary Color

#685dcb #c0cb5d

#685dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#685dcb Color CSS Codes

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

#685dcb Text Font Color

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

This sample text font color is #685dcb
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.


#685dcb Background Color

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

This div background color is #685dcb


#685dcb Border Color

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

This div border color is #685dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685dcb


Comments

No comments written yet.

Please login to write comment.