COLOR #6F598F

HEX: #6F598F
RGB: (111,89,143)

Color info

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

RGB color model

#6F598F color RGB value is (111,89,143).

  • red value is 111;
  • green value is 89;
  • blue value is 143.
RGB:
(111,89,143)
(44%,35%,56%)

RGB channels and saturation

R 111 of 255 = 44%
G 89 of 255 = 35%
B 143 of 255 = 56%

111
89
143

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

Portions of RGB colors in percentages

R + G + B =
111 + 89 + 143 = 343 (100%)
R 111 of 343 ~ 32.36%
G 89 of 343 ~ 25.95%
B 143 of 343 ~ 41.69%

%32.36
%25.95
%41.69

CMYK color model

#6F598F color CMYK value is (22,38,0,44).

  • cyan value is 22.38%
  • magenta value is 37.76%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,38,0,44)
C22M38Y0K44 
(22%,38%,0%,44%)
(0.22/0.38/0.00/0.44)	

CMYK percentages

%22.38
%37.76
%0
%43.92

Codes

Color #6F598F in popluar color models

6F598F
RGB11189143
HSL264°23.28%45.49%
HSB/HSV264°37.76%56.08%
CMYK22.38%37.76%0.00%
43.92%

Color #6F598F in popluar number systems.

HEX6F598F
Decimal11189143
Binary1101111101100110001111
Octal157131217

Shades and tints

Shades of #6F598F

#6F598F
(111,89,143)
#655182
(101,81,130)
#5B4975
(91,73,117)
#514168
(81,65,104)
#47395B
(71,57,91)
#3D314E
(61,49,78)
#332941
(51,41,65)
#292134
(41,33,52)
#1F1927
(31,25,39)
#15111A
(21,17,26)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #6F598F

#6F598F
(111,89,143)
#7C6899
(124,104,153)
#8977A3
(137,119,163)
#9686AD
(150,134,173)
#A395B7
(163,149,183)
#B0A4C1
(176,164,193)
#BDB3CB
(189,179,203)
#CAC2D5
(202,194,213)
#D7D1DF
(215,209,223)
#E4E0E9
(228,224,233)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F598F; }

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

This text font color is #6F598F.


Background Color

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

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

This div background color is #6F598F.


Border color

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

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

This div border color is #6F598F.


Opacity

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

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

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

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

This text has shadow with #6F598F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F598F on black background.


Color preview on white background

This text has color #6F598F on white background.



Black color preview on #6F598F background

This text has black color on #6F598F background.


White color preview on #6F598F background

This text has white color on #6F598F background.