COLOR #6F95A4

HEX: #6F95A4
RGB: (111,149,164)

Color info

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

RGB color model

#6F95A4 color RGB value is (111,149,164).

  • red value is 111;
  • green value is 149;
  • blue value is 164.
RGB:
(111,149,164)
(44%,58%,64%)

RGB channels and saturation

R 111 of 255 = 44%
G 149 of 255 = 58%
B 164 of 255 = 64%

111
149
164

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

Portions of RGB colors in percentages

R + G + B =
111 + 149 + 164 = 424 (100%)
R 111 of 424 ~ 26.18%
G 149 of 424 ~ 35.14%
B 164 of 424 ~ 38.68%

%26.18
%35.14
%38.68

CMYK color model

#6F95A4 color CMYK value is (32,9,0,36).

  • cyan value is 32.32%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(32,9,0,36)
C32M9Y0K36 
(32%,9%,0%,36%)
(0.32/0.09/0.00/0.36)	

CMYK percentages

%32.32
%9.15
%0
%35.69

Codes

Color #6F95A4 in popluar color models

6F95A4
RGB111149164
HSL197°22.55%53.92%
HSB/HSV197°32.32%64.31%
CMYK32.32%9.15%0.00%
35.69%

Color #6F95A4 in popluar number systems.

HEX6F95A4
Decimal111149164
Binary11011111001010110100100
Octal157225244

Shades and tints

Shades of #6F95A4

#6F95A4
(111,149,164)
#658896
(101,136,150)
#5B7B88
(91,123,136)
#516E7A
(81,110,122)
#47616C
(71,97,108)
#3D545E
(61,84,94)
#334750
(51,71,80)
#293A42
(41,58,66)
#1F2D34
(31,45,52)
#152026
(21,32,38)
#0B1318
(11,19,24)
#000000
(0,0,0)

Tints of #6F95A4

#6F95A4
(111,149,164)
#7C9EAC
(124,158,172)
#89A7B4
(137,167,180)
#96B0BC
(150,176,188)
#A3B9C4
(163,185,196)
#B0C2CC
(176,194,204)
#BDCBD4
(189,203,212)
#CAD4DC
(202,212,220)
#D7DDE4
(215,221,228)
#E4E6EC
(228,230,236)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F95A4; }

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

This text font color is #6F95A4.


Background Color

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

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

This div background color is #6F95A4.


Border color

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

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

This div border color is #6F95A4.


Opacity

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

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

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

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

This text has shadow with #6F95A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F95A4 on black background.


Color preview on white background

This text has color #6F95A4 on white background.



Black color preview on #6F95A4 background

This text has black color on #6F95A4 background.


White color preview on #6F95A4 background

This text has white color on #6F95A4 background.