COLOR #6B809B

HEX: #6B809B
RGB: (107,128,155)

Renk bilgisi

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

RGB renk modeli

#6B809B color RGB value is (107,128,155).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 128 of 255 = 50%
B 155 of 255 = 61%

107
128
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 128 + 155 = 390 (100%)
R 107 of 390 ~ 27.44%
G 128 of 390 ~ 32.82%
B 155 of 390 ~ 39.74%

%27.44
%32.82
%39.74

CMYK RENK MODELİ

#6B809B rengi CMYK tonu (31,17,0,39).

  • camgöbeği tonu 30.97%
  • eflatun tonu 17.42%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(31,17,0,39)
C31M17Y0K39 
(31%,17%,0%,39%)
(0.31/0.17/0.00/0.39)	

CMYK yüzdeleri

%30.97
%17.42
%0
%39.22

Codes

Color #6B809B in popluar color models

6B809B
RGB107128155
HSL214°19.35%51.37%
HSB/HSV214°30.97%60.78%
CMYK30.97%17.42%0.00%
39.22%

Color #6B809B in popluar number systems.

HEX6B809B
Decimal107128155
Binary11010111000000010011011
Octal153200233

Shades and tints

Shades of #6B809B

#6B809B
(107,128,155)
#62758D
(98,117,141)
#596A7F
(89,106,127)
#505F71
(80,95,113)
#475463
(71,84,99)
#3E4955
(62,73,85)
#353E47
(53,62,71)
#2C3339
(44,51,57)
#23282B
(35,40,43)
#1A1D1D
(26,29,29)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #6B809B

#6B809B
(107,128,155)
#788BA4
(120,139,164)
#8596AD
(133,150,173)
#92A1B6
(146,161,182)
#9FACBF
(159,172,191)
#ACB7C8
(172,183,200)
#B9C2D1
(185,194,209)
#C6CDDA
(198,205,218)
#D3D8E3
(211,216,227)
#E0E3EC
(224,227,236)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B809B; }

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

This text font color is #6B809B.


Background Color

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

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

This div background color is #6B809B.


Border color

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

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

This div border color is #6B809B.


Opacity

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

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

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

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

This text has shadow with #6B809B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B809B on black background.


Color preview on white background

This text has color #6B809B on white background.



Black color preview on #6B809B background

This text has black color on #6B809B background.


White color preview on #6B809B background

This text has white color on #6B809B background.