crispedge.com

Color picker

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

#6666cc hex color - Blue - Cool color - Information

#6666cc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6666cc Color code in RGB color code model is created after adding 40% red color, 40% green color and 80% blue color. Hex #6666cc Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 50% magenta, 0% yellow and 20% black.

Hex #6666cc color code is a web safe color. Next web safe color code is #5555bb and previous web safe color code is #7777dd. You can see here many more shades of #6666cc color code.

0 Likes 0 Comments | 42 Views

Color Table

Hex Color Code6666cc#6666cc
RGB Decimal102, 102, 204rgb(102, 102, 204)
RGB Percent40%, 40%, 80%rgb(40%, 40%, 80%)
CSS RGBa102, 102, 204,1rgba(102,102,204,1)
CMYK Modelcmyk(50%,50%,0%,20%)
HSL Color Space240,50% ,60%hsl(240,50% ,60%)
HSV Color Space240°, 50%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001100110011011001100
Octal146146314
Decimal102102204
Hex6666cc

Different shades of #6666cc color code.

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

Light Shade of #6666cc
#8c8cd9
Dark Shade of #6666cc
#4040bf
Saturated Shade of #6666cc
#5c5cd6
Desaturated Shade of #6666cc
#7070c2
Grey scale Shade of #6666cc
#999999
Brighten Shade
#7f7fe5
Most Readable Shade
#FFFFFF

Shades of #6666cc color code

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

#6666cc
#5a5ab5
#4f4f9e
#444488
#383871
#2d2d5a
#222244
#16162d
#0b0b16
#000000

Similar Color like #6666cc color

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

#6767cd
#6868ce
#6969cf
#6a6ad0
#6b6bd1
#6c6cd2
#6d6dd3
#6e6ed4
#6f6fd5
#7070d6
#7171d7
#7272d8
#7373d9
#7474da
#6565cb
#6464ca
#6363c9
#6262c8
#6161c7
#6060c6
#5f5fc5
#5e5ec4
#5d5dc3
#5c5cc2
#5b5bc1
#5a5ac0
#5959bf
#5858be

Monochromatic Color with #6666cc

#6666cc
#7b7bf6
#111122
#26264c
#3b3b77
#5151a1

Tints of #6666cc Color

#6666cc
#7777d1
#8888d7
#9999dd
#aaaae2
#bbbbe8
#ccccee
#ddddf3
#eeeef9
#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

#6666cc
#cccc66

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

Split Complementary

#6666cc
#cc9966
#99cc66

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

Analogous Color

#668fcc
#667acc
#6666cc
#7a66cc
#8f66cc

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

#6666cc
#cc6666
#66cc66

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

#6666cc
#cc6699
#cccc66
#66cc99

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

#6666cc
#cccc66
#99cc66
#9966cc

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 #6666cc 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.

#6666cc Color Code Preview on Black Background Color

This is how #6666cc Color will look on black background color. Color contrast ratio is 4.34

#6666cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6666cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6666cc

#6666cc color code is use for CSS Background Color

Background color for the above div is #6666cc

HTML with inline CSS

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

#6666cc color code is use for CSS Border Color

CSS Border color for the above div is #6666cc

HTML with inline CSS

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

CSS Border Left color for the above div is #6666cc

HTML with inline CSS

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

CSS Border Right color for the above div is #6666cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6666cc

HTML with inline CSS

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

CSS Border Top color for the above div is #6666cc

HTML with inline CSS

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

#6666cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6666cc Color code Preview on White Background

This is how #6666cc Color code will look on white background color. Color contrast ratio is 4.84

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

Related Gradients

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

0 Likes 0 Comments | 42 Views

Post your comment:-

By submitting comment you agree to our privacy policy.