COLOR #6F446B

HEX: #6F446B RGB: (111,68,107)

Color info

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

RGB color model

#6F446B color RGB value is (111,68,107).

RGB: (111,68,107) (44%, 27%, 42%)

RGB channels and saturation

R 111 of 255 = 44%
G 68 of 255 = 27%
B 107 of 255 = 42%

111
68
107

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

Portions of RGB colors in percentages

R + G + B = 111 + 68 + 107 = 286 (100%)
R 111 of 286 ~ 38.81%
G 68 of 286 ~ 23.78%
B 107 of 286 ~ 37.41'%

%38.81
%23.78
%37.41

CMYK color model

#6F446B color CMYK value is (0,39,4,56).

  • cyan value is 0.00%
  • magenta value is 38.74%
  • yellow value is 3.60%
  • key color value is 56.47%

CMYK: (0,39,4,56)
C0M39Y4K56 (0%, 39%, 4%, 56%)
(0.00 / 0.39 / 0.04 / 0.56)

CMYK percentages

%0
%38.74
%3.6
%56.47

Codes

Color #6F446B in popluar color models

6F 44 6B
RGB 111 68 107
HSL 306° 24.02% 35.10%
HSB/HSV 306° 38.74% 43.53%
CMYK 0.00% 38.74% 3.60%
56.47%

Color #6F446B in popluar number systems.

HEX 6F 44 6B
Decimal 111 68 107
Binary 1101111 1000100 1101011
Octal 157 104 153

Shades and tints

Shades of #6F446B

#6F446B
(111,68,107)
#653E62
(101,62,98)
#5B3859
(91,56,89)
#513250
(81,50,80)
#472C47
(71,44,71)
#3D263E
(61,38,62)
#332035
(51,32,53)
#291A2C
(41,26,44)
#1F1423
(31,20,35)
#150E1A
(21,14,26)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #6F446B

#6F446B
(111,68,107)
#7C5578
(124,85,120)
#896685
(137,102,133)
#967792
(150,119,146)
#A3889F
(163,136,159)
#B099AC
(176,153,172)
#BDAAB9
(189,170,185)
#CABBC6
(202,187,198)
#D7CCD3
(215,204,211)
#E4DDE0
(228,221,224)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F446B color. Also use rgb(111,68,107) instead hex code.

Text Font Color

.myTextColor { color: #6F446B; }

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

This text font color is #6F446B.

Background Color

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

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

This div background color is #6F446B.

Border color

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

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

This div border color is #6F446B.

Opacity

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

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

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

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

This text has shadow with #6F446B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F446B.

Preview

Color preview on black background

This text has color #6F446B on black background.


Color preview on white background

This text has color #6F446B on white background.


Black color preview on #6F446B background

This text has black color on #6F446B background.


White color preview on #6F446B background

This text has white color on #6F446B background.


Related colors

Complementary color

Complementary color for #hex is #90BB94.


I love getcolorcode.com

Triadic colors

1 #6B6F44 and #446B6F with #6F446B are triadic colors.

2 #6B446F and #446F6B with #6F446B are triadic colors.