crispedge.com

Color picker

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

#6bded7 hex color - Blue - Cool color - Information

#6bded7 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6bded7 Color code in RGB color code model is created after adding 41.96% red color, 87.06% green color and 84.31% blue color. Hex #6bded7 Color code in CMYK color (process color) code model is generated after subtraction of 52% cyan, 0% magenta, 3% yellow and 13% black.

Hex #6bded7 color code is between #66dddd web safe hex color code and #77eecc web safe hex color code. #66dddd is the nearest web safe color code. You can see here many more shades of #6bded7 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6bded7#6bded7
RGB Decimal107, 222, 215rgb(107, 222, 215)
RGB Percent42%, 87%, 84%rgb(42%, 87%, 84%)
CSS RGBa107, 222, 215,1rgba(107,222,215,1)
CMYK Modelcmyk(52%,0%,3%,13%)
HSL Color Space176,64% ,65%hsl(176,64% ,65%)
HSV Color Space176°, 52%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010111101111011010111
Octal153336327
Decimal107222215
Hex6bded7

Different shades of #6bded7 color code.

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

Light Shade of #6bded7
#95e7e2
Dark Shade of #6bded7
#41d5cc
Saturated Shade of #6bded7
#62e7df
Desaturated Shade of #6bded7
#74d5cf
Grey scale Shade of #6bded7
#a4a4a4
Brighten Shade
#84f7f0
Most Readable Shade
#000000

Shades of #6bded7 color code

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

#6bded7
#5fc5bf
#53aca7
#47948f
#3b7b77
#2f625f
#234a47
#17312f
#0b1817
#000000

Similar Color like #6bded7 color

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

#6cdfd8
#6de0d9
#6ee1da
#6fe2db
#70e3dc
#71e4dd
#72e5de
#73e6df
#74e7e0
#75e8e1
#76e9e2
#77eae3
#78ebe4
#79ece5
#6addd6
#69dcd5
#68dbd4
#67dad3
#66d9d2
#65d8d1
#64d7d0
#63d6cf
#62d5ce
#61d4cd
#60d3cc
#5fd2cb
#5ed1ca
#5dd0c9

Monochromatic Color with #6bded7

#6bded7
#050909
#193432
#2e5e5b
#428985
#57b3ae

Tints of #6bded7 Color

#6bded7
#7be1db
#8be5df
#9ce9e4
#acece8
#bdf0ed
#cdf4f1
#def7f6
#eefbfa
#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

#6bded7
#de6b72

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

Split Complementary

#6bded7
#de6bac
#de9d6b

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

Analogous Color

#6bdea9
#6bdec0
#6bded7
#6bcede
#6bb7de

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

#6bded7
#d76bde
#ded76b

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

#6bded7
#9d6bde
#de6b72
#abde6b

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

#6bded7
#de6b72
#de9d6b
#6bacde

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 #6bded7 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.

#6bded7 Color Code Preview on Black Background Color

This is how #6bded7 Color will look on black background color. Color contrast ratio is 13.05

#6bded7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6bded7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6bded7

#6bded7 color code is use for CSS Background Color

Background color for the above div is #6bded7

HTML with inline CSS

<div style="background-color:#6bded7;"></div>

#6bded7 color code is use for CSS Border Color

CSS Border color for the above div is #6bded7

HTML with inline CSS

<div style="border:5px solid #6bded7;"></div>

CSS Border Left color for the above div is #6bded7

HTML with inline CSS

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

CSS Border Right color for the above div is #6bded7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6bded7

HTML with inline CSS

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

CSS Border Top color for the above div is #6bded7

HTML with inline CSS

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

#6bded7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6bded7 Color code Preview on White Background

This is how #6bded7 Color code will look on white background color. Color contrast ratio is 1.61

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

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.