COLOR #6B8596

HEX: #6B8596
RGB: (107,133,150)

Renk bilgisi

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

RGB renk modeli

#6B8596 color RGB value is (107,133,150).

  • kırmız ton 107;
  • yeşil ton 133;
  • mavi ton 150.
RGB:
(107,133,150)
(42%,52%,59%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 133 of 255 = 52%
B 150 of 255 = 59%

107
133
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 133 + 150 = 390 (100%)
R 107 of 390 ~ 27.44%
G 133 of 390 ~ 34.1%
B 150 of 390 ~ 38.46%

%27.44
%34.1
%38.46

CMYK RENK MODELİ

#6B8596 rengi CMYK tonu (29,11,0,41).

  • camgöbeği tonu 28.67%
  • eflatun tonu 11.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(29,11,0,41)
C29M11Y0K41 
(29%,11%,0%,41%)
(0.29/0.11/0.00/0.41)	

CMYK yüzdeleri

%28.67
%11.33
%0
%41.18

Codes

Color #6B8596 in popluar color models

6B8596
RGB107133150
HSL204°17.00%50.39%
HSB/HSV204°28.67%58.82%
CMYK28.67%11.33%0.00%
41.18%

Color #6B8596 in popluar number systems.

HEX6B8596
Decimal107133150
Binary11010111000010110010110
Octal153205226

Shades and tints

Shades of #6B8596

#6B8596
(107,133,150)
#627989
(98,121,137)
#596D7C
(89,109,124)
#50616F
(80,97,111)
#475562
(71,85,98)
#3E4955
(62,73,85)
#353D48
(53,61,72)
#2C313B
(44,49,59)
#23252E
(35,37,46)
#1A1921
(26,25,33)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #6B8596

#6B8596
(107,133,150)
#78909F
(120,144,159)
#859BA8
(133,155,168)
#92A6B1
(146,166,177)
#9FB1BA
(159,177,186)
#ACBCC3
(172,188,195)
#B9C7CC
(185,199,204)
#C6D2D5
(198,210,213)
#D3DDDE
(211,221,222)
#E0E8E7
(224,232,231)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8596 color. Also use rgb(107,133,150) instead hex code.

Text Font Color

.myTextColor { color: #6B8596; }

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

This text font color is #6B8596.


Background Color

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

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

This div background color is #6B8596.


Border color

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

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

This div border color is #6B8596.


Opacity

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

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

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

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

This text has shadow with #6B8596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8596 on black background.


Color preview on white background

This text has color #6B8596 on white background.



Black color preview on #6B8596 background

This text has black color on #6B8596 background.


White color preview on #6B8596 background

This text has white color on #6B8596 background.