Color Hex Logo

#696467 Color Hex

#696467
(105,100,103)
0 Favorites   0 Comments

Color spaces of #696467

RGB 105100103
HSL0.900.020.40
HSV324°41°
CMYK 0.000.050.02   0.59
XYZ12.831113.096914.6836
Yxy13.09690.31590.3225
Hunter Lab36.1896-0.04441.2764
CIE-Lab42.90892.5771-0.9952

#696467 color RGB value is (105,100,103).

#696467 hex color red value is 105, green value is 100 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #696467 hue: 0.90 , saturation: 0.02 and the lightness value of 696467 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100100 01100111
Octal 151 144 147
Decimal 105 100 103
Hex 69 64 67

RGB Percentages of Color #696467

%34.09
%32.47
%33.44

CMYK Percentages of Color #696467

%0
%5
%2
%59

Triadic Colors of #696467

#696467 #676964 #646769

Analogous Colors of #696467

#696467 #696465 #696469

Monochromatic Colors of #696467

#696467

Complementary Color

#696467 #646966

#696467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696467 Color CSS Codes

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

#696467 Text Font Color

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

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


#696467 Background Color

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

This div background color is #696467


#696467 Border Color

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

This div border color is #696467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696467


Comments

No comments written yet.

Please login to write comment.