COLOR #6FAED7

HEX: #6FAED7 RGB: (111,174,215)

Color info

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

RGB color model

#6FAED7 color RGB value is (111,174,215).

RGB: (111,174,215) (44%, 68%, 84%)

RGB channels and saturation

R 111 of 255 = 44%
G 174 of 255 = 68%
B 215 of 255 = 84%

111
174
215

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

Portions of RGB colors in percentages

R + G + B = 111 + 174 + 215 = 500 (100%)
R 111 of 500 ~ 22.2%
G 174 of 500 ~ 34.8%
B 215 of 500 ~ 43'%

%22.2
%34.8
%43

CMYK color model

#6FAED7 color CMYK value is (48,19,0,16).

  • cyan value is 48.37%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (48,19,0,16)
C48M19Y0K16 (48%, 19%, 0%, 16%)
(0.48 / 0.19 / 0.00 / 0.16)

CMYK percentages

%48.37
%19.07
%0
%15.69

Codes

Color #6FAED7 in popluar color models

6F AE D7
RGB 111 174 215
HSL 204° 56.52% 63.92%
HSB/HSV 204° 48.37% 84.31%
CMYK 48.37% 19.07% 0.00%
15.69%

Color #6FAED7 in popluar number systems.

HEX 6F AE D7
Decimal 111 174 215
Binary 1101111 10101110 11010111
Octal 157 256 327

Shades and tints

Shades of #6FAED7

#6FAED7
(111,174,215)
#659FC4
(101,159,196)
#5B90B1
(91,144,177)
#51819E
(81,129,158)
#47728B
(71,114,139)
#3D6378
(61,99,120)
#335465
(51,84,101)
#294552
(41,69,82)
#1F363F
(31,54,63)
#15272C
(21,39,44)
#0B1819
(11,24,25)
#000000
(0,0,0)

Tints of #6FAED7

#6FAED7
(111,174,215)
#7CB5DA
(124,181,218)
#89BCDD
(137,188,221)
#96C3E0
(150,195,224)
#A3CAE3
(163,202,227)
#B0D1E6
(176,209,230)
#BDD8E9
(189,216,233)
#CADFEC
(202,223,236)
#D7E6EF
(215,230,239)
#E4EDF2
(228,237,242)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAED7; }

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

This text font color is #6FAED7.

Background Color

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

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

This div background color is #6FAED7.

Border color

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

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

This div border color is #6FAED7.

Opacity

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

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

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

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

This text has shadow with #6FAED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAED7.

Preview

Color preview on black background

This text has color #6FAED7 on black background.


Color preview on white background

This text has color #6FAED7 on white background.


Black color preview on #6FAED7 background

This text has black color on #6FAED7 background.


White color preview on #6FAED7 background

This text has white color on #6FAED7 background.


Related colors

Complementary color

Complementary color for #hex is #905128.


I love getcolorcode.com

Triadic colors

1 #D76FAE and #AED76F with #6FAED7 are triadic colors.

2 #D7AE6F and #AE6FD7 with #6FAED7 are triadic colors.