COLOR #6F9DB5

HEX: #6F9DB5
RGB: (111,157,181)

Color info

#6F9DB5 contains mainly green and blue colors. Web safe color of #6F9DB5 is #6699CC (or #69C).

RGB color model

#6F9DB5 color RGB value is (111,157,181).

  • red value is 111;
  • green value is 157;
  • blue value is 181.
RGB:
(111,157,181)
(44%,62%,71%)

RGB channels and saturation

R 111 of 255 = 44%
G 157 of 255 = 62%
B 181 of 255 = 71%

111
157
181

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

Portions of RGB colors in percentages

R + G + B =
111 + 157 + 181 = 449 (100%)
R 111 of 449 ~ 24.72%
G 157 of 449 ~ 34.97%
B 181 of 449 ~ 40.31%

%24.72
%34.97
%40.31

CMYK color model

#6F9DB5 color CMYK value is (39,13,0,29).

  • cyan value is 38.67%
  • magenta value is 13.26%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(39,13,0,29)
C39M13Y0K29 
(39%,13%,0%,29%)
(0.39/0.13/0.00/0.29)	

CMYK percentages

%38.67
%13.26
%0
%29.02

Codes

Color #6F9DB5 in popluar color models

6F9DB5
RGB111157181
HSL201°32.11%57.25%
HSB/HSV201°38.67%70.98%
CMYK38.67%13.26%0.00%
29.02%

Color #6F9DB5 in popluar number systems.

HEX6F9DB5
Decimal111157181
Binary11011111001110110110101
Octal157235265

Shades and tints

Shades of #6F9DB5

#6F9DB5
(111,157,181)
#658FA5
(101,143,165)
#5B8195
(91,129,149)
#517385
(81,115,133)
#476575
(71,101,117)
#3D5765
(61,87,101)
#334955
(51,73,85)
#293B45
(41,59,69)
#1F2D35
(31,45,53)
#151F25
(21,31,37)
#0B1115
(11,17,21)
#000000
(0,0,0)

Tints of #6F9DB5

#6F9DB5
(111,157,181)
#7CA5BB
(124,165,187)
#89ADC1
(137,173,193)
#96B5C7
(150,181,199)
#A3BDCD
(163,189,205)
#B0C5D3
(176,197,211)
#BDCDD9
(189,205,217)
#CAD5DF
(202,213,223)
#D7DDE5
(215,221,229)
#E4E5EB
(228,229,235)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9DB5 color. Also use rgb(111,157,181) instead hex code.

Text Font Color

.myTextColor { color: #6F9DB5; }

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

This text font color is #6F9DB5.


Background Color

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

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

This div background color is #6F9DB5.


Border color

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

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

This div border color is #6F9DB5.


Opacity

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

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

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

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

This text has shadow with #6F9DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9DB5 on black background.


Color preview on white background

This text has color #6F9DB5 on white background.



Black color preview on #6F9DB5 background

This text has black color on #6F9DB5 background.


White color preview on #6F9DB5 background

This text has white color on #6F9DB5 background.