COLOR #6FA5B8

HEX: #6FA5B8
RGB: (111,165,184)

Color info

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

RGB color model

#6FA5B8 color RGB value is (111,165,184).

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

RGB channels and saturation

R 111 of 255 = 44%
G 165 of 255 = 65%
B 184 of 255 = 72%

111
165
184

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

Portions of RGB colors in percentages

R + G + B =
111 + 165 + 184 = 460 (100%)
R 111 of 460 ~ 24.13%
G 165 of 460 ~ 35.87%
B 184 of 460 ~ 40%

%24.13
%35.87
%40

CMYK color model

#6FA5B8 color CMYK value is (40,10,0,28).

  • cyan value is 39.67%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(40,10,0,28)
C40M10Y0K28 
(40%,10%,0%,28%)
(0.40/0.10/0.00/0.28)	

CMYK percentages

%39.67
%10.33
%0
%27.84

Codes

Color #6FA5B8 in popluar color models

6FA5B8
RGB111165184
HSL196°33.95%57.84%
HSB/HSV196°39.67%72.16%
CMYK39.67%10.33%0.00%
27.84%

Color #6FA5B8 in popluar number systems.

HEX6FA5B8
Decimal111165184
Binary11011111010010110111000
Octal157245270

Shades and tints

Shades of #6FA5B8

#6FA5B8
(111,165,184)
#6596A8
(101,150,168)
#5B8798
(91,135,152)
#517888
(81,120,136)
#476978
(71,105,120)
#3D5A68
(61,90,104)
#334B58
(51,75,88)
#293C48
(41,60,72)
#1F2D38
(31,45,56)
#151E28
(21,30,40)
#0B0F18
(11,15,24)
#000000
(0,0,0)

Tints of #6FA5B8

#6FA5B8
(111,165,184)
#7CADBE
(124,173,190)
#89B5C4
(137,181,196)
#96BDCA
(150,189,202)
#A3C5D0
(163,197,208)
#B0CDD6
(176,205,214)
#BDD5DC
(189,213,220)
#CADDE2
(202,221,226)
#D7E5E8
(215,229,232)
#E4EDEE
(228,237,238)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA5B8; }

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

This text font color is #6FA5B8.


Background Color

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

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

This div background color is #6FA5B8.


Border color

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

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

This div border color is #6FA5B8.


Opacity

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

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

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

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

This text has shadow with #6FA5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA5B8 on black background.


Color preview on white background

This text has color #6FA5B8 on white background.



Black color preview on #6FA5B8 background

This text has black color on #6FA5B8 background.


White color preview on #6FA5B8 background

This text has white color on #6FA5B8 background.