Color Hex Logo

#696370 Color Hex

#696370
(105,99,112)
0 Favorites   0 Comments

Color spaces of #696370

RGB 10599112
HSL0.740.060.41
HSV268°12°44°
CMYK 0.060.120.00   0.56
XYZ13.212213.096817.1608
Yxy13.09680.30390.3013
Hunter Lab36.18951.8358-2.7822
CIE-Lab42.90875.0925-6.4661

#696370 color RGB value is (105,99,112).

#696370 hex color red value is 105, green value is 99 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #696370 hue: 0.74 , saturation: 0.06 and the lightness value of 696370 is 0.41.

The process color (four color CMYK) of #696370 color hex is 0.06, 0.12, 0.00, 0.56. Web safe color of #696370 is #666666. Color #696370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100011 01110000
Octal 151 143 160
Decimal 105 99 112
Hex 69 63 70

RGB Percentages of Color #696370

%33.23
%31.33
%35.44

CMYK Percentages of Color #696370

%6
%12
%0
%56

Triadic Colors of #696370

#696370 #706963 #637069

Analogous Colors of #696370

#696370 #706370 #636470

Monochromatic Colors of #696370

#696370

Complementary Color

#696370 #6a7063

#696370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696370 Color CSS Codes

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

#696370 Text Font Color

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

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


#696370 Background Color

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

This div background color is #696370


#696370 Border Color

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

This div border color is #696370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696370


Comments

No comments written yet.

Please login to write comment.