crispedge.com

Color picker

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

#c6daff hex color - Blue - Cool color - Information

#c6daff hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #c6daff Color code in RGB color code model is created after adding 77.65% red color, 85.49% green color and 100% blue color. Hex #c6daff Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 15% magenta, 0% yellow and 0% black.

Hex #c6daff color code is between #ccddee web safe hex color code and #bbccdd web safe hex color code. #ccddee is the nearest web safe color code. You can see here many more shades of #c6daff color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codec6daff#c6daff
RGB Decimal198, 218, 255rgb(198, 218, 255)
RGB Percent78%, 85%, 100%rgb(78%, 85%, 100%)
CSS RGBa198, 218, 255,1rgba(198,218,255,1)
CMYK Modelcmyk(22%,15%,0%,0%)
HSL Color Space219,100% ,89%hsl(219,100% ,89%)
HSV Color Space219°, 22%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001101101101011111111
Octal306332377
Decimal198218255
Hexc6daff

Different shades of #c6daff color code.

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

Light Shade of #c6daff
#f9fbff
Dark Shade of #c6daff
#93b9ff
Saturated Shade of #c6daff
#c6daff
Desaturated Shade of #c6daff
#c9dbfc
Grey scale Shade of #c6daff
#e2e2e2
Brighten Shade
#dff3ff
Most Readable Shade
#000000

Shades of #c6daff color code

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

#c6daff
#b0c1e2
#9aa9c6
#8491aa
#6e798d
#586071
#424855
#2c3038
#16181c
#000000

Similar Color like #c6daff color

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

#c7dbff
#c8dcff
#c9ddff
#cadeff
#cbdfff
#cce0ff
#cde1ff
#cee2ff
#cfe3ff
#d0e4ff
#d1e5ff
#d2e6ff
#d3e7ff
#d4e8ff
#c5d9fe
#c4d8fd
#c3d7fc
#c2d6fb
#c1d5fa
#c0d4f9
#bfd3f8
#bed2f7
#bdd1f6
#bcd0f5
#bbcff4
#bacef3
#b9cdf2
#b8ccf1

Monochromatic Color with #c6daff

#c6daff
#21242a
#424955
#636d80
#8491aa
#a5b6d4

Tints of #c6daff Color

#c6daff
#ccdeff
#d2e2ff
#d9e6ff
#dfeaff
#e5eeff
#ecf2ff
#f2f6ff
#f8faff
#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

#c6daff
#ffebc6

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

Split Complementary

#c6daff
#ffcfc6
#f6ffc6

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

Analogous Color

#c6f1ff
#c6e5ff
#c6daff
#c6cfff
#c9c6ff

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

#c6daff
#ffc6da
#daffc6

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

#c6daff
#ffc6f6
#ffebc6
#c6ffce

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

#c6daff
#ffebc6
#f6ffc6
#cfc6ff

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 #c6daff 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.

#c6daff Color Code Preview on Black Background Color

This is how #c6daff Color will look on black background color. Color contrast ratio is 14.87

#c6daff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6daff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6daff

#c6daff color code is use for CSS Background Color

Background color for the above div is #c6daff

HTML with inline CSS

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

#c6daff color code is use for CSS Border Color

CSS Border color for the above div is #c6daff

HTML with inline CSS

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

CSS Border Left color for the above div is #c6daff

HTML with inline CSS

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

CSS Border Right color for the above div is #c6daff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c6daff

HTML with inline CSS

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

CSS Border Top color for the above div is #c6daff

HTML with inline CSS

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

#c6daff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c6daff Color code Preview on White Background

This is how #c6daff Color code will look on white background color. Color contrast ratio is 1.41

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.