Color Hex Logo

#686487 Color Hex

#686487
(104,100,135)
0 Favorites   0 Comments

Color spaces of #686487

RGB 104100135
HSL0.690.150.46
HSV247°26°53°
CMYK 0.230.260.00   0.47
XYZ14.639313.806724.8151
Yxy13.80670.27490.2592
Hunter Lab37.15745.3002-13.5860
CIE-Lab43.95449.5937-18.7958

#686487 color RGB value is (104,100,135).

#686487 hex color red value is 104, green value is 100 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #686487 hue: 0.69 , saturation: 0.15 and the lightness value of 686487 is 0.46.

The process color (four color CMYK) of #686487 color hex is 0.23, 0.26, 0.00, 0.47. Web safe color of #686487 is #666699. Color #686487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100100 10000111
Octal 150 144 207
Decimal 104 100 135
Hex 68 64 87

RGB Percentages of Color #686487

%30.68
%29.50
%39.82

CMYK Percentages of Color #686487

%23
%26
%0
%47

Triadic Colors of #686487

#686487 #876864 #648768

Analogous Colors of #686487

#686487 #7a6487 #647287

Monochromatic Colors of #686487

#686487

Complementary Color

#686487 #838764

#686487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686487 Color CSS Codes

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

#686487 Text Font Color

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

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


#686487 Background Color

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

This div background color is #686487


#686487 Border Color

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

This div border color is #686487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686487


Comments

No comments written yet.

Please login to write comment.