COLOR #6F608B

HEX: #6F608B
RGB: (111,96,139)

Color info

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

RGB color model

#6F608B color RGB value is (111,96,139).

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

RGB channels and saturation

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

111
96
139

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

Portions of RGB colors in percentages

R + G + B =
111 + 96 + 139 = 346 (100%)
R 111 of 346 ~ 32.08%
G 96 of 346 ~ 27.75%
B 139 of 346 ~ 40.17%

%32.08
%27.75
%40.17

CMYK color model

#6F608B color CMYK value is (20,31,0,45).

  • cyan value is 20.14%
  • magenta value is 30.94%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(20,31,0,45)
C20M31Y0K45 
(20%,31%,0%,45%)
(0.20/0.31/0.00/0.45)	

CMYK percentages

%20.14
%30.94
%0
%45.49

Codes

Color #6F608B in popluar color models

6F608B
RGB11196139
HSL261°18.30%46.08%
HSB/HSV261°30.94%54.51%
CMYK20.14%30.94%0.00%
45.49%

Color #6F608B in popluar number systems.

HEX6F608B
Decimal11196139
Binary1101111110000010001011
Octal157140213

Shades and tints

Shades of #6F608B

#6F608B
(111,96,139)
#65587F
(101,88,127)
#5B5073
(91,80,115)
#514867
(81,72,103)
#47405B
(71,64,91)
#3D384F
(61,56,79)
#333043
(51,48,67)
#292837
(41,40,55)
#1F202B
(31,32,43)
#15181F
(21,24,31)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #6F608B

#6F608B
(111,96,139)
#7C6E95
(124,110,149)
#897C9F
(137,124,159)
#968AA9
(150,138,169)
#A398B3
(163,152,179)
#B0A6BD
(176,166,189)
#BDB4C7
(189,180,199)
#CAC2D1
(202,194,209)
#D7D0DB
(215,208,219)
#E4DEE5
(228,222,229)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F608B; }

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

This text font color is #6F608B.


Background Color

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

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

This div background color is #6F608B.


Border color

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

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

This div border color is #6F608B.


Opacity

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

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

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

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

This text has shadow with #6F608B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F608B on black background.


Color preview on white background

This text has color #6F608B on white background.



Black color preview on #6F608B background

This text has black color on #6F608B background.


White color preview on #6F608B background

This text has white color on #6F608B background.