COLOR #6FA6C3

HEX: #6FA6C3
RGB: (111,166,195)

Color info

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

RGB color model

#6FA6C3 color RGB value is (111,166,195).

  • red value is 111;
  • green value is 166;
  • blue value is 195.
RGB:
(111,166,195)
(44%,65%,76%)

RGB channels and saturation

R 111 of 255 = 44%
G 166 of 255 = 65%
B 195 of 255 = 76%

111
166
195

R + G + B ~ 62%. #6FA6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 166 + 195 = 472 (100%)
R 111 of 472 ~ 23.52%
G 166 of 472 ~ 35.17%
B 195 of 472 ~ 41.31%

%23.52
%35.17
%41.31

CMYK color model

#6FA6C3 color CMYK value is (43,15,0,24).

  • cyan value is 43.08%
  • magenta value is 14.87%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(43,15,0,24)
C43M15Y0K24 
(43%,15%,0%,24%)
(0.43/0.15/0.00/0.24)	

CMYK percentages

%43.08
%14.87
%0
%23.53

Codes

Color #6FA6C3 in popluar color models

6FA6C3
RGB111166195
HSL201°41.18%60.00%
HSB/HSV201°43.08%76.47%
CMYK43.08%14.87%0.00%
23.53%

Color #6FA6C3 in popluar number systems.

HEX6FA6C3
Decimal111166195
Binary11011111010011011000011
Octal157246303

Shades and tints

Shades of #6FA6C3

#6FA6C3
(111,166,195)
#6597B2
(101,151,178)
#5B88A1
(91,136,161)
#517990
(81,121,144)
#476A7F
(71,106,127)
#3D5B6E
(61,91,110)
#334C5D
(51,76,93)
#293D4C
(41,61,76)
#1F2E3B
(31,46,59)
#151F2A
(21,31,42)
#0B1019
(11,16,25)
#000000
(0,0,0)

Tints of #6FA6C3

#6FA6C3
(111,166,195)
#7CAEC8
(124,174,200)
#89B6CD
(137,182,205)
#96BED2
(150,190,210)
#A3C6D7
(163,198,215)
#B0CEDC
(176,206,220)
#BDD6E1
(189,214,225)
#CADEE6
(202,222,230)
#D7E6EB
(215,230,235)
#E4EEF0
(228,238,240)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA6C3 color. Also use rgb(111,166,195) instead hex code.

Text Font Color

.myTextColor { color: #6FA6C3; }

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

This text font color is #6FA6C3.


Background Color

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

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

This div background color is #6FA6C3.


Border color

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

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

This div border color is #6FA6C3.


Opacity

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

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

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

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

This text has shadow with #6FA6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA6C3 on black background.


Color preview on white background

This text has color #6FA6C3 on white background.



Black color preview on #6FA6C3 background

This text has black color on #6FA6C3 background.


White color preview on #6FA6C3 background

This text has white color on #6FA6C3 background.