COLOR #6C979B

HEX: #6C979B
RGB: (108,151,155)

Renk bilgisi

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

RGB renk modeli

#6C979B color RGB value is (108,151,155).

  • kırmız ton 108;
  • yeşil ton 151;
  • mavi ton 155.
RGB:
(108,151,155)
(42%,59%,61%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 151 of 255 = 59%
B 155 of 255 = 61%

108
151
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 151 + 155 = 414 (100%)
R 108 of 414 ~ 26.09%
G 151 of 414 ~ 36.47%
B 155 of 414 ~ 37.44%

%26.09
%36.47
%37.44

CMYK RENK MODELİ

#6C979B rengi CMYK tonu (30,3,0,39).

  • camgöbeği tonu 30.32%
  • eflatun tonu 2.58%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(30,3,0,39)
C30M3Y0K39 
(30%,3%,0%,39%)
(0.30/0.03/0.00/0.39)	

CMYK yüzdeleri

%30.32
%2.58
%0
%39.22

Codes

Color #6C979B in popluar color models

6C979B
RGB108151155
HSL185°19.03%51.57%
HSB/HSV185°30.32%60.78%
CMYK30.32%2.58%0.00%
39.22%

Color #6C979B in popluar number systems.

HEX6C979B
Decimal108151155
Binary11011001001011110011011
Octal154227233

Shades and tints

Shades of #6C979B

#6C979B
(108,151,155)
#638A8D
(99,138,141)
#5A7D7F
(90,125,127)
#517071
(81,112,113)
#486363
(72,99,99)
#3F5655
(63,86,85)
#364947
(54,73,71)
#2D3C39
(45,60,57)
#242F2B
(36,47,43)
#1B221D
(27,34,29)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #6C979B

#6C979B
(108,151,155)
#79A0A4
(121,160,164)
#86A9AD
(134,169,173)
#93B2B6
(147,178,182)
#A0BBBF
(160,187,191)
#ADC4C8
(173,196,200)
#BACDD1
(186,205,209)
#C7D6DA
(199,214,218)
#D4DFE3
(212,223,227)
#E1E8EC
(225,232,236)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C979B color. Also use rgb(108,151,155) instead hex code.

Text Font Color

.myTextColor { color: #6C979B; }

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

This text font color is #6C979B.


Background Color

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

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

This div background color is #6C979B.


Border color

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

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

This div border color is #6C979B.


Opacity

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

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

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

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

This text has shadow with #6C979B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C979B on black background.


Color preview on white background

This text has color #6C979B on white background.



Black color preview on #6C979B background

This text has black color on #6C979B background.


White color preview on #6C979B background

This text has white color on #6C979B background.