COLOR #6D2575

HEX: #6D2575
RGB: (109,37,117)

Renk bilgisi

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

RGB renk modeli

#6D2575 color RGB value is (109,37,117).

  • kırmız ton 109;
  • yeşil ton 37;
  • mavi ton 117.
RGB:
(109,37,117)
(43%,15%,46%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 37 of 255 = 15%
B 117 of 255 = 46%

109
37
117

R + G + B ~ 35%. #6D2575 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 37 + 117 = 263 (100%)
R 109 of 263 ~ 41.44%
G 37 of 263 ~ 14.07%
B 117 of 263 ~ 44.49%

%41.44
%14.07
%44.49

CMYK RENK MODELİ

#6D2575 rengi CMYK tonu (7,68,0,54).

  • camgöbeği tonu 6.84%
  • eflatun tonu 68.38%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(7,68,0,54)
C7M68Y0K54 
(7%,68%,0%,54%)
(0.07/0.68/0.00/0.54)	

CMYK yüzdeleri

%6.84
%68.38
%0
%54.12

Codes

Color #6D2575 in popluar color models

6D2575
RGB10937117
HSL294°51.95%30.20%
HSB/HSV294°68.38%45.88%
CMYK6.84%68.38%0.00%
54.12%

Color #6D2575 in popluar number systems.

HEX6D2575
Decimal10937117
Binary11011011001011110101
Octal15545165

Shades and tints

Shades of #6D2575

#6D2575
(109,37,117)
#64226B
(100,34,107)
#5B1F61
(91,31,97)
#521C57
(82,28,87)
#49194D
(73,25,77)
#401643
(64,22,67)
#371339
(55,19,57)
#2E102F
(46,16,47)
#250D25
(37,13,37)
#1C0A1B
(28,10,27)
#130711
(19,7,17)
#000000
(0,0,0)

Tints of #6D2575

#6D2575
(109,37,117)
#7A3881
(122,56,129)
#874B8D
(135,75,141)
#945E99
(148,94,153)
#A171A5
(161,113,165)
#AE84B1
(174,132,177)
#BB97BD
(187,151,189)
#C8AAC9
(200,170,201)
#D5BDD5
(213,189,213)
#E2D0E1
(226,208,225)
#EFE3ED
(239,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2575 color. Also use rgb(109,37,117) instead hex code.

Text Font Color

.myTextColor { color: #6D2575; }

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

This text font color is #6D2575.


Background Color

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

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

This div background color is #6D2575.


Border color

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

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

This div border color is #6D2575.


Opacity

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

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

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

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

This text has shadow with #6D2575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2575 on black background.


Color preview on white background

This text has color #6D2575 on white background.



Black color preview on #6D2575 background

This text has black color on #6D2575 background.


White color preview on #6D2575 background

This text has white color on #6D2575 background.