Color Hex Logo

#685bee Color Hex

#685BEE
(104,91,238)
0 Favorites   0 Comments

Color spaces of #685bee

RGB 10491238
HSL0.680.810.65
HSV245°62°93°
CMYK 0.560.620.00   0.07
XYZ24.882616.598382.7812
Yxy16.59830.20020.1336
Hunter Lab40.741037.7222-91.9520
CIE-Lab47.749945.0731-72.6247

#685bee color RGB value is (104,91,238).

#685bee hex color red value is 104, green value is 91 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #685bee hue: 0.68 , saturation: 0.81 and the lightness value of 685bee is 0.65.

The process color (four color CMYK) of #685bee color hex is 0.56, 0.62, 0.00, 0.07. Web safe color of #685bee is #6666ff. Color #685bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011011 11101110
Octal 150 133 356
Decimal 104 91 238
Hex 68 5B EE

RGB Percentages of Color #685bee

%24.02
%21.02
%54.97

CMYK Percentages of Color #685bee

%56
%62
%0
%7

Triadic Colors of #685bee

#685bee #ee685b #5bee68

Analogous Colors of #685bee

#685bee #b25bee #5b98ee

Monochromatic Colors of #685bee

#685bee

Complementary Color

#685bee #e1ee5b

#685bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#685bee Color CSS Codes

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

#685bee Text Font Color

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

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


#685bee Background Color

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

This div background color is #685bee


#685bee Border Color

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

This div border color is #685bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685bee


Comments

No comments written yet.

Please login to write comment.