COLOR #6E495A

HEX: #6E495A
RGB: (110,73,90)

Renk bilgisi

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

RGB renk modeli

#6E495A color RGB value is (110,73,90).

  • kırmız ton 110;
  • yeşil ton 73;
  • mavi ton 90.
RGB:
(110,73,90)
(43%,29%,35%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 73 of 255 = 29%
B 90 of 255 = 35%

110
73
90

R + G + B ~ 36%. #6E495A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 73 + 90 = 273 (100%)
R 110 of 273 ~ 40.29%
G 73 of 273 ~ 26.74%
B 90 of 273 ~ 32.97%

%40.29
%26.74
%32.97

CMYK RENK MODELİ

#6E495A rengi CMYK tonu (0,34,18,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.64%
  • sarı tonu 18.18%
  • ana renk tonu 56.86%
CMYK:
(0,34,18,57)
C0M34Y18K57 
(0%,34%,18%,57%)
(0.00/0.34/0.18/0.57)	

CMYK yüzdeleri

%0
%33.64
%18.18
%56.86

Codes

Color #6E495A in popluar color models

6E495A
RGB1107390
HSL332°20.22%35.88%
HSB/HSV332°33.64%43.14%
CMYK0.00%33.64%18.18%
56.86%

Color #6E495A in popluar number systems.

HEX6E495A
Decimal1107390
Binary110111010010011011010
Octal156111132

Shades and tints

Shades of #6E495A

#6E495A
(110,73,90)
#644352
(100,67,82)
#5A3D4A
(90,61,74)
#503742
(80,55,66)
#46313A
(70,49,58)
#3C2B32
(60,43,50)
#32252A
(50,37,42)
#281F22
(40,31,34)
#1E191A
(30,25,26)
#141312
(20,19,18)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #6E495A

#6E495A
(110,73,90)
#7B5969
(123,89,105)
#886978
(136,105,120)
#957987
(149,121,135)
#A28996
(162,137,150)
#AF99A5
(175,153,165)
#BCA9B4
(188,169,180)
#C9B9C3
(201,185,195)
#D6C9D2
(214,201,210)
#E3D9E1
(227,217,225)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E495A color. Also use rgb(110,73,90) instead hex code.

Text Font Color

.myTextColor { color: #6E495A; }

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

This text font color is #6E495A.


Background Color

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

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

This div background color is #6E495A.


Border color

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

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

This div border color is #6E495A.


Opacity

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

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

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

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

This text has shadow with #6E495A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E495A on black background.


Color preview on white background

This text has color #6E495A on white background.



Black color preview on #6E495A background

This text has black color on #6E495A background.


White color preview on #6E495A background

This text has white color on #6E495A background.