Color Hex Logo

#686890 Color Hex

#686890
(104,104,144)
0 Favorites   0 Comments

Color spaces of #686890

RGB 104104144
HSL0.670.160.49
HSV240°28°56°
CMYK 0.280.280.00   0.44
XYZ15.693314.857328.4262
Yxy14.85730.26610.2519
Hunter Lab38.54525.2205-16.7434
CIE-Lab45.43819.4823-21.8973

#686890 color RGB value is (104,104,144).

#686890 hex color red value is 104, green value is 104 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #686890 hue: 0.67 , saturation: 0.16 and the lightness value of 686890 is 0.49.

The process color (four color CMYK) of #686890 color hex is 0.28, 0.28, 0.00, 0.44. Web safe color of #686890 is #666699. Color #686890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101000 10010000
Octal 150 150 220
Decimal 104 104 144
Hex 68 68 90

RGB Percentages of Color #686890

%29.55
%29.55
%40.91

CMYK Percentages of Color #686890

%28
%28
%0
%44

Triadic Colors of #686890

#686890 #906868 #689068

Analogous Colors of #686890

#686890 #7c6890 #687c90

Monochromatic Colors of #686890

#686890

Complementary Color

#686890 #909068

#686890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686890 Color CSS Codes

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

#686890 Text Font Color

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

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


#686890 Background Color

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

This div background color is #686890


#686890 Border Color

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

This div border color is #686890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686890


Comments

No comments written yet.

Please login to write comment.