COLOR #6FAAC1

HEX: #6FAAC1
RGB: (111,170,193)

Color info

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

RGB color model

#6FAAC1 color RGB value is (111,170,193).

  • red value is 111;
  • green value is 170;
  • blue value is 193.
RGB:
(111,170,193)
(44%,67%,76%)

RGB channels and saturation

R 111 of 255 = 44%
G 170 of 255 = 67%
B 193 of 255 = 76%

111
170
193

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

Portions of RGB colors in percentages

R + G + B =
111 + 170 + 193 = 474 (100%)
R 111 of 474 ~ 23.42%
G 170 of 474 ~ 35.86%
B 193 of 474 ~ 40.72%

%23.42
%35.86
%40.72

CMYK color model

#6FAAC1 color CMYK value is (42,12,0,24).

  • cyan value is 42.49%
  • magenta value is 11.92%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(42,12,0,24)
C42M12Y0K24 
(42%,12%,0%,24%)
(0.42/0.12/0.00/0.24)	

CMYK percentages

%42.49
%11.92
%0
%24.31

Codes

Color #6FAAC1 in popluar color models

6FAAC1
RGB111170193
HSL197°39.81%59.61%
HSB/HSV197°42.49%75.69%
CMYK42.49%11.92%0.00%
24.31%

Color #6FAAC1 in popluar number systems.

HEX6FAAC1
Decimal111170193
Binary11011111010101011000001
Octal157252301

Shades and tints

Shades of #6FAAC1

#6FAAC1
(111,170,193)
#659BB0
(101,155,176)
#5B8C9F
(91,140,159)
#517D8E
(81,125,142)
#476E7D
(71,110,125)
#3D5F6C
(61,95,108)
#33505B
(51,80,91)
#29414A
(41,65,74)
#1F3239
(31,50,57)
#152328
(21,35,40)
#0B1417
(11,20,23)
#000000
(0,0,0)

Tints of #6FAAC1

#6FAAC1
(111,170,193)
#7CB1C6
(124,177,198)
#89B8CB
(137,184,203)
#96BFD0
(150,191,208)
#A3C6D5
(163,198,213)
#B0CDDA
(176,205,218)
#BDD4DF
(189,212,223)
#CADBE4
(202,219,228)
#D7E2E9
(215,226,233)
#E4E9EE
(228,233,238)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAAC1 color. Also use rgb(111,170,193) instead hex code.

Text Font Color

.myTextColor { color: #6FAAC1; }

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

This text font color is #6FAAC1.


Background Color

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

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

This div background color is #6FAAC1.


Border color

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

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

This div border color is #6FAAC1.


Opacity

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

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

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

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

This text has shadow with #6FAAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FAAC1 on black background.


Color preview on white background

This text has color #6FAAC1 on white background.



Black color preview on #6FAAC1 background

This text has black color on #6FAAC1 background.


White color preview on #6FAAC1 background

This text has white color on #6FAAC1 background.