COLOR #6D859D

HEX: #6D859D
RGB: (109,133,157)

Renk bilgisi

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

RGB renk modeli

#6D859D color RGB value is (109,133,157).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 133 of 255 = 52%
B 157 of 255 = 62%

109
133
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 133 + 157 = 399 (100%)
R 109 of 399 ~ 27.32%
G 133 of 399 ~ 33.33%
B 157 of 399 ~ 39.35%

%27.32
%33.33
%39.35

CMYK RENK MODELİ

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

  • camgöbeği tonu 30.57%
  • eflatun tonu 15.29%
  • 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
%15.29
%0
%38.43

Codes

Color #6D859D in popluar color models

6D859D
RGB109133157
HSL210°19.67%52.16%
HSB/HSV210°30.57%61.57%
CMYK30.57%15.29%0.00%
38.43%

Color #6D859D in popluar number systems.

HEX6D859D
Decimal109133157
Binary11011011000010110011101
Octal155205235

Shades and tints

Shades of #6D859D

#6D859D
(109,133,157)
#64798F
(100,121,143)
#5B6D81
(91,109,129)
#526173
(82,97,115)
#495565
(73,85,101)
#404957
(64,73,87)
#373D49
(55,61,73)
#2E313B
(46,49,59)
#25252D
(37,37,45)
#1C191F
(28,25,31)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #6D859D

#6D859D
(109,133,157)
#7A90A5
(122,144,165)
#879BAD
(135,155,173)
#94A6B5
(148,166,181)
#A1B1BD
(161,177,189)
#AEBCC5
(174,188,197)
#BBC7CD
(187,199,205)
#C8D2D5
(200,210,213)
#D5DDDD
(213,221,221)
#E2E8E5
(226,232,229)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D859D; }

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

This text font color is #6D859D.


Background Color

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

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

This div background color is #6D859D.


Border color

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

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

This div border color is #6D859D.


Opacity

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

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

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

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

This text has shadow with #6D859D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D859D on black background.


Color preview on white background

This text has color #6D859D on white background.



Black color preview on #6D859D background

This text has black color on #6D859D background.


White color preview on #6D859D background

This text has white color on #6D859D background.