COLOR #6FA5AE

HEX: #6FA5AE RGB: (111,165,174)

Color info

#6FA5AE contains mainly green and blue colors. Web safe color of #6FA5AE is #669999 (or #699).

RGB color model

#6FA5AE color RGB value is (111,165,174).

RGB: (111,165,174) (44%, 65%, 68%)

RGB channels and saturation

R 111 of 255 = 44%
G 165 of 255 = 65%
B 174 of 255 = 68%

111
165
174

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

Portions of RGB colors in percentages

R + G + B = 111 + 165 + 174 = 450 (100%)
R 111 of 450 ~ 24.67%
G 165 of 450 ~ 36.67%
B 174 of 450 ~ 38.67'%

%24.67
%36.67
%38.67

CMYK color model

#6FA5AE color CMYK value is (36,5,0,32).

  • cyan value is 36.21%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (36,5,0,32)
C36M5Y0K32 (36%, 5%, 0%, 32%)
(0.36 / 0.05 / 0.00 / 0.32)

CMYK percentages

%36.21
%5.17
%0
%31.76

Codes

Color #6FA5AE in popluar color models

6F A5 AE
RGB 111 165 174
HSL 189° 28.00% 55.88%
HSB/HSV 189° 36.21% 68.24%
CMYK 36.21% 5.17% 0.00%
31.76%

Color #6FA5AE in popluar number systems.

HEX 6F A5 AE
Decimal 111 165 174
Binary 1101111 10100101 10101110
Octal 157 245 256

Shades and tints

Shades of #6FA5AE

#6FA5AE
(111,165,174)
#65969F
(101,150,159)
#5B8790
(91,135,144)
#517881
(81,120,129)
#476972
(71,105,114)
#3D5A63
(61,90,99)
#334B54
(51,75,84)
#293C45
(41,60,69)
#1F2D36
(31,45,54)
#151E27
(21,30,39)
#0B0F18
(11,15,24)
#000000
(0,0,0)

Tints of #6FA5AE

#6FA5AE
(111,165,174)
#7CADB5
(124,173,181)
#89B5BC
(137,181,188)
#96BDC3
(150,189,195)
#A3C5CA
(163,197,202)
#B0CDD1
(176,205,209)
#BDD5D8
(189,213,216)
#CADDDF
(202,221,223)
#D7E5E6
(215,229,230)
#E4EDED
(228,237,237)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA5AE; }

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

This text font color is #6FA5AE.

Background Color

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

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

This div background color is #6FA5AE.

Border color

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

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

This div border color is #6FA5AE.

Opacity

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

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

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

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

This text has shadow with #6FA5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA5AE.

Preview

Color preview on black background

This text has color #6FA5AE on black background.


Color preview on white background

This text has color #6FA5AE on white background.


Black color preview on #6FA5AE background

This text has black color on #6FA5AE background.


White color preview on #6FA5AE background

This text has white color on #6FA5AE background.


Related colors

Complementary color

Complementary color for #hex is #905A51.


I love getcolorcode.com

Triadic colors

1 #AE6FA5 and #A5AE6F with #6FA5AE are triadic colors.

2 #AEA56F and #A56FAE with #6FA5AE are triadic colors.