COLOR #6B7787

HEX: #6B7787
RGB: (107,119,135)

Renk bilgisi

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

RGB renk modeli

#6B7787 color RGB value is (107,119,135).

  • kırmız ton 107;
  • yeşil ton 119;
  • mavi ton 135.
RGB:
(107,119,135)
(42%,47%,53%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 119 of 255 = 47%
B 135 of 255 = 53%

107
119
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 119 + 135 = 361 (100%)
R 107 of 361 ~ 29.64%
G 119 of 361 ~ 32.96%
B 135 of 361 ~ 37.4%

%29.64
%32.96
%37.4

CMYK RENK MODELİ

#6B7787 rengi CMYK tonu (21,12,0,47).

  • camgöbeği tonu 20.74%
  • eflatun tonu 11.85%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(21,12,0,47)
C21M12Y0K47 
(21%,12%,0%,47%)
(0.21/0.12/0.00/0.47)	

CMYK yüzdeleri

%20.74
%11.85
%0
%47.06

Codes

Color #6B7787 in popluar color models

6B7787
RGB107119135
HSL214°11.57%47.45%
HSB/HSV214°20.74%52.94%
CMYK20.74%11.85%0.00%
47.06%

Color #6B7787 in popluar number systems.

HEX6B7787
Decimal107119135
Binary1101011111011110000111
Octal153167207

Shades and tints

Shades of #6B7787

#6B7787
(107,119,135)
#626D7B
(98,109,123)
#59636F
(89,99,111)
#505963
(80,89,99)
#474F57
(71,79,87)
#3E454B
(62,69,75)
#353B3F
(53,59,63)
#2C3133
(44,49,51)
#232727
(35,39,39)
#1A1D1B
(26,29,27)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #6B7787

#6B7787
(107,119,135)
#788391
(120,131,145)
#858F9B
(133,143,155)
#929BA5
(146,155,165)
#9FA7AF
(159,167,175)
#ACB3B9
(172,179,185)
#B9BFC3
(185,191,195)
#C6CBCD
(198,203,205)
#D3D7D7
(211,215,215)
#E0E3E1
(224,227,225)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7787 color. Also use rgb(107,119,135) instead hex code.

Text Font Color

.myTextColor { color: #6B7787; }

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

This text font color is #6B7787.


Background Color

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

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

This div background color is #6B7787.


Border color

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

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

This div border color is #6B7787.


Opacity

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

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

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

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

This text has shadow with #6B7787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7787 on black background.


Color preview on white background

This text has color #6B7787 on white background.



Black color preview on #6B7787 background

This text has black color on #6B7787 background.


White color preview on #6B7787 background

This text has white color on #6B7787 background.