COLOR #6F3259

HEX: #6F3259 RGB: (111,50,89)

Color info

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

RGB color model

#6F3259 color RGB value is (111,50,89).

RGB: (111,50,89) (44%, 20%, 35%)

RGB channels and saturation

R 111 of 255 = 44%
G 50 of 255 = 20%
B 89 of 255 = 35%

111
50
89

R + G + B ~ 33%. #6F3259 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 50 + 89 = 250 (100%)
R 111 of 250 ~ 44.4%
G 50 of 250 ~ 20%
B 89 of 250 ~ 35.6'%

%44.4
%20
%35.6

CMYK color model

#6F3259 color CMYK value is (0,55,20,56).

  • cyan value is 0.00%
  • magenta value is 54.95%
  • yellow value is 19.82%
  • key color value is 56.47%

CMYK: (0,55,20,56)
C0M55Y20K56 (0%, 55%, 20%, 56%)
(0.00 / 0.55 / 0.20 / 0.56)

CMYK percentages

%0
%54.95
%19.82
%56.47

Codes

Color #6F3259 in popluar color models

6F 32 59
RGB 111 50 89
HSL 322° 37.89% 31.57%
HSB/HSV 322° 54.95% 43.53%
CMYK 0.00% 54.95% 19.82%
56.47%

Color #6F3259 in popluar number systems.

HEX 6F 32 59
Decimal 111 50 89
Binary 1101111 110010 1011001
Octal 157 62 131

Shades and tints

Shades of #6F3259

#6F3259
(111,50,89)
#652E51
(101,46,81)
#5B2A49
(91,42,73)
#512641
(81,38,65)
#472239
(71,34,57)
#3D1E31
(61,30,49)
#331A29
(51,26,41)
#291621
(41,22,33)
#1F1219
(31,18,25)
#150E11
(21,14,17)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #6F3259

#6F3259
(111,50,89)
#7C4468
(124,68,104)
#895677
(137,86,119)
#966886
(150,104,134)
#A37A95
(163,122,149)
#B08CA4
(176,140,164)
#BD9EB3
(189,158,179)
#CAB0C2
(202,176,194)
#D7C2D1
(215,194,209)
#E4D4E0
(228,212,224)
#F1E6EF
(241,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3259 color. Also use rgb(111,50,89) instead hex code.

Text Font Color

.myTextColor { color: #6F3259; }

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

This text font color is #6F3259.

Background Color

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

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

This div background color is #6F3259.

Border color

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

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

This div border color is #6F3259.

Opacity

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

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

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

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

This text has shadow with #6F3259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F3259.

Preview

Color preview on black background

This text has color #6F3259 on black background.


Color preview on white background

This text has color #6F3259 on white background.


Black color preview on #6F3259 background

This text has black color on #6F3259 background.


White color preview on #6F3259 background

This text has white color on #6F3259 background.


Related colors

Complementary color

Complementary color for #hex is #90CDA6.


I love getcolorcode.com

Triadic colors

1 #596F32 and #32596F with #6F3259 are triadic colors.

2 #59326F and #326F59 with #6F3259 are triadic colors.