COLOR #6B7388

HEX: #6B7388
RGB: (107,115,136)

Renk bilgisi

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

RGB renk modeli

#6B7388 color RGB value is (107,115,136).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 115 of 255 = 45%
B 136 of 255 = 53%

107
115
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 115 + 136 = 358 (100%)
R 107 of 358 ~ 29.89%
G 115 of 358 ~ 32.12%
B 136 of 358 ~ 37.99%

%29.89
%32.12
%37.99

CMYK RENK MODELİ

#6B7388 rengi CMYK tonu (21,15,0,47).

  • camgöbeği tonu 21.32%
  • eflatun tonu 15.44%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(21,15,0,47)
C21M15Y0K47 
(21%,15%,0%,47%)
(0.21/0.15/0.00/0.47)	

CMYK yüzdeleri

%21.32
%15.44
%0
%46.67

Codes

Color #6B7388 in popluar color models

6B7388
RGB107115136
HSL223°11.93%47.65%
HSB/HSV223°21.32%53.33%
CMYK21.32%15.44%0.00%
46.67%

Color #6B7388 in popluar number systems.

HEX6B7388
Decimal107115136
Binary1101011111001110001000
Octal153163210

Shades and tints

Shades of #6B7388

#6B7388
(107,115,136)
#62697C
(98,105,124)
#595F70
(89,95,112)
#505564
(80,85,100)
#474B58
(71,75,88)
#3E414C
(62,65,76)
#353740
(53,55,64)
#2C2D34
(44,45,52)
#232328
(35,35,40)
#1A191C
(26,25,28)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #6B7388

#6B7388
(107,115,136)
#787F92
(120,127,146)
#858B9C
(133,139,156)
#9297A6
(146,151,166)
#9FA3B0
(159,163,176)
#ACAFBA
(172,175,186)
#B9BBC4
(185,187,196)
#C6C7CE
(198,199,206)
#D3D3D8
(211,211,216)
#E0DFE2
(224,223,226)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7388; }

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

This text font color is #6B7388.


Background Color

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

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

This div background color is #6B7388.


Border color

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

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

This div border color is #6B7388.


Opacity

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

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

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

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

This text has shadow with #6B7388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7388 on black background.


Color preview on white background

This text has color #6B7388 on white background.



Black color preview on #6B7388 background

This text has black color on #6B7388 background.


White color preview on #6B7388 background

This text has white color on #6B7388 background.