COLOR #6F9BA4

HEX: #6F9BA4 RGB: (111,155,164)

Color info

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

RGB color model

#6F9BA4 color RGB value is (111,155,164).

RGB: (111,155,164) (44%, 61%, 64%)

RGB channels and saturation

R 111 of 255 = 44%
G 155 of 255 = 61%
B 164 of 255 = 64%

111
155
164

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

Portions of RGB colors in percentages

R + G + B = 111 + 155 + 164 = 430 (100%)
R 111 of 430 ~ 25.81%
G 155 of 430 ~ 36.05%
B 164 of 430 ~ 38.14'%

%25.81
%36.05
%38.14

CMYK color model

#6F9BA4 color CMYK value is (32,5,0,36).

  • cyan value is 32.32%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (32,5,0,36)
C32M5Y0K36 (32%, 5%, 0%, 36%)
(0.32 / 0.05 / 0.00 / 0.36)

CMYK percentages

%32.32
%5.49
%0
%35.69

Codes

Color #6F9BA4 in popluar color models

6F 9B A4
RGB 111 155 164
HSL 190° 22.55% 53.92%
HSB/HSV 190° 32.32% 64.31%
CMYK 32.32% 5.49% 0.00%
35.69%

Color #6F9BA4 in popluar number systems.

HEX 6F 9B A4
Decimal 111 155 164
Binary 1101111 10011011 10100100
Octal 157 233 244

Shades and tints

Shades of #6F9BA4

#6F9BA4
(111,155,164)
#658D96
(101,141,150)
#5B7F88
(91,127,136)
#51717A
(81,113,122)
#47636C
(71,99,108)
#3D555E
(61,85,94)
#334750
(51,71,80)
#293942
(41,57,66)
#1F2B34
(31,43,52)
#151D26
(21,29,38)
#0B0F18
(11,15,24)
#000000
(0,0,0)

Tints of #6F9BA4

#6F9BA4
(111,155,164)
#7CA4AC
(124,164,172)
#89ADB4
(137,173,180)
#96B6BC
(150,182,188)
#A3BFC4
(163,191,196)
#B0C8CC
(176,200,204)
#BDD1D4
(189,209,212)
#CADADC
(202,218,220)
#D7E3E4
(215,227,228)
#E4ECEC
(228,236,236)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9BA4; }

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

This text font color is #6F9BA4.

Background Color

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

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

This div background color is #6F9BA4.

Border color

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

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

This div border color is #6F9BA4.

Opacity

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

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

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

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

This text has shadow with #6F9BA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9BA4.

Preview

Color preview on black background

This text has color #6F9BA4 on black background.


Color preview on white background

This text has color #6F9BA4 on white background.


Black color preview on #6F9BA4 background

This text has black color on #6F9BA4 background.


White color preview on #6F9BA4 background

This text has white color on #6F9BA4 background.


Related colors

Complementary color

Complementary color for #hex is #90645B.


I love getcolorcode.com

Triadic colors

1 #A46F9B and #9BA46F with #6F9BA4 are triadic colors.

2 #A49B6F and #9B6FA4 with #6F9BA4 are triadic colors.