COLOR #6C7980

HEX: #6C7980
RGB: (108,121,128)

Renk bilgisi

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

RGB renk modeli

#6C7980 color RGB value is (108,121,128).

  • kırmız ton 108;
  • yeşil ton 121;
  • mavi ton 128.
RGB:
(108,121,128)
(42%,47%,50%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 121 of 255 = 47%
B 128 of 255 = 50%

108
121
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 121 + 128 = 357 (100%)
R 108 of 357 ~ 30.25%
G 121 of 357 ~ 33.89%
B 128 of 357 ~ 35.85%

%30.25
%33.89
%35.85

CMYK RENK MODELİ

#6C7980 rengi CMYK tonu (16,5,0,50).

  • camgöbeği tonu 15.63%
  • eflatun tonu 5.47%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(16,5,0,50)
C16M5Y0K50 
(16%,5%,0%,50%)
(0.16/0.05/0.00/0.50)	

CMYK yüzdeleri

%15.63
%5.47
%0
%49.8

Codes

Color #6C7980 in popluar color models

6C7980
RGB108121128
HSL201°8.47%46.27%
HSB/HSV201°15.63%50.20%
CMYK15.63%5.47%0.00%
49.80%

Color #6C7980 in popluar number systems.

HEX6C7980
Decimal108121128
Binary1101100111100110000000
Octal154171200

Shades and tints

Shades of #6C7980

#6C7980
(108,121,128)
#636E75
(99,110,117)
#5A636A
(90,99,106)
#51585F
(81,88,95)
#484D54
(72,77,84)
#3F4249
(63,66,73)
#36373E
(54,55,62)
#2D2C33
(45,44,51)
#242128
(36,33,40)
#1B161D
(27,22,29)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #6C7980

#6C7980
(108,121,128)
#79858B
(121,133,139)
#869196
(134,145,150)
#939DA1
(147,157,161)
#A0A9AC
(160,169,172)
#ADB5B7
(173,181,183)
#BAC1C2
(186,193,194)
#C7CDCD
(199,205,205)
#D4D9D8
(212,217,216)
#E1E5E3
(225,229,227)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7980 color. Also use rgb(108,121,128) instead hex code.

Text Font Color

.myTextColor { color: #6C7980; }

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

This text font color is #6C7980.


Background Color

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

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

This div background color is #6C7980.


Border color

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

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

This div border color is #6C7980.


Opacity

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

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

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

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

This text has shadow with #6C7980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7980 on black background.


Color preview on white background

This text has color #6C7980 on white background.



Black color preview on #6C7980 background

This text has black color on #6C7980 background.


White color preview on #6C7980 background

This text has white color on #6C7980 background.