COLOR #6E425B

HEX: #6E425B
RGB: (110,66,91)

Renk bilgisi

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

RGB renk modeli

#6E425B color RGB value is (110,66,91).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 66 of 255 = 26%
B 91 of 255 = 36%

110
66
91

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 66 + 91 = 267 (100%)
R 110 of 267 ~ 41.2%
G 66 of 267 ~ 24.72%
B 91 of 267 ~ 34.08%

%41.2
%24.72
%34.08

CMYK RENK MODELİ

#6E425B rengi CMYK tonu (0,40,17,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.00%
  • sarı tonu 17.27%
  • ana renk tonu 56.86%
CMYK:
(0,40,17,57)
C0M40Y17K57 
(0%,40%,17%,57%)
(0.00/0.40/0.17/0.57)	

CMYK yüzdeleri

%0
%40
%17.27
%56.86

Codes

Color #6E425B in popluar color models

6E425B
RGB1106691
HSL326°25.00%34.51%
HSB/HSV326°40.00%43.14%
CMYK0.00%40.00%17.27%
56.86%

Color #6E425B in popluar number systems.

HEX6E425B
Decimal1106691
Binary110111010000101011011
Octal156102133

Shades and tints

Shades of #6E425B

#6E425B
(110,66,91)
#643C53
(100,60,83)
#5A364B
(90,54,75)
#503043
(80,48,67)
#462A3B
(70,42,59)
#3C2433
(60,36,51)
#321E2B
(50,30,43)
#281823
(40,24,35)
#1E121B
(30,18,27)
#140C13
(20,12,19)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #6E425B

#6E425B
(110,66,91)
#7B5369
(123,83,105)
#886477
(136,100,119)
#957585
(149,117,133)
#A28693
(162,134,147)
#AF97A1
(175,151,161)
#BCA8AF
(188,168,175)
#C9B9BD
(201,185,189)
#D6CACB
(214,202,203)
#E3DBD9
(227,219,217)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E425B; }

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

This text font color is #6E425B.


Background Color

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

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

This div background color is #6E425B.


Border color

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

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

This div border color is #6E425B.


Opacity

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

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

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

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

This text has shadow with #6E425B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E425B on black background.


Color preview on white background

This text has color #6E425B on white background.



Black color preview on #6E425B background

This text has black color on #6E425B background.


White color preview on #6E425B background

This text has white color on #6E425B background.