crispedge.com

Color picker

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

#61aab1 hex color - Aquarelle - Blue - Cool color - Information

#61aab1 hex color - Aquarelle - Blue - Cool color

Color Hue/Base color: Blue

Hex #61aab1 Color Code is also known as Aquarelle color.

Hex #61aab1 Color code in RGB color code model is created after adding 38.04% red color, 66.67% green color and 69.41% blue color. Hex #61aab1 Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 4% magenta, 0% yellow and 31% black.

Hex #61aab1 color code is between #6699aa web safe hex color code and #55bbbb web safe hex color code. #6699aa is the nearest web safe color code. You can see here many more shades of #61aab1 color code.

0 Likes 0 Comments | 62 Views

Color Table

Hex Color Code61aab1#61aab1
RGB Decimal97, 170, 177rgb(97, 170, 177)
RGB Percent38%, 67%, 69%rgb(38%, 67%, 69%)
CSS RGBa97, 170, 177,1rgba(97,170,177,1)
CMYK Modelcmyk(45%,4%,0%,31%)
HSL Color Space185,34% ,54%hsl(185,34% ,54%)
HSV Color Space185°, 45%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000011010101010110001
Octal141252261
Decimal97170177
Hex61aab1

Different shades of #61aab1 color code.

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

Light Shade of #61aab1
#83bcc2
Dark Shade of #61aab1
#4a8f95
Saturated Shade of #61aab1
#55b4bd
Desaturated Shade of #61aab1
#6da0a5
Grey scale Shade of #61aab1
#898989
Brighten Shade
#7ac3ca
Most Readable Shade
#000000

Shades of #61aab1 color code

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

#61aab1
#56979d
#4b8489
#407176
#355e62
#2b4b4e
#20383b
#152527
#0a1213
#000000

Similar Color like #61aab1 color

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

#62abb2
#63acb3
#64adb4
#65aeb5
#66afb6
#67b0b7
#68b1b8
#69b2b9
#6ab3ba
#6bb4bb
#6cb5bc
#6db6bd
#6eb7be
#6fb8bf
#60a9b0
#5fa8af
#5ea7ae
#5da6ad
#5ca5ac
#5ba4ab
#5aa3aa
#59a2a9
#58a1a8
#57a0a7
#569fa6
#559ea5
#549da4
#539ca3

Monochromatic Color with #61aab1

#61aab1
#78d3db
#040707
#1b3031
#32585c
#4a8186

Tints of #61aab1 Color

#61aab1
#72b3b9
#84bcc2
#95c6cb
#a7cfd3
#b8d9dc
#cae2e5
#dbeced
#edf5f6
#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

#61aab1
#b16861

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

Split Complementary

#61aab1
#b16182
#b19061

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

Analogous Color

#61b198
#61b1a8
#61aab1
#619ab1
#618ab1

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

#61aab1
#b161aa
#aab161

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

#61aab1
#9061b1
#b16861
#82b161

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

#61aab1
#b16861
#b19061
#6182b1

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 #61aab1 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.

#61aab1 Color Code Preview on Black Background Color

This is how #61aab1 Color will look on black background color. Color contrast ratio is 7.89

#61aab1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #61aab1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #61aab1

#61aab1 color code is use for CSS Background Color

Background color for the above div is #61aab1

HTML with inline CSS

<div style="background-color:#61aab1;"></div>

#61aab1 color code is use for CSS Border Color

CSS Border color for the above div is #61aab1

HTML with inline CSS

<div style="border:5px solid #61aab1;"></div>

CSS Border Left color for the above div is #61aab1

HTML with inline CSS

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

CSS Border Right color for the above div is #61aab1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #61aab1

HTML with inline CSS

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

CSS Border Top color for the above div is #61aab1

HTML with inline CSS

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

#61aab1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#61aab1 Color code Preview on White Background

This is how #61aab1 Color code will look on white background color. Color contrast ratio is 2.66

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

Related Gradients

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

0 Likes 0 Comments | 62 Views

Post your comment:-

By submitting comment you agree to our privacy policy.