crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#699e96 hex color - Blue - Cool color - Information

#699e96 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #699e96 Color code in RGB color code model is created after adding 41.18% red color, 61.96% green color and 58.82% blue color. Hex #699e96 Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 0% magenta, 5% yellow and 38% black.

Hex #699e96 color code is between #669999 web safe hex color code and #77aa88 web safe hex color code. #669999 is the nearest web safe color code. You can see here many more shades of #699e96 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code699e96#699e96
RGB Decimal105, 158, 150rgb(105, 158, 150)
RGB Percent41%, 62%, 59%rgb(41%, 62%, 59%)
CSS RGBa105, 158, 150,1rgba(105,158,150,1)
CMYK Modelcmyk(34%,0%,5%,38%)
HSL Color Space171,21% ,52%hsl(171,21% ,52%)
HSV Color Space171°, 34%, 62%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010011001111010010110
Octal151236226
Decimal105158150
Hex699e96

Different shades of #699e96 color code.

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

Light Shade of #699e96
#88b2ac
Dark Shade of #699e96
#53817a
Saturated Shade of #699e96
#5daa9f
Desaturated Shade of #699e96
#75928d
Grey scale Shade of #699e96
#838383
Brighten Shade
#82b7af
Most Readable Shade
#000000

Shades of #699e96 color code

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

#699e96
#5d8c85
#517a74
#466964
#3a5753
#2e4642
#233432
#172321
#0b1110
#000000

Similar Color like #699e96 color

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

#6a9f97
#6ba098
#6ca199
#6da29a
#6ea39b
#6fa49c
#70a59d
#71a69e
#72a79f
#73a8a0
#74a9a1
#75aaa2
#76aba3
#77aca4
#689d95
#679c94
#669b93
#659a92
#649991
#639890
#62978f
#61968e
#60958d
#5f948c
#5e938b
#5d928a
#5c9189
#5b9088

Monochromatic Color with #699e96

#699e96
#85c8be
#a1f3e7
#141e1d
#314945
#4d736e

Tints of #699e96 Color

#699e96
#79a8a1
#8ab3ad
#9bbeb9
#abc9c4
#bcd3d0
#cddedc
#dde9e7
#eef4f3
#ffffff

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

#699e96
#9e6971

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

Split Complementary

#699e96
#9e698c
#9e7b69

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

Analogous Color

#699e81
#699e8b
#699e96
#699b9e
#69919e

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

#699e96
#96699e
#9e9669

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

#699e96
#7b699e
#9e6971
#8b9e69

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

Double Complementary Color

#699e96
#9e6971
#9e7b69
#698c9e

Double Complementary 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).

Hex #699e96 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.

#699e96 Color Code Preview on Black Background Color

This is how #699e96 Color will look on black background color. Color contrast ratio is 6.93

#699e96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #699e96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #699e96

#699e96 color code is use for CSS Background Color

Background color for the above div is #699e96

HTML with inline CSS

<div style="background-color:#699e96;"></div>

#699e96 color code is use for CSS Border Color

CSS Border color for the above div is #699e96

HTML with inline CSS

<div style="border:5px solid #699e96;"></div>

CSS Border Left color for the above div is #699e96

HTML with inline CSS

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

CSS Border Right color for the above div is #699e96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #699e96

HTML with inline CSS

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

CSS Border Top color for the above div is #699e96

HTML with inline CSS

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

#699e96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#699e96 Color code Preview on White Background

This is how #699e96 Color code will look on white background color. Color contrast ratio is 3.03

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 #699e96; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #699e96; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.