COLOR #6F6083

HEX: #6F6083
RGB: (111,96,131)

Color info

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

RGB color model

#6F6083 color RGB value is (111,96,131).

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

RGB channels and saturation

R 111 of 255 = 44%
G 96 of 255 = 38%
B 131 of 255 = 51%

111
96
131

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

Portions of RGB colors in percentages

R + G + B =
111 + 96 + 131 = 338 (100%)
R 111 of 338 ~ 32.84%
G 96 of 338 ~ 28.4%
B 131 of 338 ~ 38.76%

%32.84
%28.4
%38.76

CMYK color model

#6F6083 color CMYK value is (15,27,0,49).

  • cyan value is 15.27%
  • magenta value is 26.72%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(15,27,0,49)
C15M27Y0K49 
(15%,27%,0%,49%)
(0.15/0.27/0.00/0.49)	

CMYK percentages

%15.27
%26.72
%0
%48.63

Codes

Color #6F6083 in popluar color models

6F6083
RGB11196131
HSL266°15.42%44.51%
HSB/HSV266°26.72%51.37%
CMYK15.27%26.72%0.00%
48.63%

Color #6F6083 in popluar number systems.

HEX6F6083
Decimal11196131
Binary1101111110000010000011
Octal157140203

Shades and tints

Shades of #6F6083

#6F6083
(111,96,131)
#655878
(101,88,120)
#5B506D
(91,80,109)
#514862
(81,72,98)
#474057
(71,64,87)
#3D384C
(61,56,76)
#333041
(51,48,65)
#292836
(41,40,54)
#1F202B
(31,32,43)
#151820
(21,24,32)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #6F6083

#6F6083
(111,96,131)
#7C6E8E
(124,110,142)
#897C99
(137,124,153)
#968AA4
(150,138,164)
#A398AF
(163,152,175)
#B0A6BA
(176,166,186)
#BDB4C5
(189,180,197)
#CAC2D0
(202,194,208)
#D7D0DB
(215,208,219)
#E4DEE6
(228,222,230)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6083; }

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

This text font color is #6F6083.


Background Color

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

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

This div background color is #6F6083.


Border color

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

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

This div border color is #6F6083.


Opacity

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

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

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

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

This text has shadow with #6F6083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6083 on black background.


Color preview on white background

This text has color #6F6083 on white background.



Black color preview on #6F6083 background

This text has black color on #6F6083 background.


White color preview on #6F6083 background

This text has white color on #6F6083 background.