Color Hex Logo

#69495c Color Hex

#69495C
(105,73,92)
0 Favorites   0 Comments

Color spaces of #69495c

RGB 1057392
HSL0.900.180.35
HSV324°30°41°
CMYK 0.000.300.12   0.59
XYZ10.14008.541111.2394
Yxy8.54110.33890.2855
Hunter Lab29.225210.7886-2.3441
CIE-Lab35.085316.9439-5.7409

#69495c color RGB value is (105,73,92).

#69495c hex color red value is 105, green value is 73 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #69495c hue: 0.90 , saturation: 0.18 and the lightness value of 69495c is 0.35.

The process color (four color CMYK) of #69495c color hex is 0.00, 0.30, 0.12, 0.59. Web safe color of #69495c is #663366. Color #69495c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01001001 01011100
Octal 151 111 134
Decimal 105 73 92
Hex 69 49 5C

RGB Percentages of Color #69495c

%38.89
%27.04
%34.07

CMYK Percentages of Color #69495c

%0
%30
%12
%59

Triadic Colors of #69495c

#69495c #5c6949 #495c69

Analogous Colors of #69495c

#69495c #69494c #664969

Monochromatic Colors of #69495c

#69495c

Complementary Color

#69495c #496956

#69495c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69495c Color Preview on White Background

Lorem ipsum dolor sit amet.

#69495c Color CSS Codes

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

#69495c Text Font Color

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

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


#69495c Background Color

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

This div background color is #69495c


#69495c Border Color

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

This div border color is #69495c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,73,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69495c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69495c;
  -webkit-box-shadow: 1px 1px 3px 2px #69495c;
  box-shadow:         1px 1px 3px 2px #69495c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69495c


Comments

No comments written yet.

Please login to write comment.