crispedge.com

Color picker

Loading...

#619bca hex color - Blue - Cool color - Information

#619bca hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #619bca Color code in RGB color code model is created after adding 38.04% red color, 60.78% green color and 79.22% blue color. Hex #619bca Color code in CMYK color (process color) code model is generated after subtraction of 52% cyan, 23% magenta, 0% yellow and 21% black.

Hex #619bca color code is between #6699cc web safe hex color code and #55aabb web safe hex color code. #6699cc is the nearest web safe color code. You can see here many more shades of #619bca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code619bca#619bca
RGB Decimal97, 155, 202rgb(97, 155, 202)
RGB Percent38%, 61%, 79%rgb(38%, 61%, 79%)
CSS RGBa97, 155, 202,1rgba(97,155,202,1)
CMYK Modelcmyk(52%,23%,0%,21%)
HSL Color Space207,50% ,59%hsl(207,50% ,59%)
HSV Color Space207°, 52%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000011001101111001010
Octal141233312
Decimal97155202
Hex619bca

Different shades of #619bca color code.

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

Light Shade of #619bca
#87b3d7
Dark Shade of #619bca
#3e82ba
Saturated Shade of #619bca
#569cd5
Desaturated Shade of #619bca
#6c9abf
Grey scale Shade of #619bca
#959595
Brighten Shade
#7ab4e3
Most Readable Shade
#000000

Shades of #619bca color code

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

#619bca
#5689b3
#4b789d
#406786
#355670
#2b4459
#203343
#15222c
#0a1116
#000000

Similar Color like #619bca color

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

#629ccb
#639dcc
#649ecd
#659fce
#66a0cf
#67a1d0
#68a2d1
#69a3d2
#6aa4d3
#6ba5d4
#6ca6d5
#6da7d6
#6ea8d7
#6fa9d8
#609ac9
#5f99c8
#5e98c7
#5d97c6
#5c96c5
#5b95c4
#5a94c3
#5993c2
#5892c1
#5791c0
#5690bf
#558fbe
#548ebd
#538dbc

Monochromatic Color with #619bca

#619bca
#75bcf4
#0f1920
#24394a
#385a75
#4d7a9f

Tints of #619bca Color

#619bca
#72a6cf
#84b1d5
#95bcdb
#a7c7e1
#b8d2e7
#cadded
#dbe8f3
#edf3f9
#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

#619bca
#ca9061

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

Split Complementary

#619bca
#ca6166
#cac561

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

Analogous Color

#61c5ca
#61b0ca
#619bca
#6186ca
#6171ca

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

#619bca
#ca619b
#9bca61

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

#619bca
#c461ca
#ca9061
#66ca61

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

#619bca
#ca9061
#cac561
#6166ca

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 #619bca 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.

#619bca Color Code Preview on Black Background Color

This is how #619bca Color will look on black background color. Color contrast ratio is 7.05

#619bca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #619bca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #619bca

#619bca color code is use for CSS Background Color

Background color for the above div is #619bca

HTML with inline CSS

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

#619bca color code is use for CSS Border Color

CSS Border color for the above div is #619bca

HTML with inline CSS

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

CSS Border Left color for the above div is #619bca

HTML with inline CSS

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

CSS Border Right color for the above div is #619bca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #619bca

HTML with inline CSS

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

CSS Border Top color for the above div is #619bca

HTML with inline CSS

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

#619bca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#619bca Color code Preview on White Background

This is how #619bca Color code will look on white background color. Color contrast ratio is 2.98

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(97,155,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,144,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(97,155,202,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.