Color Hex Logo

#6a695f Color Hex

#6A695F
(106,105,95)
0 Favorites   0 Comments

Color spaces of #6a695f

RGB 10610595
HSL0.150.050.39
HSV55°10°42°
CMYK 0.000.010.10   0.58
XYZ13.061013.993512.8391
Yxy13.99350.32740.3508
Hunter Lab37.4079-3.14045.8361
CIE-Lab44.2236-1.56695.7596

#6a695f color RGB value is (106,105,95).

#6a695f hex color red value is 106, green value is 105 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #6a695f hue: 0.15 , saturation: 0.05 and the lightness value of 6a695f is 0.39.

The process color (four color CMYK) of #6a695f color hex is 0.00, 0.01, 0.10, 0.58. Web safe color of #6a695f is #666666. Color #6a695f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01101001 01011111
Octal 152 151 137
Decimal 106 105 95
Hex 6A 69 5F

RGB Percentages of Color #6a695f

%34.64
%34.31
%31.05

CMYK Percentages of Color #6a695f

%0
%1
%10
%58

Triadic Colors of #6a695f

#6a695f #5f6a69 #695f6a

Analogous Colors of #6a695f

#6a695f #666a5f #6a645f

Monochromatic Colors of #6a695f

#6a695f

Complementary Color

#6a695f #5f606a

#6a695f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a695f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a695f Color CSS Codes

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

#6a695f Text Font Color

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

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


#6a695f Background Color

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

This div background color is #6a695f


#6a695f Border Color

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

This div border color is #6a695f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,105,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a695f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a695f;
  -webkit-box-shadow: 1px 1px 3px 2px #6a695f;
  box-shadow:         1px 1px 3px 2px #6a695f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a695f


Comments

No comments written yet.

Please login to write comment.