COLOR #6B6386

HEX: #6B6386
RGB: (107,99,134)

Renk bilgisi

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

RGB renk modeli

#6B6386 color RGB value is (107,99,134).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 99 of 255 = 39%
B 134 of 255 = 53%

107
99
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 99 + 134 = 340 (100%)
R 107 of 340 ~ 31.47%
G 99 of 340 ~ 29.12%
B 134 of 340 ~ 39.41%

%31.47
%29.12
%39.41

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%20.15
%26.12
%0
%47.45

Codes

Color #6B6386 in popluar color models

6B6386
RGB10799134
HSL254°15.02%45.69%
HSB/HSV254°26.12%52.55%
CMYK20.15%26.12%0.00%
47.45%

Color #6B6386 in popluar number systems.

HEX6B6386
Decimal10799134
Binary1101011110001110000110
Octal153143206

Shades and tints

Shades of #6B6386

#6B6386
(107,99,134)
#625A7A
(98,90,122)
#59516E
(89,81,110)
#504862
(80,72,98)
#473F56
(71,63,86)
#3E364A
(62,54,74)
#352D3E
(53,45,62)
#2C2432
(44,36,50)
#231B26
(35,27,38)
#1A121A
(26,18,26)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #6B6386

#6B6386
(107,99,134)
#787191
(120,113,145)
#857F9C
(133,127,156)
#928DA7
(146,141,167)
#9F9BB2
(159,155,178)
#ACA9BD
(172,169,189)
#B9B7C8
(185,183,200)
#C6C5D3
(198,197,211)
#D3D3DE
(211,211,222)
#E0E1E9
(224,225,233)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6386; }

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

This text font color is #6B6386.


Background Color

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

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

This div background color is #6B6386.


Border color

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

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

This div border color is #6B6386.


Opacity

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

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

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

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

This text has shadow with #6B6386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6386 on black background.


Color preview on white background

This text has color #6B6386 on white background.



Black color preview on #6B6386 background

This text has black color on #6B6386 background.


White color preview on #6B6386 background

This text has white color on #6B6386 background.