COLOR #6F4965

HEX: #6F4965
RGB: (111,73,101)

Color info

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

RGB color model

#6F4965 color RGB value is (111,73,101).

  • red value is 111;
  • green value is 73;
  • blue value is 101.
RGB:
(111,73,101)
(44%,29%,40%)

RGB channels and saturation

R 111 of 255 = 44%
G 73 of 255 = 29%
B 101 of 255 = 40%

111
73
101

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

Portions of RGB colors in percentages

R + G + B =
111 + 73 + 101 = 285 (100%)
R 111 of 285 ~ 38.95%
G 73 of 285 ~ 25.61%
B 101 of 285 ~ 35.44%

%38.95
%25.61
%35.44

CMYK color model

#6F4965 color CMYK value is (0,34,9,56).

  • cyan value is 0.00%
  • magenta value is 34.23%
  • yellow value is 9.01%
  • key color value is 56.47%
CMYK:
(0,34,9,56)
C0M34Y9K56 
(0%,34%,9%,56%)
(0.00/0.34/0.09/0.56)	

CMYK percentages

%0
%34.23
%9.01
%56.47

Codes

Color #6F4965 in popluar color models

6F4965
RGB11173101
HSL316°20.65%36.08%
HSB/HSV316°34.23%43.53%
CMYK0.00%34.23%9.01%
56.47%

Color #6F4965 in popluar number systems.

HEX6F4965
Decimal11173101
Binary110111110010011100101
Octal157111145

Shades and tints

Shades of #6F4965

#6F4965
(111,73,101)
#65435C
(101,67,92)
#5B3D53
(91,61,83)
#51374A
(81,55,74)
#473141
(71,49,65)
#3D2B38
(61,43,56)
#33252F
(51,37,47)
#291F26
(41,31,38)
#1F191D
(31,25,29)
#151314
(21,19,20)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #6F4965

#6F4965
(111,73,101)
#7C5973
(124,89,115)
#896981
(137,105,129)
#96798F
(150,121,143)
#A3899D
(163,137,157)
#B099AB
(176,153,171)
#BDA9B9
(189,169,185)
#CAB9C7
(202,185,199)
#D7C9D5
(215,201,213)
#E4D9E3
(228,217,227)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4965; }

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

This text font color is #6F4965.


Background Color

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

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

This div background color is #6F4965.


Border color

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

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

This div border color is #6F4965.


Opacity

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

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

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

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

This text has shadow with #6F4965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4965 on black background.


Color preview on white background

This text has color #6F4965 on white background.



Black color preview on #6F4965 background

This text has black color on #6F4965 background.


White color preview on #6F4965 background

This text has white color on #6F4965 background.