COLOR #6F2B68

HEX: #6F2B68
RGB: (111,43,104)

Color info

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

RGB color model

#6F2B68 color RGB value is (111,43,104).

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

RGB channels and saturation

R 111 of 255 = 44%
G 43 of 255 = 17%
B 104 of 255 = 41%

111
43
104

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

Portions of RGB colors in percentages

R + G + B =
111 + 43 + 104 = 258 (100%)
R 111 of 258 ~ 43.02%
G 43 of 258 ~ 16.67%
B 104 of 258 ~ 40.31%

%43.02
%16.67
%40.31

CMYK color model

#6F2B68 color CMYK value is (0,61,6,56).

  • cyan value is 0.00%
  • magenta value is 61.26%
  • yellow value is 6.31%
  • key color value is 56.47%
CMYK:
(0,61,6,56)
C0M61Y6K56 
(0%,61%,6%,56%)
(0.00/0.61/0.06/0.56)	

CMYK percentages

%0
%61.26
%6.31
%56.47

Codes

Color #6F2B68 in popluar color models

6F2B68
RGB11143104
HSL306°44.16%30.20%
HSB/HSV306°61.26%43.53%
CMYK0.00%61.26%6.31%
56.47%

Color #6F2B68 in popluar number systems.

HEX6F2B68
Decimal11143104
Binary11011111010111101000
Octal15753150

Shades and tints

Shades of #6F2B68

#6F2B68
(111,43,104)
#65285F
(101,40,95)
#5B2556
(91,37,86)
#51224D
(81,34,77)
#471F44
(71,31,68)
#3D1C3B
(61,28,59)
#331932
(51,25,50)
#291629
(41,22,41)
#1F1320
(31,19,32)
#151017
(21,16,23)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #6F2B68

#6F2B68
(111,43,104)
#7C3E75
(124,62,117)
#895182
(137,81,130)
#96648F
(150,100,143)
#A3779C
(163,119,156)
#B08AA9
(176,138,169)
#BD9DB6
(189,157,182)
#CAB0C3
(202,176,195)
#D7C3D0
(215,195,208)
#E4D6DD
(228,214,221)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2B68; }

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

This text font color is #6F2B68.


Background Color

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

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

This div background color is #6F2B68.


Border color

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

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

This div border color is #6F2B68.


Opacity

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

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

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

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

This text has shadow with #6F2B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2B68 on black background.


Color preview on white background

This text has color #6F2B68 on white background.



Black color preview on #6F2B68 background

This text has black color on #6F2B68 background.


White color preview on #6F2B68 background

This text has white color on #6F2B68 background.