COLOR #6F608D

HEX: #6F608D
RGB: (111,96,141)

Color info

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

RGB color model

#6F608D color RGB value is (111,96,141).

  • red value is 111;
  • green value is 96;
  • blue value is 141.
RGB:
(111,96,141)
(44%,38%,55%)

RGB channels and saturation

R 111 of 255 = 44%
G 96 of 255 = 38%
B 141 of 255 = 55%

111
96
141

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

Portions of RGB colors in percentages

R + G + B =
111 + 96 + 141 = 348 (100%)
R 111 of 348 ~ 31.9%
G 96 of 348 ~ 27.59%
B 141 of 348 ~ 40.52%

%31.9
%27.59
%40.52

CMYK color model

#6F608D color CMYK value is (21,32,0,45).

  • cyan value is 21.28%
  • magenta value is 31.91%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(21,32,0,45)
C21M32Y0K45 
(21%,32%,0%,45%)
(0.21/0.32/0.00/0.45)	

CMYK percentages

%21.28
%31.91
%0
%44.71

Codes

Color #6F608D in popluar color models

6F608D
RGB11196141
HSL260°18.99%46.47%
HSB/HSV260°31.91%55.29%
CMYK21.28%31.91%0.00%
44.71%

Color #6F608D in popluar number systems.

HEX6F608D
Decimal11196141
Binary1101111110000010001101
Octal157140215

Shades and tints

Shades of #6F608D

#6F608D
(111,96,141)
#655881
(101,88,129)
#5B5075
(91,80,117)
#514869
(81,72,105)
#47405D
(71,64,93)
#3D3851
(61,56,81)
#333045
(51,48,69)
#292839
(41,40,57)
#1F202D
(31,32,45)
#151821
(21,24,33)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #6F608D

#6F608D
(111,96,141)
#7C6E97
(124,110,151)
#897CA1
(137,124,161)
#968AAB
(150,138,171)
#A398B5
(163,152,181)
#B0A6BF
(176,166,191)
#BDB4C9
(189,180,201)
#CAC2D3
(202,194,211)
#D7D0DD
(215,208,221)
#E4DEE7
(228,222,231)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F608D color. Also use rgb(111,96,141) instead hex code.

Text Font Color

.myTextColor { color: #6F608D; }

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

This text font color is #6F608D.


Background Color

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

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

This div background color is #6F608D.


Border color

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

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

This div border color is #6F608D.


Opacity

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

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

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

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

This text has shadow with #6F608D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F608D on black background.


Color preview on white background

This text has color #6F608D on white background.



Black color preview on #6F608D background

This text has black color on #6F608D background.


White color preview on #6F608D background

This text has white color on #6F608D background.