COLOR #6FA593

HEX: #6FA593
RGB: (111,165,147)

Renk bilgisi

#6FA593 contains red, green and blue colors in about the same proportion. #6FA593 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6FA593 color RGB value is (111,165,147).

  • kırmız ton 111;
  • yeşil ton 165;
  • mavi ton 147.
RGB:
(111,165,147)
(44%,65%,58%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 165 of 255 = 65%
B 147 of 255 = 58%

111
165
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 165 + 147 = 423 (100%)
R 111 of 423 ~ 26.24%
G 165 of 423 ~ 39.01%
B 147 of 423 ~ 34.75%

%26.24
%39.01
%34.75

CMYK RENK MODELİ

#6FA593 rengi CMYK tonu (33,0,11,35).

  • camgöbeği tonu 32.73%
  • eflatun tonu 0.00%
  • sarı tonu 10.91%
  • ana renk tonu 35.29%
CMYK:
(33,0,11,35)
C33M0Y11K35 
(33%,0%,11%,35%)
(0.33/0.00/0.11/0.35)	

CMYK yüzdeleri

%32.73
%0
%10.91
%35.29

Codes

Color #6FA593 in popluar color models

6FA593
RGB111165147
HSL160°23.08%54.12%
HSB/HSV160°32.73%64.71%
CMYK32.73%0.00%10.91%
35.29%

Color #6FA593 in popluar number systems.

HEX6FA593
Decimal111165147
Binary11011111010010110010011
Octal157245223

Shades and tints

Shades of #6FA593

#6FA593
(111,165,147)
#659686
(101,150,134)
#5B8779
(91,135,121)
#51786C
(81,120,108)
#47695F
(71,105,95)
#3D5A52
(61,90,82)
#334B45
(51,75,69)
#293C38
(41,60,56)
#1F2D2B
(31,45,43)
#151E1E
(21,30,30)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #6FA593

#6FA593
(111,165,147)
#7CAD9C
(124,173,156)
#89B5A5
(137,181,165)
#96BDAE
(150,189,174)
#A3C5B7
(163,197,183)
#B0CDC0
(176,205,192)
#BDD5C9
(189,213,201)
#CADDD2
(202,221,210)
#D7E5DB
(215,229,219)
#E4EDE4
(228,237,228)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA593; }

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

This text font color is #6FA593.


Background Color

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

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

This div background color is #6FA593.


Border color

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

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

This div border color is #6FA593.


Opacity

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

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

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

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

This text has shadow with #6FA593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA593 on black background.


Color preview on white background

This text has color #6FA593 on white background.



Black color preview on #6FA593 background

This text has black color on #6FA593 background.


White color preview on #6FA593 background

This text has white color on #6FA593 background.