COLOR #6F436A

HEX: #6F436A RGB: (111,67,106)

Color info

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

RGB color model

#6F436A color RGB value is (111,67,106).

RGB: (111,67,106) (44%, 26%, 42%)

RGB channels and saturation

R 111 of 255 = 44%
G 67 of 255 = 26%
B 106 of 255 = 42%

111
67
106

R + G + B ~ 37%. #6F436A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 67 + 106 = 284 (100%)
R 111 of 284 ~ 39.08%
G 67 of 284 ~ 23.59%
B 106 of 284 ~ 37.32'%

%39.08
%23.59
%37.32

CMYK color model

#6F436A color CMYK value is (0,40,5,56).

  • cyan value is 0.00%
  • magenta value is 39.64%
  • yellow value is 4.50%
  • key color value is 56.47%

CMYK: (0,40,5,56)
C0M40Y5K56 (0%, 40%, 5%, 56%)
(0.00 / 0.40 / 0.05 / 0.56)

CMYK percentages

%0
%39.64
%4.5
%56.47

Codes

Color #6F436A in popluar color models

6F 43 6A
RGB 111 67 106
HSL 307° 24.72% 34.90%
HSB/HSV 307° 39.64% 43.53%
CMYK 0.00% 39.64% 4.50%
56.47%

Color #6F436A in popluar number systems.

HEX 6F 43 6A
Decimal 111 67 106
Binary 1101111 1000011 1101010
Octal 157 103 152

Shades and tints

Shades of #6F436A

#6F436A
(111,67,106)
#653D61
(101,61,97)
#5B3758
(91,55,88)
#51314F
(81,49,79)
#472B46
(71,43,70)
#3D253D
(61,37,61)
#331F34
(51,31,52)
#29192B
(41,25,43)
#1F1322
(31,19,34)
#150D19
(21,13,25)
#0B0710
(11,7,16)
#000000
(0,0,0)

Tints of #6F436A

#6F436A
(111,67,106)
#7C5477
(124,84,119)
#896584
(137,101,132)
#967691
(150,118,145)
#A3879E
(163,135,158)
#B098AB
(176,152,171)
#BDA9B8
(189,169,184)
#CABAC5
(202,186,197)
#D7CBD2
(215,203,210)
#E4DCDF
(228,220,223)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F436A color. Also use rgb(111,67,106) instead hex code.

Text Font Color

.myTextColor { color: #6F436A; }

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

This text font color is #6F436A.

Background Color

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

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

This div background color is #6F436A.

Border color

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

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

This div border color is #6F436A.

Opacity

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

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

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

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

This text has shadow with #6F436A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F436A.

Preview

Color preview on black background

This text has color #6F436A on black background.


Color preview on white background

This text has color #6F436A on white background.


Black color preview on #6F436A background

This text has black color on #6F436A background.


White color preview on #6F436A background

This text has white color on #6F436A background.


Related colors

Complementary color

Complementary color for #hex is #90BC95.


I love getcolorcode.com

Triadic colors

1 #6A6F43 and #436A6F with #6F436A are triadic colors.

2 #6A436F and #436F6A with #6F436A are triadic colors.