COLOR #6B7396

HEX: #6B7396
RGB: (107,115,150)

Renk bilgisi

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

RGB renk modeli

#6B7396 color RGB value is (107,115,150).

  • kırmız ton 107;
  • yeşil ton 115;
  • mavi ton 150.
RGB:
(107,115,150)
(42%,45%,59%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 115 of 255 = 45%
B 150 of 255 = 59%

107
115
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 115 + 150 = 372 (100%)
R 107 of 372 ~ 28.76%
G 115 of 372 ~ 30.91%
B 150 of 372 ~ 40.32%

%28.76
%30.91
%40.32

CMYK RENK MODELİ

#6B7396 rengi CMYK tonu (29,23,0,41).

  • camgöbeği tonu 28.67%
  • eflatun tonu 23.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(29,23,0,41)
C29M23Y0K41 
(29%,23%,0%,41%)
(0.29/0.23/0.00/0.41)	

CMYK yüzdeleri

%28.67
%23.33
%0
%41.18

Codes

Color #6B7396 in popluar color models

6B7396
RGB107115150
HSL229°17.00%50.39%
HSB/HSV229°28.67%58.82%
CMYK28.67%23.33%0.00%
41.18%

Color #6B7396 in popluar number systems.

HEX6B7396
Decimal107115150
Binary1101011111001110010110
Octal153163226

Shades and tints

Shades of #6B7396

#6B7396
(107,115,150)
#626989
(98,105,137)
#595F7C
(89,95,124)
#50556F
(80,85,111)
#474B62
(71,75,98)
#3E4155
(62,65,85)
#353748
(53,55,72)
#2C2D3B
(44,45,59)
#23232E
(35,35,46)
#1A1921
(26,25,33)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #6B7396

#6B7396
(107,115,150)
#787F9F
(120,127,159)
#858BA8
(133,139,168)
#9297B1
(146,151,177)
#9FA3BA
(159,163,186)
#ACAFC3
(172,175,195)
#B9BBCC
(185,187,204)
#C6C7D5
(198,199,213)
#D3D3DE
(211,211,222)
#E0DFE7
(224,223,231)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7396 color. Also use rgb(107,115,150) instead hex code.

Text Font Color

.myTextColor { color: #6B7396; }

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

This text font color is #6B7396.


Background Color

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

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

This div background color is #6B7396.


Border color

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

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

This div border color is #6B7396.


Opacity

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

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

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

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

This text has shadow with #6B7396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7396 on black background.


Color preview on white background

This text has color #6B7396 on white background.



Black color preview on #6B7396 background

This text has black color on #6B7396 background.


White color preview on #6B7396 background

This text has white color on #6B7396 background.