COLOR #6F7788

HEX: #6F7788 RGB: (111,119,136)

Color info

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

RGB color model

#6F7788 color RGB value is (111,119,136).

RGB: (111,119,136) (44%, 47%, 53%)

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 136 of 255 = 53%

111
119
136

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

Portions of RGB colors in percentages

R + G + B = 111 + 119 + 136 = 366 (100%)
R 111 of 366 ~ 30.33%
G 119 of 366 ~ 32.51%
B 136 of 366 ~ 37.16'%

%30.33
%32.51
%37.16

CMYK color model

#6F7788 color CMYK value is (18,13,0,47).

  • cyan value is 18.38%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (18,13,0,47)
C18M13Y0K47 (18%, 13%, 0%, 47%)
(0.18 / 0.13 / 0.00 / 0.47)

CMYK percentages

%18.38
%12.5
%0
%46.67

Codes

Color #6F7788 in popluar color models

6F 77 88
RGB 111 119 136
HSL 221° 10.12% 48.43%
HSB/HSV 221° 18.38% 53.33%
CMYK 18.38% 12.50% 0.00%
46.67%

Color #6F7788 in popluar number systems.

HEX 6F 77 88
Decimal 111 119 136
Binary 1101111 1110111 10001000
Octal 157 167 210

Shades and tints

Shades of #6F7788

#6F7788
(111,119,136)
#656D7C
(101,109,124)
#5B6370
(91,99,112)
#515964
(81,89,100)
#474F58
(71,79,88)
#3D454C
(61,69,76)
#333B40
(51,59,64)
#293134
(41,49,52)
#1F2728
(31,39,40)
#151D1C
(21,29,28)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #6F7788

#6F7788
(111,119,136)
#7C8392
(124,131,146)
#898F9C
(137,143,156)
#969BA6
(150,155,166)
#A3A7B0
(163,167,176)
#B0B3BA
(176,179,186)
#BDBFC4
(189,191,196)
#CACBCE
(202,203,206)
#D7D7D8
(215,215,216)
#E4E3E2
(228,227,226)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7788; }

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

This text font color is #6F7788.

Background Color

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

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

This div background color is #6F7788.

Border color

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

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

This div border color is #6F7788.

Opacity

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

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

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

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

This text has shadow with #6F7788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7788.

Preview

Color preview on black background

This text has color #6F7788 on black background.


Color preview on white background

This text has color #6F7788 on white background.


Black color preview on #6F7788 background

This text has black color on #6F7788 background.


White color preview on #6F7788 background

This text has white color on #6F7788 background.


Related colors

Complementary color

Complementary color for #hex is #908877.


I love getcolorcode.com

Triadic colors

1 #886F77 and #77886F with #6F7788 are triadic colors.

2 #88776F and #776F88 with #6F7788 are triadic colors.