COLOR #6E9597

HEX: #6E9597
RGB: (110,149,151)

Renk bilgisi

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

RGB renk modeli

#6E9597 color RGB value is (110,149,151).

  • kırmız ton 110;
  • yeşil ton 149;
  • mavi ton 151.
RGB:
(110,149,151)
(43%,58%,59%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 149 of 255 = 58%
B 151 of 255 = 59%

110
149
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 149 + 151 = 410 (100%)
R 110 of 410 ~ 26.83%
G 149 of 410 ~ 36.34%
B 151 of 410 ~ 36.83%

%26.83
%36.34
%36.83

CMYK RENK MODELİ

#6E9597 rengi CMYK tonu (27,1,0,41).

  • camgöbeği tonu 27.15%
  • eflatun tonu 1.32%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(27,1,0,41)
C27M1Y0K41 
(27%,1%,0%,41%)
(0.27/0.01/0.00/0.41)	

CMYK yüzdeleri

%27.15
%1.32
%0
%40.78

Codes

Color #6E9597 in popluar color models

6E9597
RGB110149151
HSL183°16.47%51.18%
HSB/HSV183°27.15%59.22%
CMYK27.15%1.32%0.00%
40.78%

Color #6E9597 in popluar number systems.

HEX6E9597
Decimal110149151
Binary11011101001010110010111
Octal156225227

Shades and tints

Shades of #6E9597

#6E9597
(110,149,151)
#64888A
(100,136,138)
#5A7B7D
(90,123,125)
#506E70
(80,110,112)
#466163
(70,97,99)
#3C5456
(60,84,86)
#324749
(50,71,73)
#283A3C
(40,58,60)
#1E2D2F
(30,45,47)
#142022
(20,32,34)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #6E9597

#6E9597
(110,149,151)
#7B9EA0
(123,158,160)
#88A7A9
(136,167,169)
#95B0B2
(149,176,178)
#A2B9BB
(162,185,187)
#AFC2C4
(175,194,196)
#BCCBCD
(188,203,205)
#C9D4D6
(201,212,214)
#D6DDDF
(214,221,223)
#E3E6E8
(227,230,232)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9597 color. Also use rgb(110,149,151) instead hex code.

Text Font Color

.myTextColor { color: #6E9597; }

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

This text font color is #6E9597.


Background Color

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

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

This div background color is #6E9597.


Border color

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

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

This div border color is #6E9597.


Opacity

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

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

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

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

This text has shadow with #6E9597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9597 on black background.


Color preview on white background

This text has color #6E9597 on white background.



Black color preview on #6E9597 background

This text has black color on #6E9597 background.


White color preview on #6E9597 background

This text has white color on #6E9597 background.