Color Hex Logo

#685fbd Color Hex

#685FBD
(104,95,189)
0 Favorites   0 Comments

Color spaces of #685fbd

RGB 10495189
HSL0.680.420.56
HSV246°50°74°
CMYK 0.450.500.00   0.26
XYZ18.986414.801650.0004
Yxy14.80160.22660.1767
Hunter Lab38.472820.7625-50.1240
CIE-Lab45.361327.7956-48.5054

#685fbd color RGB value is (104,95,189).

#685fbd hex color red value is 104, green value is 95 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #685fbd hue: 0.68 , saturation: 0.42 and the lightness value of 685fbd is 0.56.

The process color (four color CMYK) of #685fbd color hex is 0.45, 0.50, 0.00, 0.26. Web safe color of #685fbd is #6666cc. Color #685fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011111 10111101
Octal 150 137 275
Decimal 104 95 189
Hex 68 5F BD

RGB Percentages of Color #685fbd

%26.80
%24.48
%48.71

CMYK Percentages of Color #685fbd

%45
%50
%0
%26

Triadic Colors of #685fbd

#685fbd #bd685f #5fbd68

Analogous Colors of #685fbd

#685fbd #975fbd #5f85bd

Monochromatic Colors of #685fbd

#685fbd

Complementary Color

#685fbd #b4bd5f

#685fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#685fbd Color CSS Codes

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

#685fbd Text Font Color

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

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


#685fbd Background Color

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

This div background color is #685fbd


#685fbd Border Color

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

This div border color is #685fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685fbd


Comments

No comments written yet.

Please login to write comment.