COLOR #6B6886

HEX: #6B6886
RGB: (107,104,134)

Renk bilgisi

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

RGB renk modeli

#6B6886 color RGB value is (107,104,134).

  • kırmız ton 107;
  • yeşil ton 104;
  • mavi ton 134.
RGB:
(107,104,134)
(42%,41%,53%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 104 of 255 = 41%
B 134 of 255 = 53%

107
104
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 104 + 134 = 345 (100%)
R 107 of 345 ~ 31.01%
G 104 of 345 ~ 30.14%
B 134 of 345 ~ 38.84%

%31.01
%30.14
%38.84

CMYK RENK MODELİ

#6B6886 rengi CMYK tonu (20,22,0,47).

  • camgöbeği tonu 20.15%
  • eflatun tonu 22.39%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(20,22,0,47)
C20M22Y0K47 
(20%,22%,0%,47%)
(0.20/0.22/0.00/0.47)	

CMYK yüzdeleri

%20.15
%22.39
%0
%47.45

Codes

Color #6B6886 in popluar color models

6B6886
RGB107104134
HSL246°12.61%46.67%
HSB/HSV246°22.39%52.55%
CMYK20.15%22.39%0.00%
47.45%

Color #6B6886 in popluar number systems.

HEX6B6886
Decimal107104134
Binary1101011110100010000110
Octal153150206

Shades and tints

Shades of #6B6886

#6B6886
(107,104,134)
#625F7A
(98,95,122)
#59566E
(89,86,110)
#504D62
(80,77,98)
#474456
(71,68,86)
#3E3B4A
(62,59,74)
#35323E
(53,50,62)
#2C2932
(44,41,50)
#232026
(35,32,38)
#1A171A
(26,23,26)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #6B6886

#6B6886
(107,104,134)
#787591
(120,117,145)
#85829C
(133,130,156)
#928FA7
(146,143,167)
#9F9CB2
(159,156,178)
#ACA9BD
(172,169,189)
#B9B6C8
(185,182,200)
#C6C3D3
(198,195,211)
#D3D0DE
(211,208,222)
#E0DDE9
(224,221,233)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6886 color. Also use rgb(107,104,134) instead hex code.

Text Font Color

.myTextColor { color: #6B6886; }

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

This text font color is #6B6886.


Background Color

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

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

This div background color is #6B6886.


Border color

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

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

This div border color is #6B6886.


Opacity

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

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

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

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

This text has shadow with #6B6886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6886 on black background.


Color preview on white background

This text has color #6B6886 on white background.



Black color preview on #6B6886 background

This text has black color on #6B6886 background.


White color preview on #6B6886 background

This text has white color on #6B6886 background.