COLOR #6C678B

HEX: #6C678B
RGB: (108,103,139)

Renk bilgisi

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

RGB renk modeli

#6C678B color RGB value is (108,103,139).

  • kırmız ton 108;
  • yeşil ton 103;
  • mavi ton 139.
RGB:
(108,103,139)
(42%,40%,55%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 103 of 255 = 40%
B 139 of 255 = 55%

108
103
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 103 + 139 = 350 (100%)
R 108 of 350 ~ 30.86%
G 103 of 350 ~ 29.43%
B 139 of 350 ~ 39.71%

%30.86
%29.43
%39.71

CMYK RENK MODELİ

#6C678B rengi CMYK tonu (22,26,0,45).

  • camgöbeği tonu 22.30%
  • eflatun tonu 25.90%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(22,26,0,45)
C22M26Y0K45 
(22%,26%,0%,45%)
(0.22/0.26/0.00/0.45)	

CMYK yüzdeleri

%22.3
%25.9
%0
%45.49

Codes

Color #6C678B in popluar color models

6C678B
RGB108103139
HSL248°14.88%47.45%
HSB/HSV248°25.90%54.51%
CMYK22.30%25.90%0.00%
45.49%

Color #6C678B in popluar number systems.

HEX6C678B
Decimal108103139
Binary1101100110011110001011
Octal154147213

Shades and tints

Shades of #6C678B

#6C678B
(108,103,139)
#635E7F
(99,94,127)
#5A5573
(90,85,115)
#514C67
(81,76,103)
#48435B
(72,67,91)
#3F3A4F
(63,58,79)
#363143
(54,49,67)
#2D2837
(45,40,55)
#241F2B
(36,31,43)
#1B161F
(27,22,31)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #6C678B

#6C678B
(108,103,139)
#797495
(121,116,149)
#86819F
(134,129,159)
#938EA9
(147,142,169)
#A09BB3
(160,155,179)
#ADA8BD
(173,168,189)
#BAB5C7
(186,181,199)
#C7C2D1
(199,194,209)
#D4CFDB
(212,207,219)
#E1DCE5
(225,220,229)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C678B color. Also use rgb(108,103,139) instead hex code.

Text Font Color

.myTextColor { color: #6C678B; }

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

This text font color is #6C678B.


Background Color

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

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

This div background color is #6C678B.


Border color

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

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

This div border color is #6C678B.


Opacity

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

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

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

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

This text has shadow with #6C678B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C678B on black background.


Color preview on white background

This text has color #6C678B on white background.



Black color preview on #6C678B background

This text has black color on #6C678B background.


White color preview on #6C678B background

This text has white color on #6C678B background.