Color Hex Logo

#685366 Color Hex

#685366
(104,83,102)
0 Favorites   0 Comments

Color spaces of #685366

RGB 10483102
HSL0.850.110.37
HSV306°20°41°
CMYK 0.000.200.02   0.59
XYZ11.200410.088913.9274
Yxy10.08890.31800.2865
Hunter Lab31.76307.3580-3.7633
CIE-Lab38.001512.3678-7.6644

#685366 color RGB value is (104,83,102).

#685366 hex color red value is 104, green value is 83 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #685366 hue: 0.85 , saturation: 0.11 and the lightness value of 685366 is 0.37.

The process color (four color CMYK) of #685366 color hex is 0.00, 0.20, 0.02, 0.59. Web safe color of #685366 is #666666. Color #685366 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010011 01100110
Octal 150 123 146
Decimal 104 83 102
Hex 68 53 66

RGB Percentages of Color #685366

%35.99
%28.72
%35.29

CMYK Percentages of Color #685366

%0
%20
%2
%59

Triadic Colors of #685366

#685366 #666853 #536668

Analogous Colors of #685366

#685366 #68535c #605368

Monochromatic Colors of #685366

#685366

Complementary Color

#685366 #536855

#685366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685366 Color CSS Codes

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

#685366 Text Font Color

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

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


#685366 Background Color

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

This div background color is #685366


#685366 Border Color

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

This div border color is #685366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685366


Comments

No comments written yet.

Please login to write comment.