COLOR #6B3D77

HEX: #6B3D77
RGB: (107,61,119)

Renk bilgisi

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

RGB renk modeli

#6B3D77 color RGB value is (107,61,119).

  • kırmız ton 107;
  • yeşil ton 61;
  • mavi ton 119.
RGB:
(107,61,119)
(42%,24%,47%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 61 of 255 = 24%
B 119 of 255 = 47%

107
61
119

R + G + B ~ 38%. #6B3D77 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 61 + 119 = 287 (100%)
R 107 of 287 ~ 37.28%
G 61 of 287 ~ 21.25%
B 119 of 287 ~ 41.46%

%37.28
%21.25
%41.46

CMYK RENK MODELİ

#6B3D77 rengi CMYK tonu (10,49,0,53).

  • camgöbeği tonu 10.08%
  • eflatun tonu 48.74%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(10,49,0,53)
C10M49Y0K53 
(10%,49%,0%,53%)
(0.10/0.49/0.00/0.53)	

CMYK yüzdeleri

%10.08
%48.74
%0
%53.33

Codes

Color #6B3D77 in popluar color models

6B3D77
RGB10761119
HSL288°32.22%35.29%
HSB/HSV288°48.74%46.67%
CMYK10.08%48.74%0.00%
53.33%

Color #6B3D77 in popluar number systems.

HEX6B3D77
Decimal10761119
Binary11010111111011110111
Octal15375167

Shades and tints

Shades of #6B3D77

#6B3D77
(107,61,119)
#62386D
(98,56,109)
#593363
(89,51,99)
#502E59
(80,46,89)
#47294F
(71,41,79)
#3E2445
(62,36,69)
#351F3B
(53,31,59)
#2C1A31
(44,26,49)
#231527
(35,21,39)
#1A101D
(26,16,29)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #6B3D77

#6B3D77
(107,61,119)
#784E83
(120,78,131)
#855F8F
(133,95,143)
#92709B
(146,112,155)
#9F81A7
(159,129,167)
#AC92B3
(172,146,179)
#B9A3BF
(185,163,191)
#C6B4CB
(198,180,203)
#D3C5D7
(211,197,215)
#E0D6E3
(224,214,227)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3D77 color. Also use rgb(107,61,119) instead hex code.

Text Font Color

.myTextColor { color: #6B3D77; }

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

This text font color is #6B3D77.


Background Color

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

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

This div background color is #6B3D77.


Border color

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

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

This div border color is #6B3D77.


Opacity

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

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

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

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

This text has shadow with #6B3D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3D77 on black background.


Color preview on white background

This text has color #6B3D77 on white background.



Black color preview on #6B3D77 background

This text has black color on #6B3D77 background.


White color preview on #6B3D77 background

This text has white color on #6B3D77 background.