COLOR #6E5268

HEX: #6E5268
RGB: (110,82,104)

Renk bilgisi

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

RGB renk modeli

#6E5268 color RGB value is (110,82,104).

  • kırmız ton 110;
  • yeşil ton 82;
  • mavi ton 104.
RGB:
(110,82,104)
(43%,32%,41%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 82 of 255 = 32%
B 104 of 255 = 41%

110
82
104

R + G + B ~ 39%. #6E5268 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 82 + 104 = 296 (100%)
R 110 of 296 ~ 37.16%
G 82 of 296 ~ 27.7%
B 104 of 296 ~ 35.14%

%37.16
%27.7
%35.14

CMYK RENK MODELİ

#6E5268 rengi CMYK tonu (0,25,5,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.45%
  • sarı tonu 5.45%
  • ana renk tonu 56.86%
CMYK:
(0,25,5,57)
C0M25Y5K57 
(0%,25%,5%,57%)
(0.00/0.25/0.05/0.57)	

CMYK yüzdeleri

%0
%25.45
%5.45
%56.86

Codes

Color #6E5268 in popluar color models

6E5268
RGB11082104
HSL313°14.58%37.65%
HSB/HSV313°25.45%43.14%
CMYK0.00%25.45%5.45%
56.86%

Color #6E5268 in popluar number systems.

HEX6E5268
Decimal11082104
Binary110111010100101101000
Octal156122150

Shades and tints

Shades of #6E5268

#6E5268
(110,82,104)
#644B5F
(100,75,95)
#5A4456
(90,68,86)
#503D4D
(80,61,77)
#463644
(70,54,68)
#3C2F3B
(60,47,59)
#322832
(50,40,50)
#282129
(40,33,41)
#1E1A20
(30,26,32)
#141317
(20,19,23)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #6E5268

#6E5268
(110,82,104)
#7B6175
(123,97,117)
#887082
(136,112,130)
#957F8F
(149,127,143)
#A28E9C
(162,142,156)
#AF9DA9
(175,157,169)
#BCACB6
(188,172,182)
#C9BBC3
(201,187,195)
#D6CAD0
(214,202,208)
#E3D9DD
(227,217,221)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5268 color. Also use rgb(110,82,104) instead hex code.

Text Font Color

.myTextColor { color: #6E5268; }

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

This text font color is #6E5268.


Background Color

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

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

This div background color is #6E5268.


Border color

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

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

This div border color is #6E5268.


Opacity

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

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

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

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

This text has shadow with #6E5268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5268 on black background.


Color preview on white background

This text has color #6E5268 on white background.



Black color preview on #6E5268 background

This text has black color on #6E5268 background.


White color preview on #6E5268 background

This text has white color on #6E5268 background.