COLOR #6B437B

HEX: #6B437B RGB: (107,67,123)

Color info

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

RGB color model

#6B437B color RGB value is (107,67,123).

RGB: (107,67,123) (42%, 26%, 48%)

RGB channels and saturation

R 107 of 255 = 42%
G 67 of 255 = 26%
B 123 of 255 = 48%

107
67
123

R + G + B ~ 39%. #6B437B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 67 + 123 = 297 (100%)
R 107 of 297 ~ 36.03%
G 67 of 297 ~ 22.56%
B 123 of 297 ~ 41.41'%

%36.03
%22.56
%41.41

CMYK color model

#6B437B color CMYK value is (13,46,0,52).

  • cyan value is 13.01%
  • magenta value is 45.53%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (13,46,0,52)
C13M46Y0K52 (13%, 46%, 0%, 52%)
(0.13 / 0.46 / 0.00 / 0.52)

CMYK percentages

%13.01
%45.53
%0
%51.76

Codes

Color #6B437B in popluar color models

6B 43 7B
RGB 107 67 123
HSL 283° 29.47% 37.25%
HSB/HSV 283° 45.53% 48.24%
CMYK 13.01% 45.53% 0.00%
51.76%

Color #6B437B in popluar number systems.

HEX 6B 43 7B
Decimal 107 67 123
Binary 1101011 1000011 1111011
Octal 153 103 173

Shades and tints

Shades of #6B437B

#6B437B
(107,67,123)
#623D70
(98,61,112)
#593765
(89,55,101)
#50315A
(80,49,90)
#472B4F
(71,43,79)
#3E2544
(62,37,68)
#351F39
(53,31,57)
#2C192E
(44,25,46)
#231323
(35,19,35)
#1A0D18
(26,13,24)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #6B437B

#6B437B
(107,67,123)
#785487
(120,84,135)
#856593
(133,101,147)
#92769F
(146,118,159)
#9F87AB
(159,135,171)
#AC98B7
(172,152,183)
#B9A9C3
(185,169,195)
#C6BACF
(198,186,207)
#D3CBDB
(211,203,219)
#E0DCE7
(224,220,231)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B437B color. Also use rgb(107,67,123) instead hex code.

Text Font Color

.myTextColor { color: #6B437B; }

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

This text font color is #6B437B.

Background Color

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

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

This div background color is #6B437B.

Border color

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

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

This div border color is #6B437B.

Opacity

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

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

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

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

This text has shadow with #6B437B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B437B.

Preview

Color preview on black background

This text has color #6B437B on black background.


Color preview on white background

This text has color #6B437B on white background.


Black color preview on #6B437B background

This text has black color on #6B437B background.


White color preview on #6B437B background

This text has white color on #6B437B background.


Related colors

Complementary color

Complementary color for #hex is #94BC84.


I love getcolorcode.com

Triadic colors

1 #7B6B43 and #437B6B with #6B437B are triadic colors.

2 #7B436B and #436B7B with #6B437B are triadic colors.