COLOR #6F2D68

HEX: #6F2D68
RGB: (111,45,104)

Color info

#6F2D68 contains mainly red and blue colors. Web safe color of #6F2D68 is #663366 (or #636).

RGB color model

#6F2D68 color RGB value is (111,45,104).

  • red value is 111;
  • green value is 45;
  • blue value is 104.
RGB:
(111,45,104)
(44%,18%,41%)

RGB channels and saturation

R 111 of 255 = 44%
G 45 of 255 = 18%
B 104 of 255 = 41%

111
45
104

R + G + B ~ 34%. #6F2D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 45 + 104 = 260 (100%)
R 111 of 260 ~ 42.69%
G 45 of 260 ~ 17.31%
B 104 of 260 ~ 40%

%42.69
%17.31
%40

CMYK color model

#6F2D68 color CMYK value is (0,59,6,56).

  • cyan value is 0.00%
  • magenta value is 59.46%
  • yellow value is 6.31%
  • key color value is 56.47%
CMYK:
(0,59,6,56)
C0M59Y6K56 
(0%,59%,6%,56%)
(0.00/0.59/0.06/0.56)	

CMYK percentages

%0
%59.46
%6.31
%56.47

Codes

Color #6F2D68 in popluar color models

6F2D68
RGB11145104
HSL306°42.31%30.59%
HSB/HSV306°59.46%43.53%
CMYK0.00%59.46%6.31%
56.47%

Color #6F2D68 in popluar number systems.

HEX6F2D68
Decimal11145104
Binary11011111011011101000
Octal15755150

Shades and tints

Shades of #6F2D68

#6F2D68
(111,45,104)
#65295F
(101,41,95)
#5B2556
(91,37,86)
#51214D
(81,33,77)
#471D44
(71,29,68)
#3D193B
(61,25,59)
#331532
(51,21,50)
#291129
(41,17,41)
#1F0D20
(31,13,32)
#150917
(21,9,23)
#0B050E
(11,5,14)
#000000
(0,0,0)

Tints of #6F2D68

#6F2D68
(111,45,104)
#7C4075
(124,64,117)
#895382
(137,83,130)
#96668F
(150,102,143)
#A3799C
(163,121,156)
#B08CA9
(176,140,169)
#BD9FB6
(189,159,182)
#CAB2C3
(202,178,195)
#D7C5D0
(215,197,208)
#E4D8DD
(228,216,221)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2D68 color. Also use rgb(111,45,104) instead hex code.

Text Font Color

.myTextColor { color: #6F2D68; }

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

This text font color is #6F2D68.


Background Color

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

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

This div background color is #6F2D68.


Border color

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

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

This div border color is #6F2D68.


Opacity

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

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

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

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

This text has shadow with #6F2D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2D68 on black background.


Color preview on white background

This text has color #6F2D68 on white background.



Black color preview on #6F2D68 background

This text has black color on #6F2D68 background.


White color preview on #6F2D68 background

This text has white color on #6F2D68 background.