COLOR #6B4875

HEX: #6B4875
RGB: (107,72,117)

Renk bilgisi

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

RGB renk modeli

#6B4875 color RGB value is (107,72,117).

  • kırmız ton 107;
  • yeşil ton 72;
  • mavi ton 117.
RGB:
(107,72,117)
(42%,28%,46%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 72 of 255 = 28%
B 117 of 255 = 46%

107
72
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 72 + 117 = 296 (100%)
R 107 of 296 ~ 36.15%
G 72 of 296 ~ 24.32%
B 117 of 296 ~ 39.53%

%36.15
%24.32
%39.53

CMYK RENK MODELİ

#6B4875 rengi CMYK tonu (9,38,0,54).

  • camgöbeği tonu 8.55%
  • eflatun tonu 38.46%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(9,38,0,54)
C9M38Y0K54 
(9%,38%,0%,54%)
(0.09/0.38/0.00/0.54)	

CMYK yüzdeleri

%8.55
%38.46
%0
%54.12

Codes

Color #6B4875 in popluar color models

6B4875
RGB10772117
HSL287°23.81%37.06%
HSB/HSV287°38.46%45.88%
CMYK8.55%38.46%0.00%
54.12%

Color #6B4875 in popluar number systems.

HEX6B4875
Decimal10772117
Binary110101110010001110101
Octal153110165

Shades and tints

Shades of #6B4875

#6B4875
(107,72,117)
#62426B
(98,66,107)
#593C61
(89,60,97)
#503657
(80,54,87)
#47304D
(71,48,77)
#3E2A43
(62,42,67)
#352439
(53,36,57)
#2C1E2F
(44,30,47)
#231825
(35,24,37)
#1A121B
(26,18,27)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #6B4875

#6B4875
(107,72,117)
#785881
(120,88,129)
#85688D
(133,104,141)
#927899
(146,120,153)
#9F88A5
(159,136,165)
#AC98B1
(172,152,177)
#B9A8BD
(185,168,189)
#C6B8C9
(198,184,201)
#D3C8D5
(211,200,213)
#E0D8E1
(224,216,225)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4875 color. Also use rgb(107,72,117) instead hex code.

Text Font Color

.myTextColor { color: #6B4875; }

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

This text font color is #6B4875.


Background Color

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

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

This div background color is #6B4875.


Border color

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

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

This div border color is #6B4875.


Opacity

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

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

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

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

This text has shadow with #6B4875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4875 on black background.


Color preview on white background

This text has color #6B4875 on white background.



Black color preview on #6B4875 background

This text has black color on #6B4875 background.


White color preview on #6B4875 background

This text has white color on #6B4875 background.