COLOR #6F6A82

HEX: #6F6A82
RGB: (111,106,130)

Color info

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

RGB color model

#6F6A82 color RGB value is (111,106,130).

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

RGB channels and saturation

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

111
106
130

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

Portions of RGB colors in percentages

R + G + B =
111 + 106 + 130 = 347 (100%)
R 111 of 347 ~ 31.99%
G 106 of 347 ~ 30.55%
B 130 of 347 ~ 37.46%

%31.99
%30.55
%37.46

CMYK color model

#6F6A82 color CMYK value is (15,18,0,49).

  • cyan value is 14.62%
  • magenta value is 18.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(15,18,0,49)
C15M18Y0K49 
(15%,18%,0%,49%)
(0.15/0.18/0.00/0.49)	

CMYK percentages

%14.62
%18.46
%0
%49.02

Codes

Color #6F6A82 in popluar color models

6F6A82
RGB111106130
HSL253°10.17%46.27%
HSB/HSV253°18.46%50.98%
CMYK14.62%18.46%0.00%
49.02%

Color #6F6A82 in popluar number systems.

HEX6F6A82
Decimal111106130
Binary1101111110101010000010
Octal157152202

Shades and tints

Shades of #6F6A82

#6F6A82
(111,106,130)
#656177
(101,97,119)
#5B586C
(91,88,108)
#514F61
(81,79,97)
#474656
(71,70,86)
#3D3D4B
(61,61,75)
#333440
(51,52,64)
#292B35
(41,43,53)
#1F222A
(31,34,42)
#15191F
(21,25,31)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #6F6A82

#6F6A82
(111,106,130)
#7C778D
(124,119,141)
#898498
(137,132,152)
#9691A3
(150,145,163)
#A39EAE
(163,158,174)
#B0ABB9
(176,171,185)
#BDB8C4
(189,184,196)
#CAC5CF
(202,197,207)
#D7D2DA
(215,210,218)
#E4DFE5
(228,223,229)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6A82; }

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

This text font color is #6F6A82.


Background Color

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

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

This div background color is #6F6A82.


Border color

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

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

This div border color is #6F6A82.


Opacity

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

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

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

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

This text has shadow with #6F6A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6A82 on black background.


Color preview on white background

This text has color #6F6A82 on white background.



Black color preview on #6F6A82 background

This text has black color on #6F6A82 background.


White color preview on #6F6A82 background

This text has white color on #6F6A82 background.