COLOR #6F2F75

HEX: #6F2F75
RGB: (111,47,117)

Color info

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

RGB color model

#6F2F75 color RGB value is (111,47,117).

  • red value is 111;
  • green value is 47;
  • blue value is 117.
RGB:
(111,47,117)
(44%,18%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 47 of 255 = 18%
B 117 of 255 = 46%

111
47
117

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

Portions of RGB colors in percentages

R + G + B =
111 + 47 + 117 = 275 (100%)
R 111 of 275 ~ 40.36%
G 47 of 275 ~ 17.09%
B 117 of 275 ~ 42.55%

%40.36
%17.09
%42.55

CMYK color model

#6F2F75 color CMYK value is (5,60,0,54).

  • cyan value is 5.13%
  • magenta value is 59.83%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(5,60,0,54)
C5M60Y0K54 
(5%,60%,0%,54%)
(0.05/0.60/0.00/0.54)	

CMYK percentages

%5.13
%59.83
%0
%54.12

Codes

Color #6F2F75 in popluar color models

6F2F75
RGB11147117
HSL295°42.68%32.16%
HSB/HSV295°59.83%45.88%
CMYK5.13%59.83%0.00%
54.12%

Color #6F2F75 in popluar number systems.

HEX6F2F75
Decimal11147117
Binary11011111011111110101
Octal15757165

Shades and tints

Shades of #6F2F75

#6F2F75
(111,47,117)
#652B6B
(101,43,107)
#5B2761
(91,39,97)
#512357
(81,35,87)
#471F4D
(71,31,77)
#3D1B43
(61,27,67)
#331739
(51,23,57)
#29132F
(41,19,47)
#1F0F25
(31,15,37)
#150B1B
(21,11,27)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #6F2F75

#6F2F75
(111,47,117)
#7C4181
(124,65,129)
#89538D
(137,83,141)
#966599
(150,101,153)
#A377A5
(163,119,165)
#B089B1
(176,137,177)
#BD9BBD
(189,155,189)
#CAADC9
(202,173,201)
#D7BFD5
(215,191,213)
#E4D1E1
(228,209,225)
#F1E3ED
(241,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2F75 color. Also use rgb(111,47,117) instead hex code.

Text Font Color

.myTextColor { color: #6F2F75; }

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

This text font color is #6F2F75.


Background Color

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

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

This div background color is #6F2F75.


Border color

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

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

This div border color is #6F2F75.


Opacity

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

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

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

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

This text has shadow with #6F2F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2F75 on black background.


Color preview on white background

This text has color #6F2F75 on white background.



Black color preview on #6F2F75 background

This text has black color on #6F2F75 background.


White color preview on #6F2F75 background

This text has white color on #6F2F75 background.