COLOR #6F6A83

HEX: #6F6A83
RGB: (111,106,131)

Color info

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

RGB color model

#6F6A83 color RGB value is (111,106,131).

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

RGB channels and saturation

R 111 of 255 = 44%
G 106 of 255 = 42%
B 131 of 255 = 51%

111
106
131

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

Portions of RGB colors in percentages

R + G + B =
111 + 106 + 131 = 348 (100%)
R 111 of 348 ~ 31.9%
G 106 of 348 ~ 30.46%
B 131 of 348 ~ 37.64%

%31.9
%30.46
%37.64

CMYK color model

#6F6A83 color CMYK value is (15,19,0,49).

  • cyan value is 15.27%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(15,19,0,49)
C15M19Y0K49 
(15%,19%,0%,49%)
(0.15/0.19/0.00/0.49)	

CMYK percentages

%15.27
%19.08
%0
%48.63

Codes

Color #6F6A83 in popluar color models

6F6A83
RGB111106131
HSL252°10.55%46.47%
HSB/HSV252°19.08%51.37%
CMYK15.27%19.08%0.00%
48.63%

Color #6F6A83 in popluar number systems.

HEX6F6A83
Decimal111106131
Binary1101111110101010000011
Octal157152203

Shades and tints

Shades of #6F6A83

#6F6A83
(111,106,131)
#656178
(101,97,120)
#5B586D
(91,88,109)
#514F62
(81,79,98)
#474657
(71,70,87)
#3D3D4C
(61,61,76)
#333441
(51,52,65)
#292B36
(41,43,54)
#1F222B
(31,34,43)
#151920
(21,25,32)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #6F6A83

#6F6A83
(111,106,131)
#7C778E
(124,119,142)
#898499
(137,132,153)
#9691A4
(150,145,164)
#A39EAF
(163,158,175)
#B0ABBA
(176,171,186)
#BDB8C5
(189,184,197)
#CAC5D0
(202,197,208)
#D7D2DB
(215,210,219)
#E4DFE6
(228,223,230)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6A83; }

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

This text font color is #6F6A83.


Background Color

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

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

This div background color is #6F6A83.


Border color

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

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

This div border color is #6F6A83.


Opacity

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

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

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

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

This text has shadow with #6F6A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6A83 on black background.


Color preview on white background

This text has color #6F6A83 on white background.



Black color preview on #6F6A83 background

This text has black color on #6F6A83 background.


White color preview on #6F6A83 background

This text has white color on #6F6A83 background.