COLOR #6F9EAE

HEX: #6F9EAE
RGB: (111,158,174)

Color info

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

RGB color model

#6F9EAE color RGB value is (111,158,174).

  • red value is 111;
  • green value is 158;
  • blue value is 174.
RGB:
(111,158,174)
(44%,62%,68%)

RGB channels and saturation

R 111 of 255 = 44%
G 158 of 255 = 62%
B 174 of 255 = 68%

111
158
174

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

Portions of RGB colors in percentages

R + G + B =
111 + 158 + 174 = 443 (100%)
R 111 of 443 ~ 25.06%
G 158 of 443 ~ 35.67%
B 174 of 443 ~ 39.28%

%25.06
%35.67
%39.28

CMYK color model

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

  • cyan value is 36.21%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(36,9,0,32)
C36M9Y0K32 
(36%,9%,0%,32%)
(0.36/0.09/0.00/0.32)	

CMYK percentages

%36.21
%9.2
%0
%31.76

Codes

Color #6F9EAE in popluar color models

6F9EAE
RGB111158174
HSL195°28.00%55.88%
HSB/HSV195°36.21%68.24%
CMYK36.21%9.20%0.00%
31.76%

Color #6F9EAE in popluar number systems.

HEX6F9EAE
Decimal111158174
Binary11011111001111010101110
Octal157236256

Shades and tints

Shades of #6F9EAE

#6F9EAE
(111,158,174)
#65909F
(101,144,159)
#5B8290
(91,130,144)
#517481
(81,116,129)
#476672
(71,102,114)
#3D5863
(61,88,99)
#334A54
(51,74,84)
#293C45
(41,60,69)
#1F2E36
(31,46,54)
#152027
(21,32,39)
#0B1218
(11,18,24)
#000000
(0,0,0)

Tints of #6F9EAE

#6F9EAE
(111,158,174)
#7CA6B5
(124,166,181)
#89AEBC
(137,174,188)
#96B6C3
(150,182,195)
#A3BECA
(163,190,202)
#B0C6D1
(176,198,209)
#BDCED8
(189,206,216)
#CAD6DF
(202,214,223)
#D7DEE6
(215,222,230)
#E4E6ED
(228,230,237)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9EAE color. Also use rgb(111,158,174) instead hex code.

Text Font Color

.myTextColor { color: #6F9EAE; }

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

This text font color is #6F9EAE.


Background Color

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

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

This div background color is #6F9EAE.


Border color

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

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

This div border color is #6F9EAE.


Opacity

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

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

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

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

This text has shadow with #6F9EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9EAE on black background.


Color preview on white background

This text has color #6F9EAE on white background.



Black color preview on #6F9EAE background

This text has black color on #6F9EAE background.


White color preview on #6F9EAE background

This text has white color on #6F9EAE background.