COLOR #6FAED1

HEX: #6FAED1 RGB: (111,174,209)

Color info

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

RGB color model

#6FAED1 color RGB value is (111,174,209).

RGB: (111,174,209) (44%, 68%, 82%)

RGB channels and saturation

R 111 of 255 = 44%
G 174 of 255 = 68%
B 209 of 255 = 82%

111
174
209

R + G + B ~ 65%. #6FAED1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 174 + 209 = 494 (100%)
R 111 of 494 ~ 22.47%
G 174 of 494 ~ 35.22%
B 209 of 494 ~ 42.31'%

%22.47
%35.22
%42.31

CMYK color model

#6FAED1 color CMYK value is (47,17,0,18).

  • cyan value is 46.89%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (47,17,0,18)
C47M17Y0K18 (47%, 17%, 0%, 18%)
(0.47 / 0.17 / 0.00 / 0.18)

CMYK percentages

%46.89
%16.75
%0
%18.04

Codes

Color #6FAED1 in popluar color models

6F AE D1
RGB 111 174 209
HSL 201° 51.58% 62.75%
HSB/HSV 201° 46.89% 81.96%
CMYK 46.89% 16.75% 0.00%
18.04%

Color #6FAED1 in popluar number systems.

HEX 6F AE D1
Decimal 111 174 209
Binary 1101111 10101110 11010001
Octal 157 256 321

Shades and tints

Shades of #6FAED1

#6FAED1
(111,174,209)
#659FBE
(101,159,190)
#5B90AB
(91,144,171)
#518198
(81,129,152)
#477285
(71,114,133)
#3D6372
(61,99,114)
#33545F
(51,84,95)
#29454C
(41,69,76)
#1F3639
(31,54,57)
#152726
(21,39,38)
#0B1813
(11,24,19)
#000000
(0,0,0)

Tints of #6FAED1

#6FAED1
(111,174,209)
#7CB5D5
(124,181,213)
#89BCD9
(137,188,217)
#96C3DD
(150,195,221)
#A3CAE1
(163,202,225)
#B0D1E5
(176,209,229)
#BDD8E9
(189,216,233)
#CADFED
(202,223,237)
#D7E6F1
(215,230,241)
#E4EDF5
(228,237,245)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAED1; }

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

This text font color is #6FAED1.

Background Color

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

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

This div background color is #6FAED1.

Border color

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

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

This div border color is #6FAED1.

Opacity

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

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

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

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

This text has shadow with #6FAED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAED1.

Preview

Color preview on black background

This text has color #6FAED1 on black background.


Color preview on white background

This text has color #6FAED1 on white background.


Black color preview on #6FAED1 background

This text has black color on #6FAED1 background.


White color preview on #6FAED1 background

This text has white color on #6FAED1 background.


Related colors

Complementary color

Complementary color for #hex is #90512E.


I love getcolorcode.com

Triadic colors

1 #D16FAE and #AED16F with #6FAED1 are triadic colors.

2 #D1AE6F and #AE6FD1 with #6FAED1 are triadic colors.