COLOR #6047A4

HEX: #6047A4 RGB: (96,71,164)

Color info

#6047A4 contains mainly blue color. Web safe color of #6047A4 is #663399 (or #639).

RGB color model

#6047A4 color RGB value is (96,71,164).

RGB: (96,71,164) (38%, 28%, 64%)

RGB channels and saturation

R 96 of 255 = 38%
G 71 of 255 = 28%
B 164 of 255 = 64%

96
71
164

R + G + B ~ 43%. #6047A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 71 + 164 = 331 (100%)
R 96 of 331 ~ 29%
G 71 of 331 ~ 21.45%
B 164 of 331 ~ 49.55'%

%29
%21.45
%49.55

CMYK color model

#6047A4 color CMYK value is (41,57,0,36).

  • cyan value is 41.46%
  • magenta value is 56.71%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK: (41,57,0,36) C41M57Y0K36 (41%,57%,0%,36%) (0.41/0.57/0.00/0.36) 

CMYK percentages

%41.46
%56.71
%0
%35.69

Codes

Color #6047A4 in popluar color models

60 47 A4
RGB 96 71 164
HSL 256° 39.57% 46.08%
HSB/HSV 256° 56.71% 64.31%
CMYK 41.46% 56.71% 0.00%
35.69%

Color #6047A4 in popluar number systems.

HEX 60 47 A4
Decimal 96 71 164
Binary 1100000 1000111 10100100
Octal 140 107 244

Shades and tints

Shades of #6047A4

#6047A4
(96,71,164)
#584196
(88,65,150)
#503B88
(80,59,136)
#48357A
(72,53,122)
#402F6C
(64,47,108)
#38295E
(56,41,94)
#302350
(48,35,80)
#281D42
(40,29,66)
#201734
(32,23,52)
#181126
(24,17,38)
#100B18
(16,11,24)
#000000
(0,0,0)

Tints of #6047A4

#6047A4
(96,71,164)
#6E57AC
(110,87,172)
#7C67B4
(124,103,180)
#8A77BC
(138,119,188)
#9887C4
(152,135,196)
#A697CC
(166,151,204)
#B4A7D4
(180,167,212)
#C2B7DC
(194,183,220)
#D0C7E4
(208,199,228)
#DED7EC
(222,215,236)
#ECE7F4
(236,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6047A4 color. Also use rgb(96,71,164) instead hex code.

Text Font Color

.myTextColor { color: #6047A4; }

<p style="color:#6047A4">This sample text font color is #6047A4.</p>

This text font color is #6047A4.

Background Color

.myBgColor { background-color: #6047A4; }

<div style="background-color:#6047A4">Inner text</div>

This div background color is #6047A4.

Border color

.myBorderColor { border: 1px solid #6047A4; }

<div style="border:3px solid #6047A4">Div</div>

This div border color is #6047A4.

Opacity

.myOpacity80 { color: #6047A4; opacity: 0.8; }

<p style="color:#6047A4;opacity:0.8;">80%</p>

Text with #6047A4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6047A4;}

<p style="text-shadow: 3px 3px 1px #6047A4">Text here.</p>

This text has shadow with #6047A4 color.


.textShadow {text-shadow: 3px 3px 1px #6047A4', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6047A4, 5px 5px 20px red">Text here.</p>

This text has shadow with #6047A4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6047A4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6047A4, Direction=45, Strength=4)">Text</p>

This text has shadow with #6047A4 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6047A4;
-webkit-box-shadow: 1px 1px 3px 2px #6047A4;
box-shadow: 1px 1px 3px 2px #6047A4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6047A4; -webkit-box-shadow: 1px 1px 3px 2px #6047A4; box-shadow:1px 1px 3px 2px #6047A4;">
Div content here
</div>

This div box has shadow with color #6047A4.

Preview

Color preview on black background

This text has color #6047A4 on black background.


Color preview on white background

This text has color #6047A4 on white background.


Black color preview on #6047A4 background

This text has black color on #6047A4 background.


White color preview on #6047A4 background

This text has white color on #6047A4 background.


Related colors

Complementary color

Complementary color for #hex is #9FB85B.


I love getcolorcode.com

Triadic colors

1 #A46047 and #47A460 with #6047A4 are triadic colors.

2 #A44760 and #4760A4 with #6047A4 are triadic colors.