COLOR #6F598E

HEX: #6F598E
RGB: (111,89,142)

Color info

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

RGB color model

#6F598E color RGB value is (111,89,142).

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

RGB channels and saturation

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

111
89
142

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

Portions of RGB colors in percentages

R + G + B =
111 + 89 + 142 = 342 (100%)
R 111 of 342 ~ 32.46%
G 89 of 342 ~ 26.02%
B 142 of 342 ~ 41.52%

%32.46
%26.02
%41.52

CMYK color model

#6F598E color CMYK value is (22,37,0,44).

  • cyan value is 21.83%
  • magenta value is 37.32%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(22,37,0,44)
C22M37Y0K44 
(22%,37%,0%,44%)
(0.22/0.37/0.00/0.44)	

CMYK percentages

%21.83
%37.32
%0
%44.31

Codes

Color #6F598E in popluar color models

6F598E
RGB11189142
HSL265°22.94%45.29%
HSB/HSV265°37.32%55.69%
CMYK21.83%37.32%0.00%
44.31%

Color #6F598E in popluar number systems.

HEX6F598E
Decimal11189142
Binary1101111101100110001110
Octal157131216

Shades and tints

Shades of #6F598E

#6F598E
(111,89,142)
#655182
(101,81,130)
#5B4976
(91,73,118)
#51416A
(81,65,106)
#47395E
(71,57,94)
#3D3152
(61,49,82)
#332946
(51,41,70)
#29213A
(41,33,58)
#1F192E
(31,25,46)
#151122
(21,17,34)
#0B0916
(11,9,22)
#000000
(0,0,0)

Tints of #6F598E

#6F598E
(111,89,142)
#7C6898
(124,104,152)
#8977A2
(137,119,162)
#9686AC
(150,134,172)
#A395B6
(163,149,182)
#B0A4C0
(176,164,192)
#BDB3CA
(189,179,202)
#CAC2D4
(202,194,212)
#D7D1DE
(215,209,222)
#E4E0E8
(228,224,232)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F598E; }

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

This text font color is #6F598E.


Background Color

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

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

This div background color is #6F598E.


Border color

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

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

This div border color is #6F598E.


Opacity

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

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

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

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

This text has shadow with #6F598E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F598E on black background.


Color preview on white background

This text has color #6F598E on white background.



Black color preview on #6F598E background

This text has black color on #6F598E background.


White color preview on #6F598E background

This text has white color on #6F598E background.