COLOR #6FA598

HEX: #6FA598 RGB: (111,165,152)

Color info

#6FA598 contains red, green and blue colors in about the same proportion. Web safe color of #6FA598 is #669999 (or #699).

RGB color model

#6FA598 color RGB value is (111,165,152).

RGB: (111,165,152) (44%, 65%, 60%)

RGB channels and saturation

R 111 of 255 = 44%
G 165 of 255 = 65%
B 152 of 255 = 60%

111
165
152

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

Portions of RGB colors in percentages

R + G + B = 111 + 165 + 152 = 428 (100%)
R 111 of 428 ~ 25.93%
G 165 of 428 ~ 38.55%
B 152 of 428 ~ 35.51'%

%25.93
%38.55
%35.51

CMYK color model

#6FA598 color CMYK value is (33,0,8,35).

  • cyan value is 32.73%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 35.29%

CMYK: (33,0,8,35)
C33M0Y8K35 (33%, 0%, 8%, 35%)
(0.33 / 0.00 / 0.08 / 0.35)

CMYK percentages

%32.73
%0
%7.88
%35.29

Codes

Color #6FA598 in popluar color models

6F A5 98
RGB 111 165 152
HSL 166° 23.08% 54.12%
HSB/HSV 166° 32.73% 64.71%
CMYK 32.73% 0.00% 7.88%
35.29%

Color #6FA598 in popluar number systems.

HEX 6F A5 98
Decimal 111 165 152
Binary 1101111 10100101 10011000
Octal 157 245 230

Shades and tints

Shades of #6FA598

#6FA598
(111,165,152)
#65968B
(101,150,139)
#5B877E
(91,135,126)
#517871
(81,120,113)
#476964
(71,105,100)
#3D5A57
(61,90,87)
#334B4A
(51,75,74)
#293C3D
(41,60,61)
#1F2D30
(31,45,48)
#151E23
(21,30,35)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #6FA598

#6FA598
(111,165,152)
#7CADA1
(124,173,161)
#89B5AA
(137,181,170)
#96BDB3
(150,189,179)
#A3C5BC
(163,197,188)
#B0CDC5
(176,205,197)
#BDD5CE
(189,213,206)
#CADDD7
(202,221,215)
#D7E5E0
(215,229,224)
#E4EDE9
(228,237,233)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA598; }

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

This text font color is #6FA598.

Background Color

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

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

This div background color is #6FA598.

Border color

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

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

This div border color is #6FA598.

Opacity

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

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

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

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

This text has shadow with #6FA598 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA598.

Preview

Color preview on black background

This text has color #6FA598 on black background.


Color preview on white background

This text has color #6FA598 on white background.


Black color preview on #6FA598 background

This text has black color on #6FA598 background.


White color preview on #6FA598 background

This text has white color on #6FA598 background.


Related colors

Complementary color

Complementary color for #hex is #905A67.


I love getcolorcode.com

Triadic colors

1 #986FA5 and #A5986F with #6FA598 are triadic colors.

2 #98A56F and #A56F98 with #6FA598 are triadic colors.