COLOR #6D588F

HEX: #6D588F
RGB: (109,88,143)

Renk bilgisi

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

RGB renk modeli

#6D588F color RGB value is (109,88,143).

  • kırmız ton 109;
  • yeşil ton 88;
  • mavi ton 143.
RGB:
(109,88,143)
(43%,35%,56%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 88 of 255 = 35%
B 143 of 255 = 56%

109
88
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 88 + 143 = 340 (100%)
R 109 of 340 ~ 32.06%
G 88 of 340 ~ 25.88%
B 143 of 340 ~ 42.06%

%32.06
%25.88
%42.06

CMYK RENK MODELİ

#6D588F rengi CMYK tonu (24,38,0,44).

  • camgöbeği tonu 23.78%
  • eflatun tonu 38.46%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(24,38,0,44)
C24M38Y0K44 
(24%,38%,0%,44%)
(0.24/0.38/0.00/0.44)	

CMYK yüzdeleri

%23.78
%38.46
%0
%43.92

Codes

Color #6D588F in popluar color models

6D588F
RGB10988143
HSL263°23.81%45.29%
HSB/HSV263°38.46%56.08%
CMYK23.78%38.46%0.00%
43.92%

Color #6D588F in popluar number systems.

HEX6D588F
Decimal10988143
Binary1101101101100010001111
Octal155130217

Shades and tints

Shades of #6D588F

#6D588F
(109,88,143)
#645082
(100,80,130)
#5B4875
(91,72,117)
#524068
(82,64,104)
#49385B
(73,56,91)
#40304E
(64,48,78)
#372841
(55,40,65)
#2E2034
(46,32,52)
#251827
(37,24,39)
#1C101A
(28,16,26)
#13080D
(19,8,13)
#000000
(0,0,0)

Tints of #6D588F

#6D588F
(109,88,143)
#7A6799
(122,103,153)
#8776A3
(135,118,163)
#9485AD
(148,133,173)
#A194B7
(161,148,183)
#AEA3C1
(174,163,193)
#BBB2CB
(187,178,203)
#C8C1D5
(200,193,213)
#D5D0DF
(213,208,223)
#E2DFE9
(226,223,233)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D588F color. Also use rgb(109,88,143) instead hex code.

Text Font Color

.myTextColor { color: #6D588F; }

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

This text font color is #6D588F.


Background Color

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

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

This div background color is #6D588F.


Border color

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

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

This div border color is #6D588F.


Opacity

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

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

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

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

This text has shadow with #6D588F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D588F on black background.


Color preview on white background

This text has color #6D588F on white background.



Black color preview on #6D588F background

This text has black color on #6D588F background.


White color preview on #6D588F background

This text has white color on #6D588F background.