COLOR #6F385B

HEX: #6F385B RGB: (111,56,91)

Color info

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

RGB color model

#6F385B color RGB value is (111,56,91).

RGB: (111,56,91) (44%, 22%, 36%)

RGB channels and saturation

R 111 of 255 = 44%
G 56 of 255 = 22%
B 91 of 255 = 36%

111
56
91

R + G + B ~ 34%. #6F385B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 56 + 91 = 258 (100%)
R 111 of 258 ~ 43.02%
G 56 of 258 ~ 21.71%
B 91 of 258 ~ 35.27'%

%43.02
%21.71
%35.27

CMYK color model

#6F385B color CMYK value is (0,50,18,56).

  • cyan value is 0.00%
  • magenta value is 49.55%
  • yellow value is 18.02%
  • key color value is 56.47%

CMYK: (0,50,18,56)
C0M50Y18K56 (0%, 50%, 18%, 56%)
(0.00 / 0.50 / 0.18 / 0.56)

CMYK percentages

%0
%49.55
%18.02
%56.47

Codes

Color #6F385B in popluar color models

6F 38 5B
RGB 111 56 91
HSL 322° 32.93% 32.75%
HSB/HSV 322° 49.55% 43.53%
CMYK 0.00% 49.55% 18.02%
56.47%

Color #6F385B in popluar number systems.

HEX 6F 38 5B
Decimal 111 56 91
Binary 1101111 111000 1011011
Octal 157 70 133

Shades and tints

Shades of #6F385B

#6F385B
(111,56,91)
#653353
(101,51,83)
#5B2E4B
(91,46,75)
#512943
(81,41,67)
#47243B
(71,36,59)
#3D1F33
(61,31,51)
#331A2B
(51,26,43)
#291523
(41,21,35)
#1F101B
(31,16,27)
#150B13
(21,11,19)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #6F385B

#6F385B
(111,56,91)
#7C4A69
(124,74,105)
#895C77
(137,92,119)
#966E85
(150,110,133)
#A38093
(163,128,147)
#B092A1
(176,146,161)
#BDA4AF
(189,164,175)
#CAB6BD
(202,182,189)
#D7C8CB
(215,200,203)
#E4DAD9
(228,218,217)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F385B color. Also use rgb(111,56,91) instead hex code.

Text Font Color

.myTextColor { color: #6F385B; }

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

This text font color is #6F385B.

Background Color

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

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

This div background color is #6F385B.

Border color

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

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

This div border color is #6F385B.

Opacity

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

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

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

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

This text has shadow with #6F385B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F385B.

Preview

Color preview on black background

This text has color #6F385B on black background.


Color preview on white background

This text has color #6F385B on white background.


Black color preview on #6F385B background

This text has black color on #6F385B background.


White color preview on #6F385B background

This text has white color on #6F385B background.


Related colors

Complementary color

Complementary color for #hex is #90C7A4.


I love getcolorcode.com

Triadic colors

1 #5B6F38 and #385B6F with #6F385B are triadic colors.

2 #5B386F and #386F5B with #6F385B are triadic colors.