COLOR #6F94A5

HEX: #6F94A5
RGB: (111,148,165)

Color info

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

RGB color model

#6F94A5 color RGB value is (111,148,165).

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

RGB channels and saturation

R 111 of 255 = 44%
G 148 of 255 = 58%
B 165 of 255 = 65%

111
148
165

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

Portions of RGB colors in percentages

R + G + B =
111 + 148 + 165 = 424 (100%)
R 111 of 424 ~ 26.18%
G 148 of 424 ~ 34.91%
B 165 of 424 ~ 38.92%

%26.18
%34.91
%38.92

CMYK color model

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

  • cyan value is 32.73%
  • magenta value is 10.30%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(33,10,0,35)
C33M10Y0K35 
(33%,10%,0%,35%)
(0.33/0.10/0.00/0.35)	

CMYK percentages

%32.73
%10.3
%0
%35.29

Codes

Color #6F94A5 in popluar color models

6F94A5
RGB111148165
HSL199°23.08%54.12%
HSB/HSV199°32.73%64.71%
CMYK32.73%10.30%0.00%
35.29%

Color #6F94A5 in popluar number systems.

HEX6F94A5
Decimal111148165
Binary11011111001010010100101
Octal157224245

Shades and tints

Shades of #6F94A5

#6F94A5
(111,148,165)
#658796
(101,135,150)
#5B7A87
(91,122,135)
#516D78
(81,109,120)
#476069
(71,96,105)
#3D535A
(61,83,90)
#33464B
(51,70,75)
#29393C
(41,57,60)
#1F2C2D
(31,44,45)
#151F1E
(21,31,30)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #6F94A5

#6F94A5
(111,148,165)
#7C9DAD
(124,157,173)
#89A6B5
(137,166,181)
#96AFBD
(150,175,189)
#A3B8C5
(163,184,197)
#B0C1CD
(176,193,205)
#BDCAD5
(189,202,213)
#CAD3DD
(202,211,221)
#D7DCE5
(215,220,229)
#E4E5ED
(228,229,237)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F94A5; }

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

This text font color is #6F94A5.


Background Color

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

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

This div background color is #6F94A5.


Border color

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

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

This div border color is #6F94A5.


Opacity

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

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

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

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

This text has shadow with #6F94A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F94A5 on black background.


Color preview on white background

This text has color #6F94A5 on white background.



Black color preview on #6F94A5 background

This text has black color on #6F94A5 background.


White color preview on #6F94A5 background

This text has white color on #6F94A5 background.