COLOR #6F7785

HEX: #6F7785 RGB: (111,119,133)

Color info

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

RGB color model

#6F7785 color RGB value is (111,119,133).

RGB: (111,119,133) (44%, 47%, 52%)

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 133 of 255 = 52%

111
119
133

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

Portions of RGB colors in percentages

R + G + B = 111 + 119 + 133 = 363 (100%)
R 111 of 363 ~ 30.58%
G 119 of 363 ~ 32.78%
B 133 of 363 ~ 36.64'%

%30.58
%32.78
%36.64

CMYK color model

#6F7785 color CMYK value is (17,11,0,48).

  • cyan value is 16.54%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (17,11,0,48) C17M11Y0K48 (17%,11%,0%,48%) (0.17/0.11/0.00/0.48) 

CMYK percentages

%16.54
%10.53
%0
%47.84

Codes

Color #6F7785 in popluar color models

6F 77 85
RGB 111 119 133
HSL 218° 9.02% 47.84%
HSB/HSV 218° 16.54% 52.16%
CMYK 16.54% 10.53% 0.00%
47.84%

Color #6F7785 in popluar number systems.

HEX 6F 77 85
Decimal 111 119 133
Binary 1101111 1110111 10000101
Octal 157 167 205

Shades and tints

Shades of #6F7785

#6F7785
(111,119,133)
#656D79
(101,109,121)
#5B636D
(91,99,109)
#515961
(81,89,97)
#474F55
(71,79,85)
#3D4549
(61,69,73)
#333B3D
(51,59,61)
#293131
(41,49,49)
#1F2725
(31,39,37)
#151D19
(21,29,25)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #6F7785

#6F7785
(111,119,133)
#7C8390
(124,131,144)
#898F9B
(137,143,155)
#969BA6
(150,155,166)
#A3A7B1
(163,167,177)
#B0B3BC
(176,179,188)
#BDBFC7
(189,191,199)
#CACBD2
(202,203,210)
#D7D7DD
(215,215,221)
#E4E3E8
(228,227,232)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7785 color. Also use rgb(111,119,133) instead hex code.

Text Font Color

.myTextColor { color: #6F7785; }

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

This text font color is #6F7785.

Background Color

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

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

This div background color is #6F7785.

Border color

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

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

This div border color is #6F7785.

Opacity

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

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

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

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

This text has shadow with #6F7785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7785.

Preview

Color preview on black background

This text has color #6F7785 on black background.


Color preview on white background

This text has color #6F7785 on white background.


Black color preview on #6F7785 background

This text has black color on #6F7785 background.


White color preview on #6F7785 background

This text has white color on #6F7785 background.


Related colors

Complementary color

Complementary color for #hex is #90887A.


I love getcolorcode.com

Triadic colors

1 #856F77 and #77856F with #6F7785 are triadic colors.

2 #85776F and #776F85 with #6F7785 are triadic colors.