COLOR #6B8199

HEX: #6B8199
RGB: (107,129,153)

Renk bilgisi

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

RGB renk modeli

#6B8199 color RGB value is (107,129,153).

  • kırmız ton 107;
  • yeşil ton 129;
  • mavi ton 153.
RGB:
(107,129,153)
(42%,51%,60%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 129 of 255 = 51%
B 153 of 255 = 60%

107
129
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 129 + 153 = 389 (100%)
R 107 of 389 ~ 27.51%
G 129 of 389 ~ 33.16%
B 153 of 389 ~ 39.33%

%27.51
%33.16
%39.33

CMYK RENK MODELİ

#6B8199 rengi CMYK tonu (30,16,0,40).

  • camgöbeği tonu 30.07%
  • eflatun tonu 15.69%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(30,16,0,40)
C30M16Y0K40 
(30%,16%,0%,40%)
(0.30/0.16/0.00/0.40)	

CMYK yüzdeleri

%30.07
%15.69
%0
%40

Codes

Color #6B8199 in popluar color models

6B8199
RGB107129153
HSL211°18.40%50.98%
HSB/HSV211°30.07%60.00%
CMYK30.07%15.69%0.00%
40.00%

Color #6B8199 in popluar number systems.

HEX6B8199
Decimal107129153
Binary11010111000000110011001
Octal153201231

Shades and tints

Shades of #6B8199

#6B8199
(107,129,153)
#62768C
(98,118,140)
#596B7F
(89,107,127)
#506072
(80,96,114)
#475565
(71,85,101)
#3E4A58
(62,74,88)
#353F4B
(53,63,75)
#2C343E
(44,52,62)
#232931
(35,41,49)
#1A1E24
(26,30,36)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #6B8199

#6B8199
(107,129,153)
#788CA2
(120,140,162)
#8597AB
(133,151,171)
#92A2B4
(146,162,180)
#9FADBD
(159,173,189)
#ACB8C6
(172,184,198)
#B9C3CF
(185,195,207)
#C6CED8
(198,206,216)
#D3D9E1
(211,217,225)
#E0E4EA
(224,228,234)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8199 color. Also use rgb(107,129,153) instead hex code.

Text Font Color

.myTextColor { color: #6B8199; }

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

This text font color is #6B8199.


Background Color

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

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

This div background color is #6B8199.


Border color

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

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

This div border color is #6B8199.


Opacity

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

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

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

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

This text has shadow with #6B8199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8199 on black background.


Color preview on white background

This text has color #6B8199 on white background.



Black color preview on #6B8199 background

This text has black color on #6B8199 background.


White color preview on #6B8199 background

This text has white color on #6B8199 background.