COLOR #6F5F99

HEX: #6F5F99 RGB: (111,95,153)

Color info

#6F5F99 contains red, green and blue colors in about the same proportion. Web safe color of #6F5F99 is #666699 (or #669).

RGB color model

#6F5F99 color RGB value is (111,95,153).

RGB: (111,95,153) (44%, 37%, 60%)

RGB channels and saturation

R 111 of 255 = 44%
G 95 of 255 = 37%
B 153 of 255 = 60%

111
95
153

R + G + B ~ 47%. #6F5F99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 111 + 95 + 153 = 359 (100%)
R 111 of 359 ~ 30.92%
G 95 of 359 ~ 26.46%
B 153 of 359 ~ 42.62'%

%30.92
%26.46
%42.62

CMYK color model

#6F5F99 color CMYK value is (27,38,0,40).

  • cyan value is 27.45%
  • magenta value is 37.91%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (27,38,0,40) C27M38Y0K40 (27%,38%,0%,40%) (0.27/0.38/0.00/0.40) 

CMYK percentages

%27.45
%37.91
%0
%40

Codes

Color #6F5F99 in popluar color models

6F 5F 99
RGB 111 95 153
HSL 257° 23.39% 48.63%
HSB/HSV 257° 37.91% 60.00%
CMYK 27.45% 37.91% 0.00%
40.00%

Color #6F5F99 in popluar number systems.

HEX 6F 5F 99
Decimal 111 95 153
Binary 1101111 1011111 10011001
Octal 157 137 231

Shades and tints

Shades of #6F5F99

#6F5F99
(111,95,153)
#65578C
(101,87,140)
#5B4F7F
(91,79,127)
#514772
(81,71,114)
#473F65
(71,63,101)
#3D3758
(61,55,88)
#332F4B
(51,47,75)
#29273E
(41,39,62)
#1F1F31
(31,31,49)
#151724
(21,23,36)
#0B0F17
(11,15,23)
#000000
(0,0,0)

Tints of #6F5F99

#6F5F99
(111,95,153)
#7C6DA2
(124,109,162)
#897BAB
(137,123,171)
#9689B4
(150,137,180)
#A397BD
(163,151,189)
#B0A5C6
(176,165,198)
#BDB3CF
(189,179,207)
#CAC1D8
(202,193,216)
#D7CFE1
(215,207,225)
#E4DDEA
(228,221,234)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5F99 color. Also use rgb(111,95,153) instead hex code.

Text Font Color

.myTextColor { color: #6F5F99; }

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

This text font color is #6F5F99.

Background Color

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

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

This div background color is #6F5F99.

Border color

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

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

This div border color is #6F5F99.

Opacity

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

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

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

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

This text has shadow with #6F5F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5F99.

Preview

Color preview on black background

This text has color #6F5F99 on black background.


Color preview on white background

This text has color #6F5F99 on white background.


Black color preview on #6F5F99 background

This text has black color on #6F5F99 background.


White color preview on #6F5F99 background

This text has white color on #6F5F99 background.


Related colors

Complementary color

Complementary color for #hex is #90A066.


I love getcolorcode.com

Triadic colors

1 #996F5F and #5F996F with #6F5F99 are triadic colors.

2 #995F6F and #5F6F99 with #6F5F99 are triadic colors.