COLOR #6D627B

HEX: #6D627B
RGB: (109,98,123)

Renk bilgisi

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

RGB renk modeli

#6D627B color RGB value is (109,98,123).

  • kırmız ton 109;
  • yeşil ton 98;
  • mavi ton 123.
RGB:
(109,98,123)
(43%,38%,48%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 98 of 255 = 38%
B 123 of 255 = 48%

109
98
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 98 + 123 = 330 (100%)
R 109 of 330 ~ 33.03%
G 98 of 330 ~ 29.7%
B 123 of 330 ~ 37.27%

%33.03
%29.7
%37.27

CMYK RENK MODELİ

#6D627B rengi CMYK tonu (11,20,0,52).

  • camgöbeği tonu 11.38%
  • eflatun tonu 20.33%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(11,20,0,52)
C11M20Y0K52 
(11%,20%,0%,52%)
(0.11/0.20/0.00/0.52)	

CMYK yüzdeleri

%11.38
%20.33
%0
%51.76

Codes

Color #6D627B in popluar color models

6D627B
RGB10998123
HSL266°11.31%43.33%
HSB/HSV266°20.33%48.24%
CMYK11.38%20.33%0.00%
51.76%

Color #6D627B in popluar number systems.

HEX6D627B
Decimal10998123
Binary110110111000101111011
Octal155142173

Shades and tints

Shades of #6D627B

#6D627B
(109,98,123)
#645A70
(100,90,112)
#5B5265
(91,82,101)
#524A5A
(82,74,90)
#49424F
(73,66,79)
#403A44
(64,58,68)
#373239
(55,50,57)
#2E2A2E
(46,42,46)
#252223
(37,34,35)
#1C1A18
(28,26,24)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #6D627B

#6D627B
(109,98,123)
#7A7087
(122,112,135)
#877E93
(135,126,147)
#948C9F
(148,140,159)
#A19AAB
(161,154,171)
#AEA8B7
(174,168,183)
#BBB6C3
(187,182,195)
#C8C4CF
(200,196,207)
#D5D2DB
(213,210,219)
#E2E0E7
(226,224,231)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D627B color. Also use rgb(109,98,123) instead hex code.

Text Font Color

.myTextColor { color: #6D627B; }

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

This text font color is #6D627B.


Background Color

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

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

This div background color is #6D627B.


Border color

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

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

This div border color is #6D627B.


Opacity

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

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

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

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

This text has shadow with #6D627B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D627B on black background.


Color preview on white background

This text has color #6D627B on white background.



Black color preview on #6D627B background

This text has black color on #6D627B background.


White color preview on #6D627B background

This text has white color on #6D627B background.