Color Hex Logo

#696463 Color Hex

#696463
(105,100,99)
0 Favorites   0 Comments

Color spaces of #696463

RGB 10510099
HSL0.030.030.40
HSV10°41°
CMYK 0.000.050.06   0.59
XYZ12.635013.018513.6513
Yxy13.01850.32150.3312
Hunter Lab36.0812-0.63442.8244
CIE-Lab42.79111.77141.2638

#696463 color RGB value is (105,100,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100100 01100011
Octal 151 144 143
Decimal 105 100 99
Hex 69 64 63

RGB Percentages of Color #696463

%34.54
%32.89
%32.57

CMYK Percentages of Color #696463

%0
%5
%6
%59

Triadic Colors of #696463

#696463 #636964 #646369

Analogous Colors of #696463

#696463 #696763 #696365

Monochromatic Colors of #696463

#696463

Complementary Color

#696463 #636869

#696463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696463 Color CSS Codes

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

#696463 Text Font Color

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

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


#696463 Background Color

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

This div background color is #696463


#696463 Border Color

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

This div border color is #696463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696463

#696463 Color Palettes


Comments

No comments written yet.

Please login to write comment.