COLOR #6F7A9D

HEX: #6F7A9D RGB: (111,122,157)

Color info

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

RGB color model

#6F7A9D color RGB value is (111,122,157).

RGB: (111,122,157) (44%, 48%, 62%)

RGB channels and saturation

R 111 of 255 = 44%
G 122 of 255 = 48%
B 157 of 255 = 62%

111
122
157

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

Portions of RGB colors in percentages

R + G + B = 111 + 122 + 157 = 390 (100%)
R 111 of 390 ~ 28.46%
G 122 of 390 ~ 31.28%
B 157 of 390 ~ 40.26'%

%28.46
%31.28
%40.26

CMYK color model

#6F7A9D color CMYK value is (29,22,0,38).

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

CMYK: (29,22,0,38)
C29M22Y0K38 (29%, 22%, 0%, 38%)
(0.29 / 0.22 / 0.00 / 0.38)

CMYK percentages

%29.3
%22.29
%0
%38.43

Codes

Color #6F7A9D in popluar color models

6F 7A 9D
RGB 111 122 157
HSL 226° 19.01% 52.55%
HSB/HSV 226° 29.30% 61.57%
CMYK 29.30% 22.29% 0.00%
38.43%

Color #6F7A9D in popluar number systems.

HEX 6F 7A 9D
Decimal 111 122 157
Binary 1101111 1111010 10011101
Octal 157 172 235

Shades and tints

Shades of #6F7A9D

#6F7A9D
(111,122,157)
#656F8F
(101,111,143)
#5B6481
(91,100,129)
#515973
(81,89,115)
#474E65
(71,78,101)
#3D4357
(61,67,87)
#333849
(51,56,73)
#292D3B
(41,45,59)
#1F222D
(31,34,45)
#15171F
(21,23,31)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #6F7A9D

#6F7A9D
(111,122,157)
#7C86A5
(124,134,165)
#8992AD
(137,146,173)
#969EB5
(150,158,181)
#A3AABD
(163,170,189)
#B0B6C5
(176,182,197)
#BDC2CD
(189,194,205)
#CACED5
(202,206,213)
#D7DADD
(215,218,221)
#E4E6E5
(228,230,229)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7A9D; }

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

This text font color is #6F7A9D.

Background Color

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

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

This div background color is #6F7A9D.

Border color

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

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

This div border color is #6F7A9D.

Opacity

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

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

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

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

This text has shadow with #6F7A9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7A9D.

Preview

Color preview on black background

This text has color #6F7A9D on black background.


Color preview on white background

This text has color #6F7A9D on white background.


Black color preview on #6F7A9D background

This text has black color on #6F7A9D background.


White color preview on #6F7A9D background

This text has white color on #6F7A9D background.


Related colors

Complementary color

Complementary color for #hex is #908562.


I love getcolorcode.com

Triadic colors

1 #9D6F7A and #7A9D6F with #6F7A9D are triadic colors.

2 #9D7A6F and #7A6F9D with #6F7A9D are triadic colors.