Color Hex Logo

#686dfb Color Hex

#686DFB
(104,109,251)
0 Favorites   0 Comments

Color spaces of #686dfb

RGB 104109251
HSL0.660.950.70
HSV238°59°98°
CMYK 0.590.570.00   0.02
XYZ28.590120.845493.7835
Yxy20.84540.19960.1455
Hunter Lab45.656831.8767-89.8278
CIE-Lab52.779938.5486-71.7052

#686dfb color RGB value is (104,109,251).

#686dfb hex color red value is 104, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #686dfb hue: 0.66 , saturation: 0.95 and the lightness value of 686dfb is 0.70.

The process color (four color CMYK) of #686dfb color hex is 0.59, 0.57, 0.00, 0.02. Web safe color of #686dfb is #6666ff. Color #686dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101101 11111011
Octal 150 155 373
Decimal 104 109 251
Hex 68 6D FB

RGB Percentages of Color #686dfb

%22.41
%23.49
%54.09

CMYK Percentages of Color #686dfb

%59
%57
%0
%2

Triadic Colors of #686dfb

#686dfb #fb686d #6dfb68

Analogous Colors of #686dfb

#686dfb #ad68fb #68b7fb

Monochromatic Colors of #686dfb

#686dfb

Complementary Color

#686dfb #fbf668

#686dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#686dfb Color CSS Codes

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

#686dfb Text Font Color

<p style="color:#686dfb">Text here</p>

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


#686dfb Background Color

<div style="background-color:#686dfb">
Div content here</div>

This div background color is #686dfb


#686dfb Border Color

<div style="border:3px solid #686dfb">
Div here</div>

This div border color is #686dfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,109,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #686dfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #686dfb;
  -webkit-box-shadow: 1px 1px 3px 2px #686dfb;
  box-shadow:         1px 1px 3px 2px #686dfb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686dfb


Comments

No comments written yet.

Please login to write comment.