COLOR #6F256B

HEX: #6F256B
RGB: (111,37,107)

Color info

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

RGB color model

#6F256B color RGB value is (111,37,107).

  • red value is 111;
  • green value is 37;
  • blue value is 107.
RGB:
(111,37,107)
(44%,15%,42%)

RGB channels and saturation

R 111 of 255 = 44%
G 37 of 255 = 15%
B 107 of 255 = 42%

111
37
107

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

Portions of RGB colors in percentages

R + G + B =
111 + 37 + 107 = 255 (100%)
R 111 of 255 ~ 43.53%
G 37 of 255 ~ 14.51%
B 107 of 255 ~ 41.96%

%43.53
%14.51
%41.96

CMYK color model

#6F256B color CMYK value is (0,67,4,56).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 3.60%
  • key color value is 56.47%
CMYK:
(0,67,4,56)
C0M67Y4K56 
(0%,67%,4%,56%)
(0.00/0.67/0.04/0.56)	

CMYK percentages

%0
%66.67
%3.6
%56.47

Codes

Color #6F256B in popluar color models

6F256B
RGB11137107
HSL303°50.00%29.02%
HSB/HSV303°66.67%43.53%
CMYK0.00%66.67%3.60%
56.47%

Color #6F256B in popluar number systems.

HEX6F256B
Decimal11137107
Binary11011111001011101011
Octal15745153

Shades and tints

Shades of #6F256B

#6F256B
(111,37,107)
#652262
(101,34,98)
#5B1F59
(91,31,89)
#511C50
(81,28,80)
#471947
(71,25,71)
#3D163E
(61,22,62)
#331335
(51,19,53)
#29102C
(41,16,44)
#1F0D23
(31,13,35)
#150A1A
(21,10,26)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #6F256B

#6F256B
(111,37,107)
#7C3878
(124,56,120)
#894B85
(137,75,133)
#965E92
(150,94,146)
#A3719F
(163,113,159)
#B084AC
(176,132,172)
#BD97B9
(189,151,185)
#CAAAC6
(202,170,198)
#D7BDD3
(215,189,211)
#E4D0E0
(228,208,224)
#F1E3ED
(241,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F256B color. Also use rgb(111,37,107) instead hex code.

Text Font Color

.myTextColor { color: #6F256B; }

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

This text font color is #6F256B.


Background Color

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

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

This div background color is #6F256B.


Border color

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

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

This div border color is #6F256B.


Opacity

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

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

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

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

This text has shadow with #6F256B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F256B on black background.


Color preview on white background

This text has color #6F256B on white background.



Black color preview on #6F256B background

This text has black color on #6F256B background.


White color preview on #6F256B background

This text has white color on #6F256B background.