COLOR #6C968E

HEX: #6C968E
RGB: (108,150,142)

Renk bilgisi

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

RGB renk modeli

#6C968E color RGB value is (108,150,142).

  • kırmız ton 108;
  • yeşil ton 150;
  • mavi ton 142.
RGB:
(108,150,142)
(42%,59%,56%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 150 of 255 = 59%
B 142 of 255 = 56%

108
150
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 150 + 142 = 400 (100%)
R 108 of 400 ~ 27%
G 150 of 400 ~ 37.5%
B 142 of 400 ~ 35.5%

%27
%37.5
%35.5

CMYK RENK MODELİ

#6C968E rengi CMYK tonu (28,0,5,41).

  • camgöbeği tonu 28.00%
  • eflatun tonu 0.00%
  • sarı tonu 5.33%
  • ana renk tonu 41.18%
CMYK:
(28,0,5,41)
C28M0Y5K41 
(28%,0%,5%,41%)
(0.28/0.00/0.05/0.41)	

CMYK yüzdeleri

%28
%0
%5.33
%41.18

Codes

Color #6C968E in popluar color models

6C968E
RGB108150142
HSL169°16.67%50.59%
HSB/HSV169°28.00%58.82%
CMYK28.00%0.00%5.33%
41.18%

Color #6C968E in popluar number systems.

HEX6C968E
Decimal108150142
Binary11011001001011010001110
Octal154226216

Shades and tints

Shades of #6C968E

#6C968E
(108,150,142)
#638982
(99,137,130)
#5A7C76
(90,124,118)
#516F6A
(81,111,106)
#48625E
(72,98,94)
#3F5552
(63,85,82)
#364846
(54,72,70)
#2D3B3A
(45,59,58)
#242E2E
(36,46,46)
#1B2122
(27,33,34)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #6C968E

#6C968E
(108,150,142)
#799F98
(121,159,152)
#86A8A2
(134,168,162)
#93B1AC
(147,177,172)
#A0BAB6
(160,186,182)
#ADC3C0
(173,195,192)
#BACCCA
(186,204,202)
#C7D5D4
(199,213,212)
#D4DEDE
(212,222,222)
#E1E7E8
(225,231,232)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C968E color. Also use rgb(108,150,142) instead hex code.

Text Font Color

.myTextColor { color: #6C968E; }

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

This text font color is #6C968E.


Background Color

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

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

This div background color is #6C968E.


Border color

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

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

This div border color is #6C968E.


Opacity

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

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

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

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

This text has shadow with #6C968E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C968E on black background.


Color preview on white background

This text has color #6C968E on white background.



Black color preview on #6C968E background

This text has black color on #6C968E background.


White color preview on #6C968E background

This text has white color on #6C968E background.