COLOR #6F4C65

HEX: #6F4C65 RGB: (111,76,101)

Color info

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

RGB color model

#6F4C65 color RGB value is (111,76,101).

RGB: (111,76,101) (44%, 30%, 40%)

RGB channels and saturation

R 111 of 255 = 44%
G 76 of 255 = 30%
B 101 of 255 = 40%

111
76
101

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

Portions of RGB colors in percentages

R + G + B = 111 + 76 + 101 = 288 (100%)
R 111 of 288 ~ 38.54%
G 76 of 288 ~ 26.39%
B 101 of 288 ~ 35.07'%

%38.54
%26.39
%35.07

CMYK color model

#6F4C65 color CMYK value is (0,32,9,56).

  • cyan value is 0.00%
  • magenta value is 31.53%
  • yellow value is 9.01%
  • key color value is 56.47%

CMYK: (0,32,9,56)
C0M32Y9K56 (0%, 32%, 9%, 56%)
(0.00 / 0.32 / 0.09 / 0.56)

CMYK percentages

%0
%31.53
%9.01
%56.47

Codes

Color #6F4C65 in popluar color models

6F 4C 65
RGB 111 76 101
HSL 317° 18.72% 36.67%
HSB/HSV 317° 31.53% 43.53%
CMYK 0.00% 31.53% 9.01%
56.47%

Color #6F4C65 in popluar number systems.

HEX 6F 4C 65
Decimal 111 76 101
Binary 1101111 1001100 1100101
Octal 157 114 145

Shades and tints

Shades of #6F4C65

#6F4C65
(111,76,101)
#65465C
(101,70,92)
#5B4053
(91,64,83)
#513A4A
(81,58,74)
#473441
(71,52,65)
#3D2E38
(61,46,56)
#33282F
(51,40,47)
#292226
(41,34,38)
#1F1C1D
(31,28,29)
#151614
(21,22,20)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #6F4C65

#6F4C65
(111,76,101)
#7C5C73
(124,92,115)
#896C81
(137,108,129)
#967C8F
(150,124,143)
#A38C9D
(163,140,157)
#B09CAB
(176,156,171)
#BDACB9
(189,172,185)
#CABCC7
(202,188,199)
#D7CCD5
(215,204,213)
#E4DCE3
(228,220,227)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4C65 color. Also use rgb(111,76,101) instead hex code.

Text Font Color

.myTextColor { color: #6F4C65; }

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

This text font color is #6F4C65.

Background Color

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

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

This div background color is #6F4C65.

Border color

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

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

This div border color is #6F4C65.

Opacity

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

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

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

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

This text has shadow with #6F4C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4C65.

Preview

Color preview on black background

This text has color #6F4C65 on black background.


Color preview on white background

This text has color #6F4C65 on white background.


Black color preview on #6F4C65 background

This text has black color on #6F4C65 background.


White color preview on #6F4C65 background

This text has white color on #6F4C65 background.


Related colors

Complementary color

Complementary color for #hex is #90B39A.


I love getcolorcode.com

Triadic colors

1 #656F4C and #4C656F with #6F4C65 are triadic colors.

2 #654C6F and #4C6F65 with #6F4C65 are triadic colors.