COLOR #6F608C

HEX: #6F608C
RGB: (111,96,140)

Color info

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

RGB color model

#6F608C color RGB value is (111,96,140).

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

RGB channels and saturation

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

111
96
140

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

Portions of RGB colors in percentages

R + G + B =
111 + 96 + 140 = 347 (100%)
R 111 of 347 ~ 31.99%
G 96 of 347 ~ 27.67%
B 140 of 347 ~ 40.35%

%31.99
%27.67
%40.35

CMYK color model

#6F608C color CMYK value is (21,31,0,45).

  • cyan value is 20.71%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(21,31,0,45)
C21M31Y0K45 
(21%,31%,0%,45%)
(0.21/0.31/0.00/0.45)	

CMYK percentages

%20.71
%31.43
%0
%45.1

Codes

Color #6F608C in popluar color models

6F608C
RGB11196140
HSL260°18.64%46.27%
HSB/HSV260°31.43%54.90%
CMYK20.71%31.43%0.00%
45.10%

Color #6F608C in popluar number systems.

HEX6F608C
Decimal11196140
Binary1101111110000010001100
Octal157140214

Shades and tints

Shades of #6F608C

#6F608C
(111,96,140)
#655880
(101,88,128)
#5B5074
(91,80,116)
#514868
(81,72,104)
#47405C
(71,64,92)
#3D3850
(61,56,80)
#333044
(51,48,68)
#292838
(41,40,56)
#1F202C
(31,32,44)
#151820
(21,24,32)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #6F608C

#6F608C
(111,96,140)
#7C6E96
(124,110,150)
#897CA0
(137,124,160)
#968AAA
(150,138,170)
#A398B4
(163,152,180)
#B0A6BE
(176,166,190)
#BDB4C8
(189,180,200)
#CAC2D2
(202,194,210)
#D7D0DC
(215,208,220)
#E4DEE6
(228,222,230)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F608C; }

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

This text font color is #6F608C.


Background Color

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

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

This div background color is #6F608C.


Border color

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

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

This div border color is #6F608C.


Opacity

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

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

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

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

This text has shadow with #6F608C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F608C on black background.


Color preview on white background

This text has color #6F608C on white background.



Black color preview on #6F608C background

This text has black color on #6F608C background.


White color preview on #6F608C background

This text has white color on #6F608C background.