COLOR #6F829A

HEX: #6F829A RGB: (111,130,154)

Color info

#6F829A contains red, green and blue colors in about the same proportion. Web safe color of #6F829A is #669999 (or #699).

RGB color model

#6F829A color RGB value is (111,130,154).

RGB: (111,130,154) (44%, 51%, 60%)

RGB channels and saturation

R 111 of 255 = 44%
G 130 of 255 = 51%
B 154 of 255 = 60%

111
130
154

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

Portions of RGB colors in percentages

R + G + B = 111 + 130 + 154 = 395 (100%)
R 111 of 395 ~ 28.1%
G 130 of 395 ~ 32.91%
B 154 of 395 ~ 38.99'%

%28.1
%32.91
%38.99

CMYK color model

#6F829A color CMYK value is (28,16,0,40).

  • cyan value is 27.92%
  • magenta value is 15.58%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (28,16,0,40)
C28M16Y0K40 (28%, 16%, 0%, 40%)
(0.28 / 0.16 / 0.00 / 0.40)

CMYK percentages

%27.92
%15.58
%0
%39.61

Codes

Color #6F829A in popluar color models

6F 82 9A
RGB 111 130 154
HSL 213° 17.55% 51.96%
HSB/HSV 213° 27.92% 60.39%
CMYK 27.92% 15.58% 0.00%
39.61%

Color #6F829A in popluar number systems.

HEX 6F 82 9A
Decimal 111 130 154
Binary 1101111 10000010 10011010
Octal 157 202 232

Shades and tints

Shades of #6F829A

#6F829A
(111,130,154)
#65778C
(101,119,140)
#5B6C7E
(91,108,126)
#516170
(81,97,112)
#475662
(71,86,98)
#3D4B54
(61,75,84)
#334046
(51,64,70)
#293538
(41,53,56)
#1F2A2A
(31,42,42)
#151F1C
(21,31,28)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #6F829A

#6F829A
(111,130,154)
#7C8DA3
(124,141,163)
#8998AC
(137,152,172)
#96A3B5
(150,163,181)
#A3AEBE
(163,174,190)
#B0B9C7
(176,185,199)
#BDC4D0
(189,196,208)
#CACFD9
(202,207,217)
#D7DAE2
(215,218,226)
#E4E5EB
(228,229,235)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F829A; }

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

This text font color is #6F829A.

Background Color

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

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

This div background color is #6F829A.

Border color

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

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

This div border color is #6F829A.

Opacity

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

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

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

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

This text has shadow with #6F829A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F829A.

Preview

Color preview on black background

This text has color #6F829A on black background.


Color preview on white background

This text has color #6F829A on white background.


Black color preview on #6F829A background

This text has black color on #6F829A background.


White color preview on #6F829A background

This text has white color on #6F829A background.


Related colors

Complementary color

Complementary color for #hex is #907D65.


I love getcolorcode.com

Triadic colors

1 #9A6F82 and #829A6F with #6F829A are triadic colors.

2 #9A826F and #826F9A with #6F829A are triadic colors.