COLOR #6C829A

HEX: #6C829A
RGB: (108,130,154)

Renk bilgisi

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

RGB renk modeli

#6C829A color RGB value is (108,130,154).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 130 of 255 = 51%
B 154 of 255 = 60%

108
130
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 130 + 154 = 392 (100%)
R 108 of 392 ~ 27.55%
G 130 of 392 ~ 33.16%
B 154 of 392 ~ 39.29%

%27.55
%33.16
%39.29

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%29.87
%15.58
%0
%39.61

Codes

Color #6C829A in popluar color models

6C829A
RGB108130154
HSL211°18.55%51.37%
HSB/HSV211°29.87%60.39%
CMYK29.87%15.58%0.00%
39.61%

Color #6C829A in popluar number systems.

HEX6C829A
Decimal108130154
Binary11011001000001010011010
Octal154202232

Shades and tints

Shades of #6C829A

#6C829A
(108,130,154)
#63778C
(99,119,140)
#5A6C7E
(90,108,126)
#516170
(81,97,112)
#485662
(72,86,98)
#3F4B54
(63,75,84)
#364046
(54,64,70)
#2D3538
(45,53,56)
#242A2A
(36,42,42)
#1B1F1C
(27,31,28)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #6C829A

#6C829A
(108,130,154)
#798DA3
(121,141,163)
#8698AC
(134,152,172)
#93A3B5
(147,163,181)
#A0AEBE
(160,174,190)
#ADB9C7
(173,185,199)
#BAC4D0
(186,196,208)
#C7CFD9
(199,207,217)
#D4DAE2
(212,218,226)
#E1E5EB
(225,229,235)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C829A; }

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

This text font color is #6C829A.


Background Color

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

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

This div background color is #6C829A.


Border color

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

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

This div border color is #6C829A.


Opacity

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

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

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

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

This text has shadow with #6C829A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C829A on black background.


Color preview on white background

This text has color #6C829A on white background.



Black color preview on #6C829A background

This text has black color on #6C829A background.


White color preview on #6C829A background

This text has white color on #6C829A background.