COLOR #6F9BA5

HEX: #6F9BA5
RGB: (111,155,165)

Color info

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

RGB color model

#6F9BA5 color RGB value is (111,155,165).

  • red value is 111;
  • green value is 155;
  • blue value is 165.
RGB:
(111,155,165)
(44%,61%,65%)

RGB channels and saturation

R 111 of 255 = 44%
G 155 of 255 = 61%
B 165 of 255 = 65%

111
155
165

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

Portions of RGB colors in percentages

R + G + B =
111 + 155 + 165 = 431 (100%)
R 111 of 431 ~ 25.75%
G 155 of 431 ~ 35.96%
B 165 of 431 ~ 38.28%

%25.75
%35.96
%38.28

CMYK color model

#6F9BA5 color CMYK value is (33,6,0,35).

  • cyan value is 32.73%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(33,6,0,35)
C33M6Y0K35 
(33%,6%,0%,35%)
(0.33/0.06/0.00/0.35)	

CMYK percentages

%32.73
%6.06
%0
%35.29

Codes

Color #6F9BA5 in popluar color models

6F9BA5
RGB111155165
HSL191°23.08%54.12%
HSB/HSV191°32.73%64.71%
CMYK32.73%6.06%0.00%
35.29%

Color #6F9BA5 in popluar number systems.

HEX6F9BA5
Decimal111155165
Binary11011111001101110100101
Octal157233245

Shades and tints

Shades of #6F9BA5

#6F9BA5
(111,155,165)
#658D96
(101,141,150)
#5B7F87
(91,127,135)
#517178
(81,113,120)
#476369
(71,99,105)
#3D555A
(61,85,90)
#33474B
(51,71,75)
#29393C
(41,57,60)
#1F2B2D
(31,43,45)
#151D1E
(21,29,30)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #6F9BA5

#6F9BA5
(111,155,165)
#7CA4AD
(124,164,173)
#89ADB5
(137,173,181)
#96B6BD
(150,182,189)
#A3BFC5
(163,191,197)
#B0C8CD
(176,200,205)
#BDD1D5
(189,209,213)
#CADADD
(202,218,221)
#D7E3E5
(215,227,229)
#E4ECED
(228,236,237)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9BA5 color. Also use rgb(111,155,165) instead hex code.

Text Font Color

.myTextColor { color: #6F9BA5; }

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

This text font color is #6F9BA5.


Background Color

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

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

This div background color is #6F9BA5.


Border color

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

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

This div border color is #6F9BA5.


Opacity

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

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

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

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

This text has shadow with #6F9BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9BA5 on black background.


Color preview on white background

This text has color #6F9BA5 on white background.



Black color preview on #6F9BA5 background

This text has black color on #6F9BA5 background.


White color preview on #6F9BA5 background

This text has white color on #6F9BA5 background.