COLOR #6F698F

HEX: #6F698F RGB: (111,105,143)

Color info

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

RGB color model

#6F698F color RGB value is (111,105,143).

RGB: (111,105,143) (44%, 41%, 56%)

RGB channels and saturation

R 111 of 255 = 44%
G 105 of 255 = 41%
B 143 of 255 = 56%

111
105
143

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

Portions of RGB colors in percentages

R + G + B = 111 + 105 + 143 = 359 (100%)
R 111 of 359 ~ 30.92%
G 105 of 359 ~ 29.25%
B 143 of 359 ~ 39.83'%

%30.92
%29.25
%39.83

CMYK color model

#6F698F color CMYK value is (22,27,0,44).

  • cyan value is 22.38%
  • magenta value is 26.57%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (22,27,0,44)
C22M27Y0K44 (22%, 27%, 0%, 44%)
(0.22 / 0.27 / 0.00 / 0.44)

CMYK percentages

%22.38
%26.57
%0
%43.92

Codes

Color #6F698F in popluar color models

6F 69 8F
RGB 111 105 143
HSL 249° 15.32% 48.63%
HSB/HSV 249° 26.57% 56.08%
CMYK 22.38% 26.57% 0.00%
43.92%

Color #6F698F in popluar number systems.

HEX 6F 69 8F
Decimal 111 105 143
Binary 1101111 1101001 10001111
Octal 157 151 217

Shades and tints

Shades of #6F698F

#6F698F
(111,105,143)
#656082
(101,96,130)
#5B5775
(91,87,117)
#514E68
(81,78,104)
#47455B
(71,69,91)
#3D3C4E
(61,60,78)
#333341
(51,51,65)
#292A34
(41,42,52)
#1F2127
(31,33,39)
#15181A
(21,24,26)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #6F698F

#6F698F
(111,105,143)
#7C7699
(124,118,153)
#8983A3
(137,131,163)
#9690AD
(150,144,173)
#A39DB7
(163,157,183)
#B0AAC1
(176,170,193)
#BDB7CB
(189,183,203)
#CAC4D5
(202,196,213)
#D7D1DF
(215,209,223)
#E4DEE9
(228,222,233)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F698F color. Also use rgb(111,105,143) instead hex code.

Text Font Color

.myTextColor { color: #6F698F; }

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

This text font color is #6F698F.

Background Color

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

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

This div background color is #6F698F.

Border color

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

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

This div border color is #6F698F.

Opacity

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

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

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

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

This text has shadow with #6F698F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F698F.

Preview

Color preview on black background

This text has color #6F698F on black background.


Color preview on white background

This text has color #6F698F on white background.


Black color preview on #6F698F background

This text has black color on #6F698F background.


White color preview on #6F698F background

This text has white color on #6F698F background.


Related colors

Complementary color

Complementary color for #hex is #909670.


I love getcolorcode.com

Triadic colors

1 #8F6F69 and #698F6F with #6F698F are triadic colors.

2 #8F696F and #696F8F with #6F698F are triadic colors.