COLOR #6B477D

HEX: #6B477D RGB: (107,71,125)

Color info

#6B477D contains red, green and blue colors in about the same proportion. Web safe color of #6B477D is #663366 (or #636).

RGB color model

#6B477D color RGB value is (107,71,125).

RGB: (107,71,125) (42%, 28%, 49%)

RGB channels and saturation

R 107 of 255 = 42%
G 71 of 255 = 28%
B 125 of 255 = 49%

107
71
125

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

Portions of RGB colors in percentages

R + G + B = 107 + 71 + 125 = 303 (100%)
R 107 of 303 ~ 35.31%
G 71 of 303 ~ 23.43%
B 125 of 303 ~ 41.25'%

%35.31
%23.43
%41.25

CMYK color model

#6B477D color CMYK value is (14,43,0,51).

  • cyan value is 14.40%
  • magenta value is 43.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (14,43,0,51)
C14M43Y0K51 (14%, 43%, 0%, 51%)
(0.14 / 0.43 / 0.00 / 0.51)

CMYK percentages

%14.4
%43.2
%0
%50.98

Codes

Color #6B477D in popluar color models

6B 47 7D
RGB 107 71 125
HSL 280° 27.55% 38.43%
HSB/HSV 280° 43.20% 49.02%
CMYK 14.40% 43.20% 0.00%
50.98%

Color #6B477D in popluar number systems.

HEX 6B 47 7D
Decimal 107 71 125
Binary 1101011 1000111 1111101
Octal 153 107 175

Shades and tints

Shades of #6B477D

#6B477D
(107,71,125)
#624172
(98,65,114)
#593B67
(89,59,103)
#50355C
(80,53,92)
#472F51
(71,47,81)
#3E2946
(62,41,70)
#35233B
(53,35,59)
#2C1D30
(44,29,48)
#231725
(35,23,37)
#1A111A
(26,17,26)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #6B477D

#6B477D
(107,71,125)
#785788
(120,87,136)
#856793
(133,103,147)
#92779E
(146,119,158)
#9F87A9
(159,135,169)
#AC97B4
(172,151,180)
#B9A7BF
(185,167,191)
#C6B7CA
(198,183,202)
#D3C7D5
(211,199,213)
#E0D7E0
(224,215,224)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B477D color. Also use rgb(107,71,125) instead hex code.

Text Font Color

.myTextColor { color: #6B477D; }

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

This text font color is #6B477D.

Background Color

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

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

This div background color is #6B477D.

Border color

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

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

This div border color is #6B477D.

Opacity

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

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

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

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

This text has shadow with #6B477D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B477D.

Preview

Color preview on black background

This text has color #6B477D on black background.


Color preview on white background

This text has color #6B477D on white background.


Black color preview on #6B477D background

This text has black color on #6B477D background.


White color preview on #6B477D background

This text has white color on #6B477D background.


Related colors

Complementary color

Complementary color for #hex is #94B882.


I love getcolorcode.com

Triadic colors

1 #7D6B47 and #477D6B with #6B477D are triadic colors.

2 #7D476B and #476B7D with #6B477D are triadic colors.