COLOR #6FABB1

HEX: #6FABB1 RGB: (111,171,177)

Color info

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

RGB color model

#6FABB1 color RGB value is (111,171,177).

RGB: (111,171,177) (44%, 67%, 69%)

RGB channels and saturation

R 111 of 255 = 44%
G 171 of 255 = 67%
B 177 of 255 = 69%

111
171
177

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

Portions of RGB colors in percentages

R + G + B = 111 + 171 + 177 = 459 (100%)
R 111 of 459 ~ 24.18%
G 171 of 459 ~ 37.25%
B 177 of 459 ~ 38.56'%

%24.18
%37.25
%38.56

CMYK color model

#6FABB1 color CMYK value is (37,3,0,31).

  • cyan value is 37.29%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (37,3,0,31)
C37M3Y0K31 (37%, 3%, 0%, 31%)
(0.37 / 0.03 / 0.00 / 0.31)

CMYK percentages

%37.29
%3.39
%0
%30.59

Codes

Color #6FABB1 in popluar color models

6F AB B1
RGB 111 171 177
HSL 185° 29.73% 56.47%
HSB/HSV 185° 37.29% 69.41%
CMYK 37.29% 3.39% 0.00%
30.59%

Color #6FABB1 in popluar number systems.

HEX 6F AB B1
Decimal 111 171 177
Binary 1101111 10101011 10110001
Octal 157 253 261

Shades and tints

Shades of #6FABB1

#6FABB1
(111,171,177)
#659CA1
(101,156,161)
#5B8D91
(91,141,145)
#517E81
(81,126,129)
#476F71
(71,111,113)
#3D6061
(61,96,97)
#335151
(51,81,81)
#294241
(41,66,65)
#1F3331
(31,51,49)
#152421
(21,36,33)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #6FABB1

#6FABB1
(111,171,177)
#7CB2B8
(124,178,184)
#89B9BF
(137,185,191)
#96C0C6
(150,192,198)
#A3C7CD
(163,199,205)
#B0CED4
(176,206,212)
#BDD5DB
(189,213,219)
#CADCE2
(202,220,226)
#D7E3E9
(215,227,233)
#E4EAF0
(228,234,240)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FABB1 color. Also use rgb(111,171,177) instead hex code.

Text Font Color

.myTextColor { color: #6FABB1; }

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

This text font color is #6FABB1.

Background Color

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

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

This div background color is #6FABB1.

Border color

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

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

This div border color is #6FABB1.

Opacity

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

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

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

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

This text has shadow with #6FABB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FABB1.

Preview

Color preview on black background

This text has color #6FABB1 on black background.


Color preview on white background

This text has color #6FABB1 on white background.


Black color preview on #6FABB1 background

This text has black color on #6FABB1 background.


White color preview on #6FABB1 background

This text has white color on #6FABB1 background.


Related colors

Complementary color

Complementary color for #hex is #90544E.


I love getcolorcode.com

Triadic colors

1 #B16FAB and #ABB16F with #6FABB1 are triadic colors.

2 #B1AB6F and #AB6FB1 with #6FABB1 are triadic colors.