COLOR #6C8994

HEX: #6C8994
RGB: (108,137,148)

Renk bilgisi

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

RGB renk modeli

#6C8994 color RGB value is (108,137,148).

  • kırmız ton 108;
  • yeşil ton 137;
  • mavi ton 148.
RGB:
(108,137,148)
(42%,54%,58%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 137 of 255 = 54%
B 148 of 255 = 58%

108
137
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 137 + 148 = 393 (100%)
R 108 of 393 ~ 27.48%
G 137 of 393 ~ 34.86%
B 148 of 393 ~ 37.66%

%27.48
%34.86
%37.66

CMYK RENK MODELİ

#6C8994 rengi CMYK tonu (27,7,0,42).

  • camgöbeği tonu 27.03%
  • eflatun tonu 7.43%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(27,7,0,42)
C27M7Y0K42 
(27%,7%,0%,42%)
(0.27/0.07/0.00/0.42)	

CMYK yüzdeleri

%27.03
%7.43
%0
%41.96

Codes

Color #6C8994 in popluar color models

6C8994
RGB108137148
HSL197°15.75%50.20%
HSB/HSV197°27.03%58.04%
CMYK27.03%7.43%0.00%
41.96%

Color #6C8994 in popluar number systems.

HEX6C8994
Decimal108137148
Binary11011001000100110010100
Octal154211224

Shades and tints

Shades of #6C8994

#6C8994
(108,137,148)
#637D87
(99,125,135)
#5A717A
(90,113,122)
#51656D
(81,101,109)
#485960
(72,89,96)
#3F4D53
(63,77,83)
#364146
(54,65,70)
#2D3539
(45,53,57)
#24292C
(36,41,44)
#1B1D1F
(27,29,31)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #6C8994

#6C8994
(108,137,148)
#79939D
(121,147,157)
#869DA6
(134,157,166)
#93A7AF
(147,167,175)
#A0B1B8
(160,177,184)
#ADBBC1
(173,187,193)
#BAC5CA
(186,197,202)
#C7CFD3
(199,207,211)
#D4D9DC
(212,217,220)
#E1E3E5
(225,227,229)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8994 color. Also use rgb(108,137,148) instead hex code.

Text Font Color

.myTextColor { color: #6C8994; }

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

This text font color is #6C8994.


Background Color

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

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

This div background color is #6C8994.


Border color

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

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

This div border color is #6C8994.


Opacity

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

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

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

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

This text has shadow with #6C8994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8994 on black background.


Color preview on white background

This text has color #6C8994 on white background.



Black color preview on #6C8994 background

This text has black color on #6C8994 background.


White color preview on #6C8994 background

This text has white color on #6C8994 background.