COLOR #6F608F

HEX: #6F608F
RGB: (111,96,143)

Color info

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

RGB color model

#6F608F color RGB value is (111,96,143).

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

RGB channels and saturation

R 111 of 255 = 44%
G 96 of 255 = 38%
B 143 of 255 = 56%

111
96
143

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

Portions of RGB colors in percentages

R + G + B =
111 + 96 + 143 = 350 (100%)
R 111 of 350 ~ 31.71%
G 96 of 350 ~ 27.43%
B 143 of 350 ~ 40.86%

%31.71
%27.43
%40.86

CMYK color model

#6F608F color CMYK value is (22,33,0,44).

  • cyan value is 22.38%
  • magenta value is 32.87%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,33,0,44)
C22M33Y0K44 
(22%,33%,0%,44%)
(0.22/0.33/0.00/0.44)	

CMYK percentages

%22.38
%32.87
%0
%43.92

Codes

Color #6F608F in popluar color models

6F608F
RGB11196143
HSL259°19.67%46.86%
HSB/HSV259°32.87%56.08%
CMYK22.38%32.87%0.00%
43.92%

Color #6F608F in popluar number systems.

HEX6F608F
Decimal11196143
Binary1101111110000010001111
Octal157140217

Shades and tints

Shades of #6F608F

#6F608F
(111,96,143)
#655882
(101,88,130)
#5B5075
(91,80,117)
#514868
(81,72,104)
#47405B
(71,64,91)
#3D384E
(61,56,78)
#333041
(51,48,65)
#292834
(41,40,52)
#1F2027
(31,32,39)
#15181A
(21,24,26)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #6F608F

#6F608F
(111,96,143)
#7C6E99
(124,110,153)
#897CA3
(137,124,163)
#968AAD
(150,138,173)
#A398B7
(163,152,183)
#B0A6C1
(176,166,193)
#BDB4CB
(189,180,203)
#CAC2D5
(202,194,213)
#D7D0DF
(215,208,223)
#E4DEE9
(228,222,233)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F608F; }

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

This text font color is #6F608F.


Background Color

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

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

This div background color is #6F608F.


Border color

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

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

This div border color is #6F608F.


Opacity

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

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

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

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

This text has shadow with #6F608F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F608F on black background.


Color preview on white background

This text has color #6F608F on white background.



Black color preview on #6F608F background

This text has black color on #6F608F background.


White color preview on #6F608F background

This text has white color on #6F608F background.