COLOR #6F699D

HEX: #6F699D RGB: (111,105,157)

Color info

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

RGB color model

#6F699D color RGB value is (111,105,157).

RGB: (111,105,157) (44%, 41%, 62%)

RGB channels and saturation

R 111 of 255 = 44%
G 105 of 255 = 41%
B 157 of 255 = 62%

111
105
157

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

Portions of RGB colors in percentages

R + G + B = 111 + 105 + 157 = 373 (100%)
R 111 of 373 ~ 29.76%
G 105 of 373 ~ 28.15%
B 157 of 373 ~ 42.09'%

%29.76
%28.15
%42.09

CMYK color model

#6F699D color CMYK value is (29,33,0,38).

  • cyan value is 29.30%
  • magenta value is 33.12%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (29,33,0,38)
C29M33Y0K38 (29%, 33%, 0%, 38%)
(0.29 / 0.33 / 0.00 / 0.38)

CMYK percentages

%29.3
%33.12
%0
%38.43

Codes

Color #6F699D in popluar color models

6F 69 9D
RGB 111 105 157
HSL 247° 20.97% 51.37%
HSB/HSV 247° 33.12% 61.57%
CMYK 29.30% 33.12% 0.00%
38.43%

Color #6F699D in popluar number systems.

HEX 6F 69 9D
Decimal 111 105 157
Binary 1101111 1101001 10011101
Octal 157 151 235

Shades and tints

Shades of #6F699D

#6F699D
(111,105,157)
#65608F
(101,96,143)
#5B5781
(91,87,129)
#514E73
(81,78,115)
#474565
(71,69,101)
#3D3C57
(61,60,87)
#333349
(51,51,73)
#292A3B
(41,42,59)
#1F212D
(31,33,45)
#15181F
(21,24,31)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #6F699D

#6F699D
(111,105,157)
#7C76A5
(124,118,165)
#8983AD
(137,131,173)
#9690B5
(150,144,181)
#A39DBD
(163,157,189)
#B0AAC5
(176,170,197)
#BDB7CD
(189,183,205)
#CAC4D5
(202,196,213)
#D7D1DD
(215,209,221)
#E4DEE5
(228,222,229)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F699D; }

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

This text font color is #6F699D.

Background Color

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

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

This div background color is #6F699D.

Border color

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

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

This div border color is #6F699D.

Opacity

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

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

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

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

This text has shadow with #6F699D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F699D.

Preview

Color preview on black background

This text has color #6F699D on black background.


Color preview on white background

This text has color #6F699D on white background.


Black color preview on #6F699D background

This text has black color on #6F699D background.


White color preview on #6F699D background

This text has white color on #6F699D background.


Related colors

Complementary color

Complementary color for #hex is #909662.


I love getcolorcode.com

Triadic colors

1 #9D6F69 and #699D6F with #6F699D are triadic colors.

2 #9D696F and #696F9D with #6F699D are triadic colors.