COLOR #6F9FB3

HEX: #6F9FB3 RGB: (111,159,179)

Color info

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

RGB color model

#6F9FB3 color RGB value is (111,159,179).

RGB: (111,159,179) (44%, 62%, 70%)

RGB channels and saturation

R 111 of 255 = 44%
G 159 of 255 = 62%
B 179 of 255 = 70%

111
159
179

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

Portions of RGB colors in percentages

R + G + B = 111 + 159 + 179 = 449 (100%)
R 111 of 449 ~ 24.72%
G 159 of 449 ~ 35.41%
B 179 of 449 ~ 39.87'%

%24.72
%35.41
%39.87

CMYK color model

#6F9FB3 color CMYK value is (38,11,0,30).

  • cyan value is 37.99%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK: (38,11,0,30) C38M11Y0K30 (38%,11%,0%,30%) (0.38/0.11/0.00/0.30) 

CMYK percentages

%37.99
%11.17
%0
%29.8

Codes

Color #6F9FB3 in popluar color models

6F 9F B3
RGB 111 159 179
HSL 198° 30.91% 56.86%
HSB/HSV 198° 37.99% 70.20%
CMYK 37.99% 11.17% 0.00%
29.80%

Color #6F9FB3 in popluar number systems.

HEX 6F 9F B3
Decimal 111 159 179
Binary 1101111 10011111 10110011
Octal 157 237 263

Shades and tints

Shades of #6F9FB3

#6F9FB3
(111,159,179)
#6591A3
(101,145,163)
#5B8393
(91,131,147)
#517583
(81,117,131)
#476773
(71,103,115)
#3D5963
(61,89,99)
#334B53
(51,75,83)
#293D43
(41,61,67)
#1F2F33
(31,47,51)
#152123
(21,33,35)
#0B1313
(11,19,19)
#000000
(0,0,0)

Tints of #6F9FB3

#6F9FB3
(111,159,179)
#7CA7B9
(124,167,185)
#89AFBF
(137,175,191)
#96B7C5
(150,183,197)
#A3BFCB
(163,191,203)
#B0C7D1
(176,199,209)
#BDCFD7
(189,207,215)
#CAD7DD
(202,215,221)
#D7DFE3
(215,223,227)
#E4E7E9
(228,231,233)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9FB3; }

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

This text font color is #6F9FB3.

Background Color

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

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

This div background color is #6F9FB3.

Border color

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

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

This div border color is #6F9FB3.

Opacity

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

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

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

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

This text has shadow with #6F9FB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9FB3.

Preview

Color preview on black background

This text has color #6F9FB3 on black background.


Color preview on white background

This text has color #6F9FB3 on white background.


Black color preview on #6F9FB3 background

This text has black color on #6F9FB3 background.


White color preview on #6F9FB3 background

This text has white color on #6F9FB3 background.


Related colors

Complementary color

Complementary color for #hex is #90604C.


I love getcolorcode.com

Triadic colors

1 #B36F9F and #9FB36F with #6F9FB3 are triadic colors.

2 #B39F6F and #9F6FB3 with #6F9FB3 are triadic colors.