crispedge.com

Color picker

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

#066bd9 hex color - Blue - Cool color - Information

#066bd9 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #066bd9 Color code in RGB color code model is created after adding 2.35% red color, 41.96% green color and 85.1% blue color. Hex #066bd9 Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 51% magenta, 0% yellow and 15% black.

Hex #066bd9 color code is between #0066dd web safe hex color code and #0077cc web safe hex color code. #0066dd is the nearest web safe color code. You can see here many more shades of #066bd9 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code066bd9#066bd9
RGB Decimal6, 107, 217rgb(6, 107, 217)
RGB Percent2%, 42%, 85%rgb(2%, 42%, 85%)
CSS RGBa6, 107, 217,1rgba(6,107,217,1)
CMYK Modelcmyk(97%,51%,0%,15%)
HSL Color Space211,95% ,44%hsl(211,95% ,44%)
HSV Color Space211°, 97%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001100110101111011001
Octal6153331
Decimal6107217
Hex066bd9

Different shades of #066bd9 color code.

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

Light Shade of #066bd9
#1984f9
Dark Shade of #066bd9
#0553a7
Saturated Shade of #066bd9
#006bdf
Desaturated Shade of #066bd9
#116bce
Grey scale Shade of #066bd9
#6f6f6f
Brighten Shade
#1f84f2
Most Readable Shade
#FFFFFF

Shades of #066bd9 color code

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

#066bd9
#055fc0
#0453a8
#044790
#033b78
#022f60
#022348
#011730
#000b18
#000000

Similar Color like #066bd9 color

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

#076cda
#086ddb
#096edc
#0a6fdd
#0b70de
#0c71df
#0d72e0
#0e73e1
#0f74e2
#1075e3
#1176e4
#1277e5
#1378e6
#1479e7
#056ad8
#0469d7
#0368d6
#0267d5
#0166d4
#0065d3
#0064d2
#0063d1
#0062d0
#0061cf
#0060ce
#005fcd
#005ecc
#005dcb

Monochromatic Color with #066bd9

#066bd9
#000204
#01172f
#022c59
#044184
#0556ae

Tints of #066bd9 Color

#066bd9
#217bdd
#3d8be1
#599ce5
#74ace9
#90bdee
#accdf2
#c7def6
#e3eefa
#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

#066bd9
#d97406

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

Split Complementary

#066bd9
#d90b06
#d4d906

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

Analogous Color

#06bfd9
#0695d9
#066bd9
#0641d9
#0617d9

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

#066bd9
#d9066b
#6bd906

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

#066bd9
#d906d4
#d97406
#06d90b

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

#066bd9
#d97406
#d4d906
#0b06d9

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 #066bd9 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.

#066bd9 Color Code Preview on Black Background Color

This is how #066bd9 Color will look on black background color. Color contrast ratio is 4.11

#066bd9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #066bd9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #066bd9

#066bd9 color code is use for CSS Background Color

Background color for the above div is #066bd9

HTML with inline CSS

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

#066bd9 color code is use for CSS Border Color

CSS Border color for the above div is #066bd9

HTML with inline CSS

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

CSS Border Left color for the above div is #066bd9

HTML with inline CSS

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

CSS Border Right color for the above div is #066bd9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #066bd9

HTML with inline CSS

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

CSS Border Top color for the above div is #066bd9

HTML with inline CSS

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

#066bd9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#066bd9 Color code Preview on White Background

This is how #066bd9 Color code will look on white background color. Color contrast ratio is 5.11

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

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.