COLOR #6E829A

HEX: #6E829A
RGB: (110,130,154)

Renk bilgisi

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

RGB renk modeli

#6E829A color RGB value is (110,130,154).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 130 of 255 = 51%
B 154 of 255 = 60%

110
130
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 130 + 154 = 394 (100%)
R 110 of 394 ~ 27.92%
G 130 of 394 ~ 32.99%
B 154 of 394 ~ 39.09%

%27.92
%32.99
%39.09

CMYK RENK MODELİ

#6E829A rengi CMYK tonu (29,16,0,40).

  • camgöbeği tonu 28.57%
  • eflatun tonu 15.58%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(29,16,0,40)
C29M16Y0K40 
(29%,16%,0%,40%)
(0.29/0.16/0.00/0.40)	

CMYK yüzdeleri

%28.57
%15.58
%0
%39.61

Codes

Color #6E829A in popluar color models

6E829A
RGB110130154
HSL213°17.89%51.76%
HSB/HSV213°28.57%60.39%
CMYK28.57%15.58%0.00%
39.61%

Color #6E829A in popluar number systems.

HEX6E829A
Decimal110130154
Binary11011101000001010011010
Octal156202232

Shades and tints

Shades of #6E829A

#6E829A
(110,130,154)
#64778C
(100,119,140)
#5A6C7E
(90,108,126)
#506170
(80,97,112)
#465662
(70,86,98)
#3C4B54
(60,75,84)
#324046
(50,64,70)
#283538
(40,53,56)
#1E2A2A
(30,42,42)
#141F1C
(20,31,28)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #6E829A

#6E829A
(110,130,154)
#7B8DA3
(123,141,163)
#8898AC
(136,152,172)
#95A3B5
(149,163,181)
#A2AEBE
(162,174,190)
#AFB9C7
(175,185,199)
#BCC4D0
(188,196,208)
#C9CFD9
(201,207,217)
#D6DAE2
(214,218,226)
#E3E5EB
(227,229,235)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E829A; }

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

This text font color is #6E829A.


Background Color

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

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

This div background color is #6E829A.


Border color

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

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

This div border color is #6E829A.


Opacity

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

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

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

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

This text has shadow with #6E829A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E829A on black background.


Color preview on white background

This text has color #6E829A on white background.



Black color preview on #6E829A background

This text has black color on #6E829A background.


White color preview on #6E829A background

This text has white color on #6E829A background.