COLOR #6F47AF

HEX: #6F47AF RGB: (111,71,175)

Color info

#6F47AF contains mainly blue color. Web safe color of #6F47AF is #663399 (or #639).

RGB color model

#6F47AF color RGB value is (111,71,175).

RGB: (111,71,175) (44%, 28%, 69%)

RGB channels and saturation

R 111 of 255 = 44%
G 71 of 255 = 28%
B 175 of 255 = 69%

111
71
175

R + G + B ~ 47%. #6F47AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 111 + 71 + 175 = 357 (100%)
R 111 of 357 ~ 31.09%
G 71 of 357 ~ 19.89%
B 175 of 357 ~ 49.02'%

%31.09
%19.89
%49.02

CMYK color model

#6F47AF color CMYK value is (37,59,0,31).

  • cyan value is 36.57%
  • magenta value is 59.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (37,59,0,31)
C37M59Y0K31 (37%, 59%, 0%, 31%)
(0.37 / 0.59 / 0.00 / 0.31)

CMYK percentages

%36.57
%59.43
%0
%31.37

Codes

Color #6F47AF in popluar color models

6F 47 AF
RGB 111 71 175
HSL 263° 42.28% 48.24%
HSB/HSV 263° 59.43% 68.63%
CMYK 36.57% 59.43% 0.00%
31.37%

Color #6F47AF in popluar number systems.

HEX 6F 47 AF
Decimal 111 71 175
Binary 1101111 1000111 10101111
Octal 157 107 257

Shades and tints

Shades of #6F47AF

#6F47AF
(111,71,175)
#6541A0
(101,65,160)
#5B3B91
(91,59,145)
#513582
(81,53,130)
#472F73
(71,47,115)
#3D2964
(61,41,100)
#332355
(51,35,85)
#291D46
(41,29,70)
#1F1737
(31,23,55)
#151128
(21,17,40)
#0B0B19
(11,11,25)
#000000
(0,0,0)

Tints of #6F47AF

#6F47AF
(111,71,175)
#7C57B6
(124,87,182)
#8967BD
(137,103,189)
#9677C4
(150,119,196)
#A387CB
(163,135,203)
#B097D2
(176,151,210)
#BDA7D9
(189,167,217)
#CAB7E0
(202,183,224)
#D7C7E7
(215,199,231)
#E4D7EE
(228,215,238)
#F1E7F5
(241,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F47AF color. Also use rgb(111,71,175) instead hex code.

Text Font Color

.myTextColor { color: #6F47AF; }

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

This text font color is #6F47AF.

Background Color

.myBgColor { background-color: #6F47AF; }

<div style="background-color:#6F47AF">Inner text</div>

This div background color is #6F47AF.

Border color

.myBorderColor { border: 1px solid #6F47AF; }

<div style="border:3px solid #6F47AF">Div</div>

This div border color is #6F47AF.

Opacity

.myOpacity80 { color: #6F47AF; opacity: 0.8; }

<p style="color:#6F47AF;opacity:0.8;">80%</p>

Text with #6F47AF 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 #6F47AF;}

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

This text has shadow with #6F47AF color.


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

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

This text has shadow with #6F47AF primary color and red secondary color.


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

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

This text has shadow with #6F47AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6F47AF.

Preview

Color preview on black background

This text has color #6F47AF on black background.


Color preview on white background

This text has color #6F47AF on white background.


Black color preview on #6F47AF background

This text has black color on #6F47AF background.


White color preview on #6F47AF background

This text has white color on #6F47AF background.


Related colors

Complementary color

Complementary color for #hex is #90B850.


I love getcolorcode.com

Triadic colors

1 #AF6F47 and #47AF6F with #6F47AF are triadic colors.

2 #AF476F and #476FAF with #6F47AF are triadic colors.