Color Hex Logo

#686675 Color Hex

#686675
(104,102,117)
0 Favorites   0 Comments

Color spaces of #686675

RGB 104102117
HSL0.690.070.43
HSV248°13°46°
CMYK 0.110.130.00   0.54
XYZ13.671213.730218.7593
Yxy13.73020.29620.2974
Hunter Lab37.05431.0127-4.0785
CIE-Lab43.84354.0286-8.1097

#686675 color RGB value is (104,102,117).

#686675 hex color red value is 104, green value is 102 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #686675 hue: 0.69 , saturation: 0.07 and the lightness value of 686675 is 0.43.

The process color (four color CMYK) of #686675 color hex is 0.11, 0.13, 0.00, 0.54. Web safe color of #686675 is #666666. Color #686675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100110 01110101
Octal 150 146 165
Decimal 104 102 117
Hex 68 66 75

RGB Percentages of Color #686675

%32.20
%31.58
%36.22

CMYK Percentages of Color #686675

%11
%13
%0
%54

Triadic Colors of #686675

#686675 #756866 #667568

Analogous Colors of #686675

#686675 #706675 #666c75

Monochromatic Colors of #686675

#686675

Complementary Color

#686675 #737566

#686675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686675 Color CSS Codes

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

#686675 Text Font Color

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

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


#686675 Background Color

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

This div background color is #686675


#686675 Border Color

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

This div border color is #686675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686675


Comments

No comments written yet.

Please login to write comment.