COLOR #B6679E

HEX: #B6679E RGB: (182,103,158)

Color info

#B6679E contains mainly red and blue colors. Web safe color of #B6679E is #CC6699 (or #C69).

RGB color model

#B6679E color RGB value is (182,103,158).

RGB: (182,103,158) (71%, 40%, 62%)

RGB channels and saturation

R 182 of 255 = 71%
G 103 of 255 = 40%
B 158 of 255 = 62%

182
103
158

R + G + B ~ 58%. #B6679E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 182 + 103 + 158 = 443 (100%)
R 182 of 443 ~ 41.08%
G 103 of 443 ~ 23.25%
B 158 of 443 ~ 35.67'%

%41.08
%23.25
%35.67

CMYK color model

#B6679E color CMYK value is (0,43,13,29).

  • cyan value is 0.00%
  • magenta value is 43.41%
  • yellow value is 13.19%
  • key color value is 28.63%

CMYK: (0,43,13,29)
C0M43Y13K29 (0%, 43%, 13%, 29%)
(0.00 / 0.43 / 0.13 / 0.29)

CMYK percentages

%0
%43.41
%13.19
%28.63

Codes

Color #B6679E in popluar color models

B6 67 9E
RGB 182 103 158
HSL 318° 35.11% 55.88%
HSB/HSV 318° 43.41% 71.37%
CMYK 0.00% 43.41% 13.19%
28.63%

Color #B6679E in popluar number systems.

HEX B6 67 9E
Decimal 182 103 158
Binary 10110110 1100111 10011110
Octal 266 147 236

Shades and tints

Shades of #B6679E

#B6679E
(182,103,158)
#A65E90
(166,94,144)
#965582
(150,85,130)
#864C74
(134,76,116)
#764366
(118,67,102)
#663A58
(102,58,88)
#56314A
(86,49,74)
#46283C
(70,40,60)
#361F2E
(54,31,46)
#261620
(38,22,32)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #B6679E

#B6679E
(182,103,158)
#BC74A6
(188,116,166)
#C281AE
(194,129,174)
#C88EB6
(200,142,182)
#CE9BBE
(206,155,190)
#D4A8C6
(212,168,198)
#DAB5CE
(218,181,206)
#E0C2D6
(224,194,214)
#E6CFDE
(230,207,222)
#ECDCE6
(236,220,230)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6679E color. Also use rgb(182,103,158) instead hex code.

Text Font Color

.myTextColor { color: #B6679E; }

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

This text font color is #B6679E.

Background Color

.myBgColor { background-color: #B6679E; }

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

This div background color is #B6679E.

Border color

.myBorderColor { border: 1px solid #B6679E; }

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

This div border color is #B6679E.

Opacity

.myOpacity80 { color: #B6679E; opacity: 0.8; }

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

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

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

This text has shadow with #B6679E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6679E.

Preview

Color preview on black background

This text has color #B6679E on black background.


Color preview on white background

This text has color #B6679E on white background.


Black color preview on #B6679E background

This text has black color on #B6679E background.


White color preview on #B6679E background

This text has white color on #B6679E background.


Related colors

Complementary color

Complementary color for #hex is #499861.


I love getcolorcode.com

Triadic colors

1 #9EB667 and #679EB6 with #B6679E are triadic colors.

2 #9E67B6 and #67B69E with #B6679E are triadic colors.