COLOR #6FA1B8

HEX: #6FA1B8
RGB: (111,161,184)

Color info

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

RGB color model

#6FA1B8 color RGB value is (111,161,184).

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

RGB channels and saturation

R 111 of 255 = 44%
G 161 of 255 = 63%
B 184 of 255 = 72%

111
161
184

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

Portions of RGB colors in percentages

R + G + B =
111 + 161 + 184 = 456 (100%)
R 111 of 456 ~ 24.34%
G 161 of 456 ~ 35.31%
B 184 of 456 ~ 40.35%

%24.34
%35.31
%40.35

CMYK color model

#6FA1B8 color CMYK value is (40,13,0,28).

  • cyan value is 39.67%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(40,13,0,28)
C40M13Y0K28 
(40%,13%,0%,28%)
(0.40/0.13/0.00/0.28)	

CMYK percentages

%39.67
%12.5
%0
%27.84

Codes

Color #6FA1B8 in popluar color models

6FA1B8
RGB111161184
HSL199°33.95%57.84%
HSB/HSV199°39.67%72.16%
CMYK39.67%12.50%0.00%
27.84%

Color #6FA1B8 in popluar number systems.

HEX6FA1B8
Decimal111161184
Binary11011111010000110111000
Octal157241270

Shades and tints

Shades of #6FA1B8

#6FA1B8
(111,161,184)
#6593A8
(101,147,168)
#5B8598
(91,133,152)
#517788
(81,119,136)
#476978
(71,105,120)
#3D5B68
(61,91,104)
#334D58
(51,77,88)
#293F48
(41,63,72)
#1F3138
(31,49,56)
#152328
(21,35,40)
#0B1518
(11,21,24)
#000000
(0,0,0)

Tints of #6FA1B8

#6FA1B8
(111,161,184)
#7CA9BE
(124,169,190)
#89B1C4
(137,177,196)
#96B9CA
(150,185,202)
#A3C1D0
(163,193,208)
#B0C9D6
(176,201,214)
#BDD1DC
(189,209,220)
#CAD9E2
(202,217,226)
#D7E1E8
(215,225,232)
#E4E9EE
(228,233,238)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA1B8; }

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

This text font color is #6FA1B8.


Background Color

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

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

This div background color is #6FA1B8.


Border color

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

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

This div border color is #6FA1B8.


Opacity

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

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

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

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

This text has shadow with #6FA1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA1B8 on black background.


Color preview on white background

This text has color #6FA1B8 on white background.



Black color preview on #6FA1B8 background

This text has black color on #6FA1B8 background.


White color preview on #6FA1B8 background

This text has white color on #6FA1B8 background.