COLOR #6B4675

HEX: #6B4675 RGB: (107,70,117)

Color info

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

RGB color model

#6B4675 color RGB value is (107,70,117).

RGB: (107,70,117) (42%, 27%, 46%)

RGB channels and saturation

R 107 of 255 = 42%
G 70 of 255 = 27%
B 117 of 255 = 46%

107
70
117

R + G + B ~ 38%. #6B4675 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 70 + 117 = 294 (100%)
R 107 of 294 ~ 36.39%
G 70 of 294 ~ 23.81%
B 117 of 294 ~ 39.8'%

%36.39
%23.81
%39.8

CMYK color model

#6B4675 color CMYK value is (9,40,0,54).

  • cyan value is 8.55%
  • magenta value is 40.17%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (9,40,0,54)
C9M40Y0K54 (9%, 40%, 0%, 54%)
(0.09 / 0.40 / 0.00 / 0.54)

CMYK percentages

%8.55
%40.17
%0
%54.12

Codes

Color #6B4675 in popluar color models

6B 46 75
RGB 107 70 117
HSL 287° 25.13% 36.67%
HSB/HSV 287° 40.17% 45.88%
CMYK 8.55% 40.17% 0.00%
54.12%

Color #6B4675 in popluar number systems.

HEX 6B 46 75
Decimal 107 70 117
Binary 1101011 1000110 1110101
Octal 153 106 165

Shades and tints

Shades of #6B4675

#6B4675
(107,70,117)
#62406B
(98,64,107)
#593A61
(89,58,97)
#503457
(80,52,87)
#472E4D
(71,46,77)
#3E2843
(62,40,67)
#352239
(53,34,57)
#2C1C2F
(44,28,47)
#231625
(35,22,37)
#1A101B
(26,16,27)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #6B4675

#6B4675
(107,70,117)
#785681
(120,86,129)
#85668D
(133,102,141)
#927699
(146,118,153)
#9F86A5
(159,134,165)
#AC96B1
(172,150,177)
#B9A6BD
(185,166,189)
#C6B6C9
(198,182,201)
#D3C6D5
(211,198,213)
#E0D6E1
(224,214,225)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4675 color. Also use rgb(107,70,117) instead hex code.

Text Font Color

.myTextColor { color: #6B4675; }

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

This text font color is #6B4675.

Background Color

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

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

This div background color is #6B4675.

Border color

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

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

This div border color is #6B4675.

Opacity

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

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

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

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

This text has shadow with #6B4675 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B4675.

Preview

Color preview on black background

This text has color #6B4675 on black background.


Color preview on white background

This text has color #6B4675 on white background.


Black color preview on #6B4675 background

This text has black color on #6B4675 background.


White color preview on #6B4675 background

This text has white color on #6B4675 background.


Related colors

Complementary color

Complementary color for #hex is #94B98A.


I love getcolorcode.com

Triadic colors

1 #756B46 and #46756B with #6B4675 are triadic colors.

2 #75466B and #466B75 with #6B4675 are triadic colors.