COLOR #6C829D

HEX: #6C829D
RGB: (108,130,157)

Renk bilgisi

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

RGB renk modeli

#6C829D color RGB value is (108,130,157).

  • kırmız ton 108;
  • yeşil ton 130;
  • mavi ton 157.
RGB:
(108,130,157)
(42%,51%,62%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 130 of 255 = 51%
B 157 of 255 = 62%

108
130
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 130 + 157 = 395 (100%)
R 108 of 395 ~ 27.34%
G 130 of 395 ~ 32.91%
B 157 of 395 ~ 39.75%

%27.34
%32.91
%39.75

CMYK RENK MODELİ

#6C829D rengi CMYK tonu (31,17,0,38).

  • camgöbeği tonu 31.21%
  • eflatun tonu 17.20%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(31,17,0,38)
C31M17Y0K38 
(31%,17%,0%,38%)
(0.31/0.17/0.00/0.38)	

CMYK yüzdeleri

%31.21
%17.2
%0
%38.43

Codes

Color #6C829D in popluar color models

6C829D
RGB108130157
HSL213°20.00%51.96%
HSB/HSV213°31.21%61.57%
CMYK31.21%17.20%0.00%
38.43%

Color #6C829D in popluar number systems.

HEX6C829D
Decimal108130157
Binary11011001000001010011101
Octal154202235

Shades and tints

Shades of #6C829D

#6C829D
(108,130,157)
#63778F
(99,119,143)
#5A6C81
(90,108,129)
#516173
(81,97,115)
#485665
(72,86,101)
#3F4B57
(63,75,87)
#364049
(54,64,73)
#2D353B
(45,53,59)
#242A2D
(36,42,45)
#1B1F1F
(27,31,31)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #6C829D

#6C829D
(108,130,157)
#798DA5
(121,141,165)
#8698AD
(134,152,173)
#93A3B5
(147,163,181)
#A0AEBD
(160,174,189)
#ADB9C5
(173,185,197)
#BAC4CD
(186,196,205)
#C7CFD5
(199,207,213)
#D4DADD
(212,218,221)
#E1E5E5
(225,229,229)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C829D color. Also use rgb(108,130,157) instead hex code.

Text Font Color

.myTextColor { color: #6C829D; }

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

This text font color is #6C829D.


Background Color

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

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

This div background color is #6C829D.


Border color

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

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

This div border color is #6C829D.


Opacity

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

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

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

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

This text has shadow with #6C829D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C829D on black background.


Color preview on white background

This text has color #6C829D on white background.



Black color preview on #6C829D background

This text has black color on #6C829D background.


White color preview on #6C829D background

This text has white color on #6C829D background.