Color Hex Logo

#685fbe Color Hex

#685FBE
(104,95,190)
0 Favorites   0 Comments

Color spaces of #685fbe

RGB 10495190
HSL0.680.420.56
HSV246°50°75°
CMYK 0.450.500.00   0.25
XYZ19.095414.845250.5742
Yxy14.84520.22590.1757
Hunter Lab38.529521.0389-50.8541
CIE-Lab45.421428.0945-48.9896

#685fbe color RGB value is (104,95,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011111 10111110
Octal 150 137 276
Decimal 104 95 190
Hex 68 5F BE

RGB Percentages of Color #685fbe

%26.74
%24.42
%48.84

CMYK Percentages of Color #685fbe

%45
%50
%0
%25

Triadic Colors of #685fbe

#685fbe #be685f #5fbe68

Analogous Colors of #685fbe

#685fbe #985fbe #5f86be

Monochromatic Colors of #685fbe

#685fbe

Complementary Color

#685fbe #b5be5f

#685fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#685fbe Color CSS Codes

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

#685fbe Text Font Color

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

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


#685fbe Background Color

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

This div background color is #685fbe


#685fbe Border Color

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

This div border color is #685fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685fbe


Comments

No comments written yet.

Please login to write comment.