COLOR #6B5C96

HEX: #6B5C96
RGB: (107,92,150)

Renk bilgisi

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

RGB renk modeli

#6B5C96 color RGB value is (107,92,150).

  • kırmız ton 107;
  • yeşil ton 92;
  • mavi ton 150.
RGB:
(107,92,150)
(42%,36%,59%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 92 of 255 = 36%
B 150 of 255 = 59%

107
92
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 92 + 150 = 349 (100%)
R 107 of 349 ~ 30.66%
G 92 of 349 ~ 26.36%
B 150 of 349 ~ 42.98%

%30.66
%26.36
%42.98

CMYK RENK MODELİ

#6B5C96 rengi CMYK tonu (29,39,0,41).

  • camgöbeği tonu 28.67%
  • eflatun tonu 38.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(29,39,0,41)
C29M39Y0K41 
(29%,39%,0%,41%)
(0.29/0.39/0.00/0.41)	

CMYK yüzdeleri

%28.67
%38.67
%0
%41.18

Codes

Color #6B5C96 in popluar color models

6B5C96
RGB10792150
HSL256°23.97%47.45%
HSB/HSV256°38.67%58.82%
CMYK28.67%38.67%0.00%
41.18%

Color #6B5C96 in popluar number systems.

HEX6B5C96
Decimal10792150
Binary1101011101110010010110
Octal153134226

Shades and tints

Shades of #6B5C96

#6B5C96
(107,92,150)
#625489
(98,84,137)
#594C7C
(89,76,124)
#50446F
(80,68,111)
#473C62
(71,60,98)
#3E3455
(62,52,85)
#352C48
(53,44,72)
#2C243B
(44,36,59)
#231C2E
(35,28,46)
#1A1421
(26,20,33)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #6B5C96

#6B5C96
(107,92,150)
#786A9F
(120,106,159)
#8578A8
(133,120,168)
#9286B1
(146,134,177)
#9F94BA
(159,148,186)
#ACA2C3
(172,162,195)
#B9B0CC
(185,176,204)
#C6BED5
(198,190,213)
#D3CCDE
(211,204,222)
#E0DAE7
(224,218,231)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5C96 color. Also use rgb(107,92,150) instead hex code.

Text Font Color

.myTextColor { color: #6B5C96; }

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

This text font color is #6B5C96.


Background Color

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

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

This div background color is #6B5C96.


Border color

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

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

This div border color is #6B5C96.


Opacity

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

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

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

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

This text has shadow with #6B5C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5C96 on black background.


Color preview on white background

This text has color #6B5C96 on white background.



Black color preview on #6B5C96 background

This text has black color on #6B5C96 background.


White color preview on #6B5C96 background

This text has white color on #6B5C96 background.