COLOR #6F829C

HEX: #6F829C
RGB: (111,130,156)

Color info

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

RGB color model

#6F829C color RGB value is (111,130,156).

  • red value is 111;
  • green value is 130;
  • blue value is 156.
RGB:
(111,130,156)
(44%,51%,61%)

RGB channels and saturation

R 111 of 255 = 44%
G 130 of 255 = 51%
B 156 of 255 = 61%

111
130
156

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

Portions of RGB colors in percentages

R + G + B =
111 + 130 + 156 = 397 (100%)
R 111 of 397 ~ 27.96%
G 130 of 397 ~ 32.75%
B 156 of 397 ~ 39.29%

%27.96
%32.75
%39.29

CMYK color model

#6F829C color CMYK value is (29,17,0,39).

  • cyan value is 28.85%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(29,17,0,39)
C29M17Y0K39 
(29%,17%,0%,39%)
(0.29/0.17/0.00/0.39)	

CMYK percentages

%28.85
%16.67
%0
%38.82

Codes

Color #6F829C in popluar color models

6F829C
RGB111130156
HSL215°18.52%52.35%
HSB/HSV215°28.85%61.18%
CMYK28.85%16.67%0.00%
38.82%

Color #6F829C in popluar number systems.

HEX6F829C
Decimal111130156
Binary11011111000001010011100
Octal157202234

Shades and tints

Shades of #6F829C

#6F829C
(111,130,156)
#65778E
(101,119,142)
#5B6C80
(91,108,128)
#516172
(81,97,114)
#475664
(71,86,100)
#3D4B56
(61,75,86)
#334048
(51,64,72)
#29353A
(41,53,58)
#1F2A2C
(31,42,44)
#151F1E
(21,31,30)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #6F829C

#6F829C
(111,130,156)
#7C8DA5
(124,141,165)
#8998AE
(137,152,174)
#96A3B7
(150,163,183)
#A3AEC0
(163,174,192)
#B0B9C9
(176,185,201)
#BDC4D2
(189,196,210)
#CACFDB
(202,207,219)
#D7DAE4
(215,218,228)
#E4E5ED
(228,229,237)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F829C; }

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

This text font color is #6F829C.


Background Color

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

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

This div background color is #6F829C.


Border color

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

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

This div border color is #6F829C.


Opacity

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

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

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

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

This text has shadow with #6F829C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F829C on black background.


Color preview on white background

This text has color #6F829C on white background.



Black color preview on #6F829C background

This text has black color on #6F829C background.


White color preview on #6F829C background

This text has white color on #6F829C background.