Skip to main content Skip to docs navigation

#695a67 hex color | Patina Violet | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Color Hue/Base color: Violet

Hex #695a67 Color Code is also known as | Patina Violet color.

Hex #695a67 Color code in RGB color code model is created after adding 41.18% red color, 35.29% green color and 40.39% blue color. Hex #695a67 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 2% yellow and 58.82% black.

Hex #695a67 color code is between #665566 web safe hex color code and #776677 web safe hex color code. #665566 is the nearest web safe color code. You can see here many more shades of #695a67 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 695a67 #695a67
RGB Decimal 105, 90, 103 105, 90, 103
RGB Percent 41%, 35%, 40% rgb(41%, 35%, 40%)
CSS RGBa 105, 90, 103,1 rgba(105,90,103,1)
CMYK Model cmyk(0%,14%,2%,58.82%)
HSL Color Space 308,8% ,38% hsl(308,8% ,38%)
HSV Color Space 308°, 14%, 41%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01101001 01011010 01100111
Octal 151 132 147
Decimal 105 90 103
Hex 69 5a 67

Different shades of #695a67 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #695a67
#171316
Darker of #695a67
#322b31
Dark of #695a67
#4e424c
Base of #695a67
#695a67
Light of #695a67
#847282
Lighter
#9d8c9b
Lightest
#b4a8b3

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#695a67
#5a695c

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#695a67
#60695a
#5a6964

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#625a69
#655a69
#695a67
#695a62
#695a5c

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#695a67
#5a6769
#67695a

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#695a67
#67695a
#5a695c
#5c5a69

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#695a67
#69645a
#5a695c
#5a6069

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #695a67

#000000
#171316
#322b31
#4e424c
#695a67
#847282
#9d8c9b
#b4a8b3
#ccc3cb

Tints of #695a67 Color

#695a67
#796c77
#8a7e88
#9b9199
#aba3aa
#bcb5bb
#cdc8cc
#dddadd
#eeecee
#ffffff

Shades of #695a67 color code

Generate more color scales with scales (color stack) generator.

#695a67
#5d505b
#514650
#463c44
#3a3239
#2e282d
#231e22
#171416
#0b0a0b
#000000

Tones

#695a67
#626262
#626262
#626262
#626262

Tones

Similar Color like #695a67 color

Find visually similar hex color codes nearing to #695a67 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#6a5b68
#6b5c69
#6c5d6a
#6d5e6b
#6e5f6c
#6f606d
#70616e
#71626f
#726370
#736471
#746572
#756673
#766774
#776875
#685966
#675865
#665764
#655663
#645562
#635461
#625360
#61525f
#60515e
#5f505d
#5e4f5c
#5d4e5b
#5c4d5a
#5b4c59

Download this Dark Violet

Hex #695a67 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#695a67 Color Code Preview on Black Background Color

This is how #695a67 Color will look on black background color. Color contrast ratio is 3.26

#695a67 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#695a67">Your Example Paragraph content text in with font color #695a67 </p>

Your Example Paragraph content text in with font color #695a67

HTML with inline CSS

<div style="color:#695a67">Your Paragraph text in with font color #695a67 </div>

Your Example Paragraph content text in with font color #695a67

#695a67 color code is use for CSS Background Color

Background color for the above div is #695a67

HTML with inline CSS

<div style="background-color:#695a67;"></div>

#695a67 color code is use for CSS Border Color

CSS Border color for the above div is #695a67

HTML with inline CSS

<div style="border:5px solid #695a67;"></div>

CSS Border Left color for the above div is #695a67

HTML with inline CSS

<div style="border-left:5px solid #695a67;"></div>

CSS Border Right color for the above div is #695a67

HTML with inline CSS

<div style="border-right:5px solid #695a67;"></div>

CSS Border Bottom color for the above div is #695a67

HTML with inline CSS

<div style="border-bottom:5px solid #695a67;"></div>

CSS Border Top color for the above div is #695a67

HTML with inline CSS

<div style="border-top:5px solid #695a67;"></div>

#695a67 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#695a67; } .examplecolorclass {color:#695a67; } .examplebordercolor {border:3px solid #695a67; }

#695a67 Color code Preview on White Background

This is how #695a67 Color code will look on white background color. Color contrast ratio is 6.44

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #695a67; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #695a67; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(105,90,103,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(90,105,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(105,90,103,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }