crispedge.com

Color picker

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

#c6cdfc hex color - Blue - Cool color - Information

#c6cdfc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #c6cdfc Color code in RGB color code model is created after adding 77.65% red color, 80.39% green color and 98.82% blue color. Hex #c6cdfc Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 19% magenta, 0% yellow and 1% black.

Hex #c6cdfc color code is between #ccccff web safe hex color code and #bbddee web safe hex color code. #ccccff is the nearest web safe color code. You can see here many more shades of #c6cdfc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec6cdfc#c6cdfc
RGB Decimal198, 205, 252rgb(198, 205, 252)
RGB Percent78%, 80%, 99%rgb(78%, 80%, 99%)
CSS RGBa198, 205, 252,1rgba(198,205,252,1)
CMYK Modelcmyk(21%,19%,0%,1%)
HSL Color Space232,90% ,88%hsl(232,90% ,88%)
HSV Color Space232°, 21%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001101100110111111100
Octal306315374
Decimal198205252
Hexc6cdfc

Different shades of #c6cdfc color code.

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

Light Shade of #c6cdfc
#f6f7ff
Dark Shade of #c6cdfc
#96a2f9
Saturated Shade of #c6cdfc
#c3cbff
Desaturated Shade of #c6cdfc
#c9cff9
Grey scale Shade of #c6cdfc
#e1e1e1
Brighten Shade
#dfe6ff
Most Readable Shade
#000000

Shades of #c6cdfc color code

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

#c6cdfc
#b0b6e0
#9a9fc4
#8488a8
#6e718c
#585b70
#424454
#2c2d38
#16161c
#000000

Similar Color like #c6cdfc color

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

#c7cefd
#c8cffe
#c9d0ff
#cad1ff
#cbd2ff
#ccd3ff
#cdd4ff
#ced5ff
#cfd6ff
#d0d7ff
#d1d8ff
#d2d9ff
#d3daff
#d4dbff
#c5ccfb
#c4cbfa
#c3caf9
#c2c9f8
#c1c8f7
#c0c7f6
#bfc6f5
#bec5f4
#bdc4f3
#bcc3f2
#bbc2f1
#bac1f0
#b9c0ef
#b8bfee

Monochromatic Color with #c6cdfc

#c6cdfc
#1f2027
#404352
#62657c
#8388a7
#a5aad1

Tints of #c6cdfc Color

#c6cdfc
#ccd2fc
#d2d8fc
#d9ddfd
#dfe3fd
#e5e8fd
#eceefe
#f2f3fe
#f8f9fe
#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

#c6cdfc
#fcf5c6

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

Split Complementary

#c6cdfc
#fcdac6
#e8fcc6

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

Analogous Color

#c6e3fc
#c6d8fc
#c6cdfc
#cac6fc
#d5c6fc

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

#c6cdfc
#fcc6cd
#cdfcc6

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

#c6cdfc
#fcc6e8
#fcf5c6
#c6fcda

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

#c6cdfc
#fcf5c6
#e8fcc6
#dac6fc

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

#c6cdfc Color Code Preview on Black Background Color

This is how #c6cdfc Color will look on black background color. Color contrast ratio is 13.54

#c6cdfc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6cdfc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6cdfc

#c6cdfc color code is use for CSS Background Color

Background color for the above div is #c6cdfc

HTML with inline CSS

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

#c6cdfc color code is use for CSS Border Color

CSS Border color for the above div is #c6cdfc

HTML with inline CSS

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

CSS Border Left color for the above div is #c6cdfc

HTML with inline CSS

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

CSS Border Right color for the above div is #c6cdfc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c6cdfc

HTML with inline CSS

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

CSS Border Top color for the above div is #c6cdfc

HTML with inline CSS

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

#c6cdfc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c6cdfc Color code Preview on White Background

This is how #c6cdfc Color code will look on white background color. Color contrast ratio is 1.55

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

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.