COLOR #6D869D

HEX: #6D869D
RGB: (109,134,157)

Renk bilgisi

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

RGB renk modeli

#6D869D color RGB value is (109,134,157).

  • kırmız ton 109;
  • yeşil ton 134;
  • mavi ton 157.
RGB:
(109,134,157)
(43%,53%,62%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 134 of 255 = 53%
B 157 of 255 = 62%

109
134
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 134 + 157 = 400 (100%)
R 109 of 400 ~ 27.25%
G 134 of 400 ~ 33.5%
B 157 of 400 ~ 39.25%

%27.25
%33.5
%39.25

CMYK RENK MODELİ

#6D869D rengi CMYK tonu (31,15,0,38).

  • camgöbeği tonu 30.57%
  • eflatun tonu 14.65%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(31,15,0,38)
C31M15Y0K38 
(31%,15%,0%,38%)
(0.31/0.15/0.00/0.38)	

CMYK yüzdeleri

%30.57
%14.65
%0
%38.43

Codes

Color #6D869D in popluar color models

6D869D
RGB109134157
HSL209°19.67%52.16%
HSB/HSV209°30.57%61.57%
CMYK30.57%14.65%0.00%
38.43%

Color #6D869D in popluar number systems.

HEX6D869D
Decimal109134157
Binary11011011000011010011101
Octal155206235

Shades and tints

Shades of #6D869D

#6D869D
(109,134,157)
#647A8F
(100,122,143)
#5B6E81
(91,110,129)
#526273
(82,98,115)
#495665
(73,86,101)
#404A57
(64,74,87)
#373E49
(55,62,73)
#2E323B
(46,50,59)
#25262D
(37,38,45)
#1C1A1F
(28,26,31)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #6D869D

#6D869D
(109,134,157)
#7A91A5
(122,145,165)
#879CAD
(135,156,173)
#94A7B5
(148,167,181)
#A1B2BD
(161,178,189)
#AEBDC5
(174,189,197)
#BBC8CD
(187,200,205)
#C8D3D5
(200,211,213)
#D5DEDD
(213,222,221)
#E2E9E5
(226,233,229)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D869D color. Also use rgb(109,134,157) instead hex code.

Text Font Color

.myTextColor { color: #6D869D; }

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

This text font color is #6D869D.


Background Color

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

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

This div background color is #6D869D.


Border color

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

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

This div border color is #6D869D.


Opacity

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

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

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

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

This text has shadow with #6D869D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D869D on black background.


Color preview on white background

This text has color #6D869D on white background.



Black color preview on #6D869D background

This text has black color on #6D869D background.


White color preview on #6D869D background

This text has white color on #6D869D background.