COLOR #6F497F

HEX: #6F497F
RGB: (111,73,127)

Color info

#6F497F contains red, green and blue colors in about the same proportion. Web safe color of #6F497F is #663366 (or #636).

RGB color model

#6F497F color RGB value is (111,73,127).

  • red value is 111;
  • green value is 73;
  • blue value is 127.
RGB:
(111,73,127)
(44%,29%,50%)

RGB channels and saturation

R 111 of 255 = 44%
G 73 of 255 = 29%
B 127 of 255 = 50%

111
73
127

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

Portions of RGB colors in percentages

R + G + B =
111 + 73 + 127 = 311 (100%)
R 111 of 311 ~ 35.69%
G 73 of 311 ~ 23.47%
B 127 of 311 ~ 40.84%

%35.69
%23.47
%40.84

CMYK color model

#6F497F color CMYK value is (13,43,0,50).

  • cyan value is 12.60%
  • magenta value is 42.52%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(13,43,0,50)
C13M43Y0K50 
(13%,43%,0%,50%)
(0.13/0.43/0.00/0.50)	

CMYK percentages

%12.6
%42.52
%0
%50.2

Codes

Color #6F497F in popluar color models

6F497F
RGB11173127
HSL282°27.00%39.22%
HSB/HSV282°42.52%49.80%
CMYK12.60%42.52%0.00%
50.20%

Color #6F497F in popluar number systems.

HEX6F497F
Decimal11173127
Binary110111110010011111111
Octal157111177

Shades and tints

Shades of #6F497F

#6F497F
(111,73,127)
#654374
(101,67,116)
#5B3D69
(91,61,105)
#51375E
(81,55,94)
#473153
(71,49,83)
#3D2B48
(61,43,72)
#33253D
(51,37,61)
#291F32
(41,31,50)
#1F1927
(31,25,39)
#15131C
(21,19,28)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #6F497F

#6F497F
(111,73,127)
#7C598A
(124,89,138)
#896995
(137,105,149)
#9679A0
(150,121,160)
#A389AB
(163,137,171)
#B099B6
(176,153,182)
#BDA9C1
(189,169,193)
#CAB9CC
(202,185,204)
#D7C9D7
(215,201,215)
#E4D9E2
(228,217,226)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F497F color. Also use rgb(111,73,127) instead hex code.

Text Font Color

.myTextColor { color: #6F497F; }

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

This text font color is #6F497F.


Background Color

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

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

This div background color is #6F497F.


Border color

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

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

This div border color is #6F497F.


Opacity

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

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

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

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

This text has shadow with #6F497F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F497F on black background.


Color preview on white background

This text has color #6F497F on white background.



Black color preview on #6F497F background

This text has black color on #6F497F background.


White color preview on #6F497F background

This text has white color on #6F497F background.