COLOR #6E6481

HEX: #6E6481
RGB: (110,100,129)

Renk bilgisi

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

RGB renk modeli

#6E6481 color RGB value is (110,100,129).

  • kırmız ton 110;
  • yeşil ton 100;
  • mavi ton 129.
RGB:
(110,100,129)
(43%,39%,51%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 100 of 255 = 39%
B 129 of 255 = 51%

110
100
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 100 + 129 = 339 (100%)
R 110 of 339 ~ 32.45%
G 100 of 339 ~ 29.5%
B 129 of 339 ~ 38.05%

%32.45
%29.5
%38.05

CMYK RENK MODELİ

#6E6481 rengi CMYK tonu (15,22,0,49).

  • camgöbeği tonu 14.73%
  • eflatun tonu 22.48%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(15,22,0,49)
C15M22Y0K49 
(15%,22%,0%,49%)
(0.15/0.22/0.00/0.49)	

CMYK yüzdeleri

%14.73
%22.48
%0
%49.41

Codes

Color #6E6481 in popluar color models

6E6481
RGB110100129
HSL261°12.66%44.90%
HSB/HSV261°22.48%50.59%
CMYK14.73%22.48%0.00%
49.41%

Color #6E6481 in popluar number systems.

HEX6E6481
Decimal110100129
Binary1101110110010010000001
Octal156144201

Shades and tints

Shades of #6E6481

#6E6481
(110,100,129)
#645B76
(100,91,118)
#5A526B
(90,82,107)
#504960
(80,73,96)
#464055
(70,64,85)
#3C374A
(60,55,74)
#322E3F
(50,46,63)
#282534
(40,37,52)
#1E1C29
(30,28,41)
#14131E
(20,19,30)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #6E6481

#6E6481
(110,100,129)
#7B728C
(123,114,140)
#888097
(136,128,151)
#958EA2
(149,142,162)
#A29CAD
(162,156,173)
#AFAAB8
(175,170,184)
#BCB8C3
(188,184,195)
#C9C6CE
(201,198,206)
#D6D4D9
(214,212,217)
#E3E2E4
(227,226,228)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6481 color. Also use rgb(110,100,129) instead hex code.

Text Font Color

.myTextColor { color: #6E6481; }

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

This text font color is #6E6481.


Background Color

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

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

This div background color is #6E6481.


Border color

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

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

This div border color is #6E6481.


Opacity

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

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

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

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

This text has shadow with #6E6481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6481 on black background.


Color preview on white background

This text has color #6E6481 on white background.



Black color preview on #6E6481 background

This text has black color on #6E6481 background.


White color preview on #6E6481 background

This text has white color on #6E6481 background.