Color Hex Logo

#697375 Color Hex

#697375
(105,115,117)
0 Favorites   0 Comments

Color spaces of #697375

RGB 105115117
HSL0.530.050.44
HSV190°10°46°
CMYK 0.100.020.00   0.54
XYZ15.167316.549119.2245
Yxy16.54910.29770.3249
Hunter Lab40.6806-4.63930.4576
CIE-Lab47.6868-3.3098-2.3957

#697375 color RGB value is (105,115,117).

#697375 hex color red value is 105, green value is 115 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #697375 hue: 0.53 , saturation: 0.05 and the lightness value of 697375 is 0.44.

The process color (four color CMYK) of #697375 color hex is 0.10, 0.02, 0.00, 0.54. Web safe color of #697375 is #666666. Color #697375 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110011 01110101
Octal 151 163 165
Decimal 105 115 117
Hex 69 73 75

RGB Percentages of Color #697375

%31.16
%34.12
%34.72

CMYK Percentages of Color #697375

%10
%2
%0
%54

Triadic Colors of #697375

#697375 #756973 #737569

Analogous Colors of #697375

#697375 #696d75 #697571

Monochromatic Colors of #697375

#697375

Complementary Color

#697375 #756b69

#697375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697375 Color CSS Codes

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

#697375 Text Font Color

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

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


#697375 Background Color

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

This div background color is #697375


#697375 Border Color

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

This div border color is #697375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697375

#697375 Color Palettes


Comments

No comments written yet.

Please login to write comment.