COLOR #6B839B

HEX: #6B839B
RGB: (107,131,155)

Renk bilgisi

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

RGB renk modeli

#6B839B color RGB value is (107,131,155).

  • kırmız ton 107;
  • yeşil ton 131;
  • mavi ton 155.
RGB:
(107,131,155)
(42%,51%,61%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 131 of 255 = 51%
B 155 of 255 = 61%

107
131
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 131 + 155 = 393 (100%)
R 107 of 393 ~ 27.23%
G 131 of 393 ~ 33.33%
B 155 of 393 ~ 39.44%

%27.23
%33.33
%39.44

CMYK RENK MODELİ

#6B839B rengi CMYK tonu (31,15,0,39).

  • camgöbeği tonu 30.97%
  • eflatun tonu 15.48%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(31,15,0,39)
C31M15Y0K39 
(31%,15%,0%,39%)
(0.31/0.15/0.00/0.39)	

CMYK yüzdeleri

%30.97
%15.48
%0
%39.22

Codes

Color #6B839B in popluar color models

6B839B
RGB107131155
HSL210°19.35%51.37%
HSB/HSV210°30.97%60.78%
CMYK30.97%15.48%0.00%
39.22%

Color #6B839B in popluar number systems.

HEX6B839B
Decimal107131155
Binary11010111000001110011011
Octal153203233

Shades and tints

Shades of #6B839B

#6B839B
(107,131,155)
#62788D
(98,120,141)
#596D7F
(89,109,127)
#506271
(80,98,113)
#475763
(71,87,99)
#3E4C55
(62,76,85)
#354147
(53,65,71)
#2C3639
(44,54,57)
#232B2B
(35,43,43)
#1A201D
(26,32,29)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #6B839B

#6B839B
(107,131,155)
#788EA4
(120,142,164)
#8599AD
(133,153,173)
#92A4B6
(146,164,182)
#9FAFBF
(159,175,191)
#ACBAC8
(172,186,200)
#B9C5D1
(185,197,209)
#C6D0DA
(198,208,218)
#D3DBE3
(211,219,227)
#E0E6EC
(224,230,236)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B839B color. Also use rgb(107,131,155) instead hex code.

Text Font Color

.myTextColor { color: #6B839B; }

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

This text font color is #6B839B.


Background Color

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

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

This div background color is #6B839B.


Border color

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

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

This div border color is #6B839B.


Opacity

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

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

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

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

This text has shadow with #6B839B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B839B on black background.


Color preview on white background

This text has color #6B839B on white background.



Black color preview on #6B839B background

This text has black color on #6B839B background.


White color preview on #6B839B background

This text has white color on #6B839B background.