COLOR #6B3176

HEX: #6B3176
RGB: (107,49,118)

Renk bilgisi

#6B3176 contains mainly red and blue colors. #6B3176 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#6B3176 color RGB value is (107,49,118).

  • kırmız ton 107;
  • yeşil ton 49;
  • mavi ton 118.
RGB:
(107,49,118)
(42%,19%,46%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 49 of 255 = 19%
B 118 of 255 = 46%

107
49
118

R + G + B ~ 36%. #6B3176 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 49 + 118 = 274 (100%)
R 107 of 274 ~ 39.05%
G 49 of 274 ~ 17.88%
B 118 of 274 ~ 43.07%

%39.05
%17.88
%43.07

CMYK RENK MODELİ

#6B3176 rengi CMYK tonu (9,58,0,54).

  • camgöbeği tonu 9.32%
  • eflatun tonu 58.47%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(9,58,0,54)
C9M58Y0K54 
(9%,58%,0%,54%)
(0.09/0.58/0.00/0.54)	

CMYK yüzdeleri

%9.32
%58.47
%0
%53.73

Codes

Color #6B3176 in popluar color models

6B3176
RGB10749118
HSL290°41.32%32.75%
HSB/HSV290°58.47%46.27%
CMYK9.32%58.47%0.00%
53.73%

Color #6B3176 in popluar number systems.

HEX6B3176
Decimal10749118
Binary11010111100011110110
Octal15361166

Shades and tints

Shades of #6B3176

#6B3176
(107,49,118)
#622D6C
(98,45,108)
#592962
(89,41,98)
#502558
(80,37,88)
#47214E
(71,33,78)
#3E1D44
(62,29,68)
#35193A
(53,25,58)
#2C1530
(44,21,48)
#231126
(35,17,38)
#1A0D1C
(26,13,28)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #6B3176

#6B3176
(107,49,118)
#784382
(120,67,130)
#85558E
(133,85,142)
#92679A
(146,103,154)
#9F79A6
(159,121,166)
#AC8BB2
(172,139,178)
#B99DBE
(185,157,190)
#C6AFCA
(198,175,202)
#D3C1D6
(211,193,214)
#E0D3E2
(224,211,226)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3176 color. Also use rgb(107,49,118) instead hex code.

Text Font Color

.myTextColor { color: #6B3176; }

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

This text font color is #6B3176.


Background Color

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

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

This div background color is #6B3176.


Border color

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

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

This div border color is #6B3176.


Opacity

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

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

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

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

This text has shadow with #6B3176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3176 on black background.


Color preview on white background

This text has color #6B3176 on white background.



Black color preview on #6B3176 background

This text has black color on #6B3176 background.


White color preview on #6B3176 background

This text has white color on #6B3176 background.