COLOR #6B4B73

HEX: #6B4B73
RGB: (107,75,115)

Renk bilgisi

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

RGB renk modeli

#6B4B73 color RGB value is (107,75,115).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 75 of 255 = 29%
B 115 of 255 = 45%

107
75
115

R + G + B ~ 39%. #6B4B73 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 75 + 115 = 297 (100%)
R 107 of 297 ~ 36.03%
G 75 of 297 ~ 25.25%
B 115 of 297 ~ 38.72%

%36.03
%25.25
%38.72

CMYK RENK MODELİ

#6B4B73 rengi CMYK tonu (7,35,0,55).

  • camgöbeği tonu 6.96%
  • eflatun tonu 34.78%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(7,35,0,55)
C7M35Y0K55 
(7%,35%,0%,55%)
(0.07/0.35/0.00/0.55)	

CMYK yüzdeleri

%6.96
%34.78
%0
%54.9

Codes

Color #6B4B73 in popluar color models

6B4B73
RGB10775115
HSL288°21.05%37.25%
HSB/HSV288°34.78%45.10%
CMYK6.96%34.78%0.00%
54.90%

Color #6B4B73 in popluar number systems.

HEX6B4B73
Decimal10775115
Binary110101110010111110011
Octal153113163

Shades and tints

Shades of #6B4B73

#6B4B73
(107,75,115)
#624569
(98,69,105)
#593F5F
(89,63,95)
#503955
(80,57,85)
#47334B
(71,51,75)
#3E2D41
(62,45,65)
#352737
(53,39,55)
#2C212D
(44,33,45)
#231B23
(35,27,35)
#1A1519
(26,21,25)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #6B4B73

#6B4B73
(107,75,115)
#785B7F
(120,91,127)
#856B8B
(133,107,139)
#927B97
(146,123,151)
#9F8BA3
(159,139,163)
#AC9BAF
(172,155,175)
#B9ABBB
(185,171,187)
#C6BBC7
(198,187,199)
#D3CBD3
(211,203,211)
#E0DBDF
(224,219,223)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4B73; }

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

This text font color is #6B4B73.


Background Color

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

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

This div background color is #6B4B73.


Border color

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

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

This div border color is #6B4B73.


Opacity

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

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

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

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

This text has shadow with #6B4B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4B73 on black background.


Color preview on white background

This text has color #6B4B73 on white background.



Black color preview on #6B4B73 background

This text has black color on #6B4B73 background.


White color preview on #6B4B73 background

This text has white color on #6B4B73 background.