Color Hex Logo

#685adb Color Hex

#685ADB
(104,90,219)
0 Favorites   0 Comments

Color spaces of #685adb

RGB 10490219
HSL0.680.640.61
HSV247°59°86°
CMYK 0.530.590.00   0.14
XYZ22.151315.369968.8170
Yxy15.36990.20830.1445
Hunter Lab39.204532.2482-76.6307
CIE-Lab46.136739.8665-64.5038

#685adb color RGB value is (104,90,219).

#685adb hex color red value is 104, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #685adb hue: 0.68 , saturation: 0.64 and the lightness value of 685adb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011010 11011011
Octal 150 132 333
Decimal 104 90 219
Hex 68 5A DB

RGB Percentages of Color #685adb

%25.18
%21.79
%53.03

CMYK Percentages of Color #685adb

%53
%59
%0
%14

Triadic Colors of #685adb

#685adb #db685a #5adb68

Analogous Colors of #685adb

#685adb #a95adb #5a8ddb

Monochromatic Colors of #685adb

#685adb

Complementary Color

#685adb #cddb5a

#685adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#685adb Color CSS Codes

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

#685adb Text Font Color

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

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


#685adb Background Color

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

This div background color is #685adb


#685adb Border Color

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

This div border color is #685adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685adb


Comments

No comments written yet.

Please login to write comment.