COLOR #6F9FAF

HEX: #6F9FAF RGB: (111,159,175)

Color info

#6F9FAF contains mainly green and blue colors. Web safe color of #6F9FAF is #669999 (or #699).

RGB color model

#6F9FAF color RGB value is (111,159,175).

RGB: (111,159,175) (44%, 62%, 69%)

RGB channels and saturation

R 111 of 255 = 44%
G 159 of 255 = 62%
B 175 of 255 = 69%

111
159
175

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

Portions of RGB colors in percentages

R + G + B = 111 + 159 + 175 = 445 (100%)
R 111 of 445 ~ 24.94%
G 159 of 445 ~ 35.73%
B 175 of 445 ~ 39.33'%

%24.94
%35.73
%39.33

CMYK color model

#6F9FAF color CMYK value is (37,9,0,31).

  • cyan value is 36.57%
  • magenta value is 9.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (37,9,0,31)
C37M9Y0K31 (37%, 9%, 0%, 31%)
(0.37 / 0.09 / 0.00 / 0.31)

CMYK percentages

%36.57
%9.14
%0
%31.37

Codes

Color #6F9FAF in popluar color models

6F 9F AF
RGB 111 159 175
HSL 195° 28.57% 56.08%
HSB/HSV 195° 36.57% 68.63%
CMYK 36.57% 9.14% 0.00%
31.37%

Color #6F9FAF in popluar number systems.

HEX 6F 9F AF
Decimal 111 159 175
Binary 1101111 10011111 10101111
Octal 157 237 257

Shades and tints

Shades of #6F9FAF

#6F9FAF
(111,159,175)
#6591A0
(101,145,160)
#5B8391
(91,131,145)
#517582
(81,117,130)
#476773
(71,103,115)
#3D5964
(61,89,100)
#334B55
(51,75,85)
#293D46
(41,61,70)
#1F2F37
(31,47,55)
#152128
(21,33,40)
#0B1319
(11,19,25)
#000000
(0,0,0)

Tints of #6F9FAF

#6F9FAF
(111,159,175)
#7CA7B6
(124,167,182)
#89AFBD
(137,175,189)
#96B7C4
(150,183,196)
#A3BFCB
(163,191,203)
#B0C7D2
(176,199,210)
#BDCFD9
(189,207,217)
#CAD7E0
(202,215,224)
#D7DFE7
(215,223,231)
#E4E7EE
(228,231,238)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9FAF color. Also use rgb(111,159,175) instead hex code.

Text Font Color

.myTextColor { color: #6F9FAF; }

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

This text font color is #6F9FAF.

Background Color

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

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

This div background color is #6F9FAF.

Border color

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

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

This div border color is #6F9FAF.

Opacity

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

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

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

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

This text has shadow with #6F9FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9FAF.

Preview

Color preview on black background

This text has color #6F9FAF on black background.


Color preview on white background

This text has color #6F9FAF on white background.


Black color preview on #6F9FAF background

This text has black color on #6F9FAF background.


White color preview on #6F9FAF background

This text has white color on #6F9FAF background.


Related colors

Complementary color

Complementary color for #hex is #906050.


I love getcolorcode.com

Triadic colors

1 #AF6F9F and #9FAF6F with #6F9FAF are triadic colors.

2 #AF9F6F and #9F6FAF with #6F9FAF are triadic colors.