COLOR #6B4B84

HEX: #6B4B84
RGB: (107,75,132)

Renk bilgisi

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

RGB renk modeli

#6B4B84 color RGB value is (107,75,132).

  • kırmız ton 107;
  • yeşil ton 75;
  • mavi ton 132.
RGB:
(107,75,132)
(42%,29%,52%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 75 of 255 = 29%
B 132 of 255 = 52%

107
75
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 75 + 132 = 314 (100%)
R 107 of 314 ~ 34.08%
G 75 of 314 ~ 23.89%
B 132 of 314 ~ 42.04%

%34.08
%23.89
%42.04

CMYK RENK MODELİ

#6B4B84 rengi CMYK tonu (19,43,0,48).

  • camgöbeği tonu 18.94%
  • eflatun tonu 43.18%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(19,43,0,48)
C19M43Y0K48 
(19%,43%,0%,48%)
(0.19/0.43/0.00/0.48)	

CMYK yüzdeleri

%18.94
%43.18
%0
%48.24

Codes

Color #6B4B84 in popluar color models

6B4B84
RGB10775132
HSL274°27.54%40.59%
HSB/HSV274°43.18%51.76%
CMYK18.94%43.18%0.00%
48.24%

Color #6B4B84 in popluar number systems.

HEX6B4B84
Decimal10775132
Binary1101011100101110000100
Octal153113204

Shades and tints

Shades of #6B4B84

#6B4B84
(107,75,132)
#624578
(98,69,120)
#593F6C
(89,63,108)
#503960
(80,57,96)
#473354
(71,51,84)
#3E2D48
(62,45,72)
#35273C
(53,39,60)
#2C2130
(44,33,48)
#231B24
(35,27,36)
#1A1518
(26,21,24)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #6B4B84

#6B4B84
(107,75,132)
#785B8F
(120,91,143)
#856B9A
(133,107,154)
#927BA5
(146,123,165)
#9F8BB0
(159,139,176)
#AC9BBB
(172,155,187)
#B9ABC6
(185,171,198)
#C6BBD1
(198,187,209)
#D3CBDC
(211,203,220)
#E0DBE7
(224,219,231)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4B84 color. Also use rgb(107,75,132) instead hex code.

Text Font Color

.myTextColor { color: #6B4B84; }

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

This text font color is #6B4B84.


Background Color

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

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

This div background color is #6B4B84.


Border color

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

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

This div border color is #6B4B84.


Opacity

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

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

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

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

This text has shadow with #6B4B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4B84 on black background.


Color preview on white background

This text has color #6B4B84 on white background.



Black color preview on #6B4B84 background

This text has black color on #6B4B84 background.


White color preview on #6B4B84 background

This text has white color on #6B4B84 background.