COLOR #6F7A87

HEX: #6F7A87 RGB: (111,122,135)

Color info

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

RGB color model

#6F7A87 color RGB value is (111,122,135).

RGB: (111,122,135) (44%, 48%, 53%)

RGB channels and saturation

R 111 of 255 = 44%
G 122 of 255 = 48%
B 135 of 255 = 53%

111
122
135

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

Portions of RGB colors in percentages

R + G + B = 111 + 122 + 135 = 368 (100%)
R 111 of 368 ~ 30.16%
G 122 of 368 ~ 33.15%
B 135 of 368 ~ 36.68'%

%30.16
%33.15
%36.68

CMYK color model

#6F7A87 color CMYK value is (18,10,0,47).

  • cyan value is 17.78%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (18,10,0,47)
C18M10Y0K47 (18%, 10%, 0%, 47%)
(0.18 / 0.10 / 0.00 / 0.47)

CMYK percentages

%17.78
%9.63
%0
%47.06

Codes

Color #6F7A87 in popluar color models

6F 7A 87
RGB 111 122 135
HSL 213° 9.76% 48.24%
HSB/HSV 213° 17.78% 52.94%
CMYK 17.78% 9.63% 0.00%
47.06%

Color #6F7A87 in popluar number systems.

HEX 6F 7A 87
Decimal 111 122 135
Binary 1101111 1111010 10000111
Octal 157 172 207

Shades and tints

Shades of #6F7A87

#6F7A87
(111,122,135)
#656F7B
(101,111,123)
#5B646F
(91,100,111)
#515963
(81,89,99)
#474E57
(71,78,87)
#3D434B
(61,67,75)
#33383F
(51,56,63)
#292D33
(41,45,51)
#1F2227
(31,34,39)
#15171B
(21,23,27)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #6F7A87

#6F7A87
(111,122,135)
#7C8691
(124,134,145)
#89929B
(137,146,155)
#969EA5
(150,158,165)
#A3AAAF
(163,170,175)
#B0B6B9
(176,182,185)
#BDC2C3
(189,194,195)
#CACECD
(202,206,205)
#D7DAD7
(215,218,215)
#E4E6E1
(228,230,225)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7A87; }

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

This text font color is #6F7A87.

Background Color

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

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

This div background color is #6F7A87.

Border color

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

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

This div border color is #6F7A87.

Opacity

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

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

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

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

This text has shadow with #6F7A87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7A87.

Preview

Color preview on black background

This text has color #6F7A87 on black background.


Color preview on white background

This text has color #6F7A87 on white background.


Black color preview on #6F7A87 background

This text has black color on #6F7A87 background.


White color preview on #6F7A87 background

This text has white color on #6F7A87 background.


Related colors

Complementary color

Complementary color for #hex is #908578.


I love getcolorcode.com

Triadic colors

1 #876F7A and #7A876F with #6F7A87 are triadic colors.

2 #877A6F and #7A6F87 with #6F7A87 are triadic colors.