COLOR #6D6EB6

HEX: #6D6EB6
RGB: (109,110,182)

Renk bilgisi

#6D6EB6 contains mainly blue color. #6D6EB6 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6D6EB6 color RGB value is (109,110,182).

  • kırmız ton 109;
  • yeşil ton 110;
  • mavi ton 182.
RGB:
(109,110,182)
(43%,43%,71%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 110 of 255 = 43%
B 182 of 255 = 71%

109
110
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 110 + 182 = 401 (100%)
R 109 of 401 ~ 27.18%
G 110 of 401 ~ 27.43%
B 182 of 401 ~ 45.39%

%27.18
%27.43
%45.39

CMYK RENK MODELİ

#6D6EB6 rengi CMYK tonu (40,40,0,29).

  • camgöbeği tonu 40.11%
  • eflatun tonu 39.56%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(40,40,0,29)
C40M40Y0K29 
(40%,40%,0%,29%)
(0.40/0.40/0.00/0.29)	

CMYK yüzdeleri

%40.11
%39.56
%0
%28.63

Codes

Color #6D6EB6 in popluar color models

6D6EB6
RGB109110182
HSL239°33.33%57.06%
HSB/HSV239°40.11%71.37%
CMYK40.11%39.56%0.00%
28.63%

Color #6D6EB6 in popluar number systems.

HEX6D6EB6
Decimal109110182
Binary1101101110111010110110
Octal155156266

Shades and tints

Shades of #6D6EB6

#6D6EB6
(109,110,182)
#6464A6
(100,100,166)
#5B5A96
(91,90,150)
#525086
(82,80,134)
#494676
(73,70,118)
#403C66
(64,60,102)
#373256
(55,50,86)
#2E2846
(46,40,70)
#251E36
(37,30,54)
#1C1426
(28,20,38)
#130A16
(19,10,22)
#000000
(0,0,0)

Tints of #6D6EB6

#6D6EB6
(109,110,182)
#7A7BBC
(122,123,188)
#8788C2
(135,136,194)
#9495C8
(148,149,200)
#A1A2CE
(161,162,206)
#AEAFD4
(174,175,212)
#BBBCDA
(187,188,218)
#C8C9E0
(200,201,224)
#D5D6E6
(213,214,230)
#E2E3EC
(226,227,236)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6EB6 color. Also use rgb(109,110,182) instead hex code.

Text Font Color

.myTextColor { color: #6D6EB6; }

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

This text font color is #6D6EB6.


Background Color

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

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

This div background color is #6D6EB6.


Border color

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

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

This div border color is #6D6EB6.


Opacity

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

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

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

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

This text has shadow with #6D6EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6EB6 on black background.


Color preview on white background

This text has color #6D6EB6 on white background.



Black color preview on #6D6EB6 background

This text has black color on #6D6EB6 background.


White color preview on #6D6EB6 background

This text has white color on #6D6EB6 background.