crispedge.com

Color picker

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

#69399a hex color - Violet - Cool color - Information

#69399a hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #69399a Color code in RGB color code model is created after adding 41.18% red color, 22.35% green color and 60.39% blue color. Hex #69399a Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 63% magenta, 0% yellow and 40% black.

Hex #69399a color code is between #663399 web safe hex color code and #7744aa web safe hex color code. #663399 is the nearest web safe color code. You can see here many more shades of #69399a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code69399a#69399a
RGB Decimal105, 57, 154rgb(105, 57, 154)
RGB Percent41%, 22%, 60%rgb(41%, 22%, 60%)
CSS RGBa105, 57, 154,1rgba(105,57,154,1)
CMYK Modelcmyk(32%,63%,0%,40%)
HSL Color Space270,46% ,41%hsl(270,46% ,41%)
HSV Color Space270°, 63%, 60%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010010011100110011010
Octal15171232
Decimal10557154
Hex69399a

Different shades of #69399a color code.

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

Light Shade of #69399a
#824abc
Dark Shade of #69399a
#502b75
Saturated Shade of #69399a
#692ea5
Desaturated Shade of #69399a
#69448f
Grey scale Shade of #69399a
#696969
Brighten Shade
#8252b3
Most Readable Shade
#FFFFFF

Shades of #69399a color code

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

#69399a
#5d3288
#512c77
#462666
#3a1f55
#2e1944
#231333
#170c22
#0b0611
#000000

Similar Color like #69399a color

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

#6a3a9b
#6b3b9c
#6c3c9d
#6d3d9e
#6e3e9f
#6f3fa0
#7040a1
#7141a2
#7242a3
#7343a4
#7444a5
#7545a6
#7646a7
#7747a8
#683899
#673798
#663697
#653596
#643495
#633394
#623293
#613192
#603091
#5f2f90
#5e2e8f
#5d2d8e
#5c2c8d
#5b2b8c

Monochromatic Color with #69399a

#69399a
#8649c4
#a358ef
#120a1a
#2f1a45
#4c296f

Tints of #69399a Color

#69399a
#794fa5
#8a65b0
#9b7bbb
#ab91c6
#bca7d2
#cdbddd
#ddd3e8
#eee9f3
#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

#69399a
#6a9a39

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

Split Complementary

#69399a
#9a9a39
#399a39

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

Analogous Color

#42399a
#56399a
#69399a
#7c399a
#90399a

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

#69399a
#9a6939
#399a69

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

#69399a
#9a3939
#6a9a39
#399a99

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

#69399a
#6a9a39
#399a39
#9a399a

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 #69399a 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.

#69399a Color Code Preview on Black Background Color

This is how #69399a Color will look on black background color. Color contrast ratio is 2.65

#69399a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #69399a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #69399a

#69399a color code is use for CSS Background Color

Background color for the above div is #69399a

HTML with inline CSS

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

#69399a color code is use for CSS Border Color

CSS Border color for the above div is #69399a

HTML with inline CSS

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

CSS Border Left color for the above div is #69399a

HTML with inline CSS

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

CSS Border Right color for the above div is #69399a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #69399a

HTML with inline CSS

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

CSS Border Top color for the above div is #69399a

HTML with inline CSS

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

#69399a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#69399a Color code Preview on White Background

This is how #69399a Color code will look on white background color. Color contrast ratio is 7.92

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

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.