COLOR #6E425A

HEX: #6E425A
RGB: (110,66,90)

Renk bilgisi

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

RGB renk modeli

#6E425A color RGB value is (110,66,90).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 66 of 255 = 26%
B 90 of 255 = 35%

110
66
90

R + G + B ~ 35%. #6E425A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 66 + 90 = 266 (100%)
R 110 of 266 ~ 41.35%
G 66 of 266 ~ 24.81%
B 90 of 266 ~ 33.83%

%41.35
%24.81
%33.83

CMYK RENK MODELİ

#6E425A rengi CMYK tonu (0,40,18,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.00%
  • sarı tonu 18.18%
  • ana renk tonu 56.86%
CMYK:
(0,40,18,57)
C0M40Y18K57 
(0%,40%,18%,57%)
(0.00/0.40/0.18/0.57)	

CMYK yüzdeleri

%0
%40
%18.18
%56.86

Codes

Color #6E425A in popluar color models

6E425A
RGB1106690
HSL327°25.00%34.51%
HSB/HSV327°40.00%43.14%
CMYK0.00%40.00%18.18%
56.86%

Color #6E425A in popluar number systems.

HEX6E425A
Decimal1106690
Binary110111010000101011010
Octal156102132

Shades and tints

Shades of #6E425A

#6E425A
(110,66,90)
#643C52
(100,60,82)
#5A364A
(90,54,74)
#503042
(80,48,66)
#462A3A
(70,42,58)
#3C2432
(60,36,50)
#321E2A
(50,30,42)
#281822
(40,24,34)
#1E121A
(30,18,26)
#140C12
(20,12,18)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #6E425A

#6E425A
(110,66,90)
#7B5369
(123,83,105)
#886478
(136,100,120)
#957587
(149,117,135)
#A28696
(162,134,150)
#AF97A5
(175,151,165)
#BCA8B4
(188,168,180)
#C9B9C3
(201,185,195)
#D6CAD2
(214,202,210)
#E3DBE1
(227,219,225)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E425A; }

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

This text font color is #6E425A.


Background Color

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

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

This div background color is #6E425A.


Border color

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

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

This div border color is #6E425A.


Opacity

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

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

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

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

This text has shadow with #6E425A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E425A on black background.


Color preview on white background

This text has color #6E425A on white background.



Black color preview on #6E425A background

This text has black color on #6E425A background.


White color preview on #6E425A background

This text has white color on #6E425A background.