COLOR #6D6588

HEX: #6D6588
RGB: (109,101,136)

Renk bilgisi

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

RGB renk modeli

#6D6588 color RGB value is (109,101,136).

  • kırmız ton 109;
  • yeşil ton 101;
  • mavi ton 136.
RGB:
(109,101,136)
(43%,40%,53%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 101 of 255 = 40%
B 136 of 255 = 53%

109
101
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 101 + 136 = 346 (100%)
R 109 of 346 ~ 31.5%
G 101 of 346 ~ 29.19%
B 136 of 346 ~ 39.31%

%31.5
%29.19
%39.31

CMYK RENK MODELİ

#6D6588 rengi CMYK tonu (20,26,0,47).

  • camgöbeği tonu 19.85%
  • eflatun tonu 25.74%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(20,26,0,47)
C20M26Y0K47 
(20%,26%,0%,47%)
(0.20/0.26/0.00/0.47)	

CMYK yüzdeleri

%19.85
%25.74
%0
%46.67

Codes

Color #6D6588 in popluar color models

6D6588
RGB109101136
HSL254°14.77%46.47%
HSB/HSV254°25.74%53.33%
CMYK19.85%25.74%0.00%
46.67%

Color #6D6588 in popluar number systems.

HEX6D6588
Decimal109101136
Binary1101101110010110001000
Octal155145210

Shades and tints

Shades of #6D6588

#6D6588
(109,101,136)
#645C7C
(100,92,124)
#5B5370
(91,83,112)
#524A64
(82,74,100)
#494158
(73,65,88)
#40384C
(64,56,76)
#372F40
(55,47,64)
#2E2634
(46,38,52)
#251D28
(37,29,40)
#1C141C
(28,20,28)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #6D6588

#6D6588
(109,101,136)
#7A7392
(122,115,146)
#87819C
(135,129,156)
#948FA6
(148,143,166)
#A19DB0
(161,157,176)
#AEABBA
(174,171,186)
#BBB9C4
(187,185,196)
#C8C7CE
(200,199,206)
#D5D5D8
(213,213,216)
#E2E3E2
(226,227,226)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6588 color. Also use rgb(109,101,136) instead hex code.

Text Font Color

.myTextColor { color: #6D6588; }

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

This text font color is #6D6588.


Background Color

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

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

This div background color is #6D6588.


Border color

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

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

This div border color is #6D6588.


Opacity

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

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

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

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

This text has shadow with #6D6588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6588 on black background.


Color preview on white background

This text has color #6D6588 on white background.



Black color preview on #6D6588 background

This text has black color on #6D6588 background.


White color preview on #6D6588 background

This text has white color on #6D6588 background.