COLOR #6047A7

HEX: #6047A7 RGB: (96,71,167)

Color info

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

RGB color model

#6047A7 color RGB value is (96,71,167).

RGB: (96,71,167) (38%, 28%, 65%)

RGB channels and saturation

R 96 of 255 = 38%
G 71 of 255 = 28%
B 167 of 255 = 65%

96
71
167

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

Portions of RGB colors in percentages

R + G + B = 96 + 71 + 167 = 334 (100%)
R 96 of 334 ~ 28.74%
G 71 of 334 ~ 21.26%
B 167 of 334 ~ 50'%

%28.74
%21.26
%50

CMYK color model

#6047A7 color CMYK value is (43,57,0,35).

  • cyan value is 42.51%
  • magenta value is 57.49%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (43,57,0,35)
C43M57Y0K35 (43%, 57%, 0%, 35%)
(0.43 / 0.57 / 0.00 / 0.35)

CMYK percentages

%42.51
%57.49
%0
%34.51

Codes

Color #6047A7 in popluar color models

60 47 A7
RGB 96 71 167
HSL 256° 40.34% 46.67%
HSB/HSV 256° 57.49% 65.49%
CMYK 42.51% 57.49% 0.00%
34.51%

Color #6047A7 in popluar number systems.

HEX 60 47 A7
Decimal 96 71 167
Binary 1100000 1000111 10100111
Octal 140 107 247

Shades and tints

Shades of #6047A7

#6047A7
(96,71,167)
#584198
(88,65,152)
#503B89
(80,59,137)
#48357A
(72,53,122)
#402F6B
(64,47,107)
#38295C
(56,41,92)
#30234D
(48,35,77)
#281D3E
(40,29,62)
#20172F
(32,23,47)
#181120
(24,17,32)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #6047A7

#6047A7
(96,71,167)
#6E57AF
(110,87,175)
#7C67B7
(124,103,183)
#8A77BF
(138,119,191)
#9887C7
(152,135,199)
#A697CF
(166,151,207)
#B4A7D7
(180,167,215)
#C2B7DF
(194,183,223)
#D0C7E7
(208,199,231)
#DED7EF
(222,215,239)
#ECE7F7
(236,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6047A7; }

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

This text font color is #6047A7.

Background Color

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

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

This div background color is #6047A7.

Border color

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

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

This div border color is #6047A7.

Opacity

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

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

Text with #6047A7 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 #6047A7;}

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

This text has shadow with #6047A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6047A7.

Preview

Color preview on black background

This text has color #6047A7 on black background.


Color preview on white background

This text has color #6047A7 on white background.


Black color preview on #6047A7 background

This text has black color on #6047A7 background.


White color preview on #6047A7 background

This text has white color on #6047A7 background.


Related colors

Complementary color

Complementary color for #hex is #9FB858.


I love getcolorcode.com

Triadic colors

1 #A76047 and #47A760 with #6047A7 are triadic colors.

2 #A74760 and #4760A7 with #6047A7 are triadic colors.