COLOR #6C7989

HEX: #6C7989
RGB: (108,121,137)

Renk bilgisi

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

RGB renk modeli

#6C7989 color RGB value is (108,121,137).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 121 of 255 = 47%
B 137 of 255 = 54%

108
121
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 121 + 137 = 366 (100%)
R 108 of 366 ~ 29.51%
G 121 of 366 ~ 33.06%
B 137 of 366 ~ 37.43%

%29.51
%33.06
%37.43

CMYK RENK MODELİ

#6C7989 rengi CMYK tonu (21,12,0,46).

  • camgöbeği tonu 21.17%
  • eflatun tonu 11.68%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(21,12,0,46)
C21M12Y0K46 
(21%,12%,0%,46%)
(0.21/0.12/0.00/0.46)	

CMYK yüzdeleri

%21.17
%11.68
%0
%46.27

Codes

Color #6C7989 in popluar color models

6C7989
RGB108121137
HSL213°11.84%48.04%
HSB/HSV213°21.17%53.73%
CMYK21.17%11.68%0.00%
46.27%

Color #6C7989 in popluar number systems.

HEX6C7989
Decimal108121137
Binary1101100111100110001001
Octal154171211

Shades and tints

Shades of #6C7989

#6C7989
(108,121,137)
#636E7D
(99,110,125)
#5A6371
(90,99,113)
#515865
(81,88,101)
#484D59
(72,77,89)
#3F424D
(63,66,77)
#363741
(54,55,65)
#2D2C35
(45,44,53)
#242129
(36,33,41)
#1B161D
(27,22,29)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #6C7989

#6C7989
(108,121,137)
#798593
(121,133,147)
#86919D
(134,145,157)
#939DA7
(147,157,167)
#A0A9B1
(160,169,177)
#ADB5BB
(173,181,187)
#BAC1C5
(186,193,197)
#C7CDCF
(199,205,207)
#D4D9D9
(212,217,217)
#E1E5E3
(225,229,227)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7989; }

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

This text font color is #6C7989.


Background Color

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

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

This div background color is #6C7989.


Border color

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

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

This div border color is #6C7989.


Opacity

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

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

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

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

This text has shadow with #6C7989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7989 on black background.


Color preview on white background

This text has color #6C7989 on white background.



Black color preview on #6C7989 background

This text has black color on #6C7989 background.


White color preview on #6C7989 background

This text has white color on #6C7989 background.