COLOR #6F3C69

HEX: #6F3C69
RGB: (111,60,105)

Color info

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

RGB color model

#6F3C69 color RGB value is (111,60,105).

  • red value is 111;
  • green value is 60;
  • blue value is 105.
RGB:
(111,60,105)
(44%,24%,41%)

RGB channels and saturation

R 111 of 255 = 44%
G 60 of 255 = 24%
B 105 of 255 = 41%

111
60
105

R + G + B ~ 36%. #6F3C69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 60 + 105 = 276 (100%)
R 111 of 276 ~ 40.22%
G 60 of 276 ~ 21.74%
B 105 of 276 ~ 38.04%

%40.22
%21.74
%38.04

CMYK color model

#6F3C69 color CMYK value is (0,46,5,56).

  • cyan value is 0.00%
  • magenta value is 45.95%
  • yellow value is 5.41%
  • key color value is 56.47%
CMYK:
(0,46,5,56)
C0M46Y5K56 
(0%,46%,5%,56%)
(0.00/0.46/0.05/0.56)	

CMYK percentages

%0
%45.95
%5.41
%56.47

Codes

Color #6F3C69 in popluar color models

6F3C69
RGB11160105
HSL307°29.82%33.53%
HSB/HSV307°45.95%43.53%
CMYK0.00%45.95%5.41%
56.47%

Color #6F3C69 in popluar number systems.

HEX6F3C69
Decimal11160105
Binary11011111111001101001
Octal15774151

Shades and tints

Shades of #6F3C69

#6F3C69
(111,60,105)
#653760
(101,55,96)
#5B3257
(91,50,87)
#512D4E
(81,45,78)
#472845
(71,40,69)
#3D233C
(61,35,60)
#331E33
(51,30,51)
#29192A
(41,25,42)
#1F1421
(31,20,33)
#150F18
(21,15,24)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #6F3C69

#6F3C69
(111,60,105)
#7C4D76
(124,77,118)
#895E83
(137,94,131)
#966F90
(150,111,144)
#A3809D
(163,128,157)
#B091AA
(176,145,170)
#BDA2B7
(189,162,183)
#CAB3C4
(202,179,196)
#D7C4D1
(215,196,209)
#E4D5DE
(228,213,222)
#F1E6EB
(241,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3C69 color. Also use rgb(111,60,105) instead hex code.

Text Font Color

.myTextColor { color: #6F3C69; }

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

This text font color is #6F3C69.


Background Color

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

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

This div background color is #6F3C69.


Border color

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

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

This div border color is #6F3C69.


Opacity

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

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

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

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

This text has shadow with #6F3C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3C69 on black background.


Color preview on white background

This text has color #6F3C69 on white background.



Black color preview on #6F3C69 background

This text has black color on #6F3C69 background.


White color preview on #6F3C69 background

This text has white color on #6F3C69 background.