Color Hex Logo

#685abf Color Hex

#685ABF
(104,90,191)
0 Favorites   0 Comments

Color spaces of #685abf

RGB 10490191
HSL0.690.440.55
HSV248°53°75°
CMYK 0.460.530.00   0.25
XYZ18.769114.017051.0065
Yxy14.01700.22400.1673
Hunter Lab37.439323.9671-54.5680
CIE-Lab44.257331.4347-51.4368

#685abf color RGB value is (104,90,191).

#685abf hex color red value is 104, green value is 90 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #685abf hue: 0.69 , saturation: 0.44 and the lightness value of 685abf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011010 10111111
Octal 150 132 277
Decimal 104 90 191
Hex 68 5A BF

RGB Percentages of Color #685abf

%27.01
%23.38
%49.61

CMYK Percentages of Color #685abf

%46
%53
%0
%25

Triadic Colors of #685abf

#685abf #bf685a #5abf68

Analogous Colors of #685abf

#685abf #9b5abf #5a7fbf

Monochromatic Colors of #685abf

#685abf

Complementary Color

#685abf #b1bf5a

#685abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#685abf Color CSS Codes

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

#685abf Text Font Color

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

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


#685abf Background Color

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

This div background color is #685abf


#685abf Border Color

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

This div border color is #685abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685abf

#685abf Color Palettes


Comments

No comments written yet.

Please login to write comment.