Color Hex Logo

#685369 Color Hex

#685369
(104,83,105)
0 Favorites   0 Comments

Color spaces of #685369

RGB 10483105
HSL0.830.120.37
HSV297°21°41°
CMYK 0.010.210.00   0.59
XYZ11.352010.149514.7253
Yxy10.14950.31340.2802
Hunter Lab31.85837.8526-5.1038
CIE-Lab38.109413.0037-9.3671

#685369 color RGB value is (104,83,105).

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

The process color (four color CMYK) of #685369 color hex is 0.01, 0.21, 0.00, 0.59. Web safe color of #685369 is #666666. Color #685369 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010011 01101001
Octal 150 123 151
Decimal 104 83 105
Hex 68 53 69

RGB Percentages of Color #685369

%35.62
%28.42
%35.96

CMYK Percentages of Color #685369

%1
%21
%0
%59

Triadic Colors of #685369

#685369 #696853 #536968

Analogous Colors of #685369

#685369 #69535f #5d5369

Monochromatic Colors of #685369

#685369

Complementary Color

#685369 #546953

#685369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685369 Color CSS Codes

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

#685369 Text Font Color

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

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


#685369 Background Color

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

This div background color is #685369


#685369 Border Color

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

This div border color is #685369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685369


Comments

No comments written yet.

Please login to write comment.