COLOR #6C687D

HEX: #6C687D
RGB: (108,104,125)

Renk bilgisi

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

RGB renk modeli

#6C687D color RGB value is (108,104,125).

  • kırmız ton 108;
  • yeşil ton 104;
  • mavi ton 125.
RGB:
(108,104,125)
(42%,41%,49%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 104 of 255 = 41%
B 125 of 255 = 49%

108
104
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 104 + 125 = 337 (100%)
R 108 of 337 ~ 32.05%
G 104 of 337 ~ 30.86%
B 125 of 337 ~ 37.09%

%32.05
%30.86
%37.09

CMYK RENK MODELİ

#6C687D rengi CMYK tonu (14,17,0,51).

  • camgöbeği tonu 13.60%
  • eflatun tonu 16.80%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(14,17,0,51)
C14M17Y0K51 
(14%,17%,0%,51%)
(0.14/0.17/0.00/0.51)	

CMYK yüzdeleri

%13.6
%16.8
%0
%50.98

Codes

Color #6C687D in popluar color models

6C687D
RGB108104125
HSL251°9.17%44.90%
HSB/HSV251°16.80%49.02%
CMYK13.60%16.80%0.00%
50.98%

Color #6C687D in popluar number systems.

HEX6C687D
Decimal108104125
Binary110110011010001111101
Octal154150175

Shades and tints

Shades of #6C687D

#6C687D
(108,104,125)
#635F72
(99,95,114)
#5A5667
(90,86,103)
#514D5C
(81,77,92)
#484451
(72,68,81)
#3F3B46
(63,59,70)
#36323B
(54,50,59)
#2D2930
(45,41,48)
#242025
(36,32,37)
#1B171A
(27,23,26)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #6C687D

#6C687D
(108,104,125)
#797588
(121,117,136)
#868293
(134,130,147)
#938F9E
(147,143,158)
#A09CA9
(160,156,169)
#ADA9B4
(173,169,180)
#BAB6BF
(186,182,191)
#C7C3CA
(199,195,202)
#D4D0D5
(212,208,213)
#E1DDE0
(225,221,224)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C687D color. Also use rgb(108,104,125) instead hex code.

Text Font Color

.myTextColor { color: #6C687D; }

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

This text font color is #6C687D.


Background Color

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

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

This div background color is #6C687D.


Border color

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

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

This div border color is #6C687D.


Opacity

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

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

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

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

This text has shadow with #6C687D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C687D on black background.


Color preview on white background

This text has color #6C687D on white background.



Black color preview on #6C687D background

This text has black color on #6C687D background.


White color preview on #6C687D background

This text has white color on #6C687D background.