COLOR #6B5679

HEX: #6B5679
RGB: (107,86,121)

Renk bilgisi

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

RGB renk modeli

#6B5679 color RGB value is (107,86,121).

  • kırmız ton 107;
  • yeşil ton 86;
  • mavi ton 121.
RGB:
(107,86,121)
(42%,34%,47%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 86 of 255 = 34%
B 121 of 255 = 47%

107
86
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 86 + 121 = 314 (100%)
R 107 of 314 ~ 34.08%
G 86 of 314 ~ 27.39%
B 121 of 314 ~ 38.54%

%34.08
%27.39
%38.54

CMYK RENK MODELİ

#6B5679 rengi CMYK tonu (12,29,0,53).

  • camgöbeği tonu 11.57%
  • eflatun tonu 28.93%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(12,29,0,53)
C12M29Y0K53 
(12%,29%,0%,53%)
(0.12/0.29/0.00/0.53)	

CMYK yüzdeleri

%11.57
%28.93
%0
%52.55

Codes

Color #6B5679 in popluar color models

6B5679
RGB10786121
HSL276°16.91%40.59%
HSB/HSV276°28.93%47.45%
CMYK11.57%28.93%0.00%
52.55%

Color #6B5679 in popluar number systems.

HEX6B5679
Decimal10786121
Binary110101110101101111001
Octal153126171

Shades and tints

Shades of #6B5679

#6B5679
(107,86,121)
#624F6E
(98,79,110)
#594863
(89,72,99)
#504158
(80,65,88)
#473A4D
(71,58,77)
#3E3342
(62,51,66)
#352C37
(53,44,55)
#2C252C
(44,37,44)
#231E21
(35,30,33)
#1A1716
(26,23,22)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #6B5679

#6B5679
(107,86,121)
#786585
(120,101,133)
#857491
(133,116,145)
#92839D
(146,131,157)
#9F92A9
(159,146,169)
#ACA1B5
(172,161,181)
#B9B0C1
(185,176,193)
#C6BFCD
(198,191,205)
#D3CED9
(211,206,217)
#E0DDE5
(224,221,229)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5679 color. Also use rgb(107,86,121) instead hex code.

Text Font Color

.myTextColor { color: #6B5679; }

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

This text font color is #6B5679.


Background Color

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

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

This div background color is #6B5679.


Border color

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

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

This div border color is #6B5679.


Opacity

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

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

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

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

This text has shadow with #6B5679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5679 on black background.


Color preview on white background

This text has color #6B5679 on white background.



Black color preview on #6B5679 background

This text has black color on #6B5679 background.


White color preview on #6B5679 background

This text has white color on #6B5679 background.