COLOR #6E629B

HEX: #6E629B
RGB: (110,98,155)

Renk bilgisi

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

RGB renk modeli

#6E629B color RGB value is (110,98,155).

  • kırmız ton 110;
  • yeşil ton 98;
  • mavi ton 155.
RGB:
(110,98,155)
(43%,38%,61%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 98 of 255 = 38%
B 155 of 255 = 61%

110
98
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 98 + 155 = 363 (100%)
R 110 of 363 ~ 30.3%
G 98 of 363 ~ 27%
B 155 of 363 ~ 42.7%

%30.3
%27
%42.7

CMYK RENK MODELİ

#6E629B rengi CMYK tonu (29,37,0,39).

  • camgöbeği tonu 29.03%
  • eflatun tonu 36.77%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(29,37,0,39)
C29M37Y0K39 
(29%,37%,0%,39%)
(0.29/0.37/0.00/0.39)	

CMYK yüzdeleri

%29.03
%36.77
%0
%39.22

Codes

Color #6E629B in popluar color models

6E629B
RGB11098155
HSL253°22.53%49.61%
HSB/HSV253°36.77%60.78%
CMYK29.03%36.77%0.00%
39.22%

Color #6E629B in popluar number systems.

HEX6E629B
Decimal11098155
Binary1101110110001010011011
Octal156142233

Shades and tints

Shades of #6E629B

#6E629B
(110,98,155)
#645A8D
(100,90,141)
#5A527F
(90,82,127)
#504A71
(80,74,113)
#464263
(70,66,99)
#3C3A55
(60,58,85)
#323247
(50,50,71)
#282A39
(40,42,57)
#1E222B
(30,34,43)
#141A1D
(20,26,29)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #6E629B

#6E629B
(110,98,155)
#7B70A4
(123,112,164)
#887EAD
(136,126,173)
#958CB6
(149,140,182)
#A29ABF
(162,154,191)
#AFA8C8
(175,168,200)
#BCB6D1
(188,182,209)
#C9C4DA
(201,196,218)
#D6D2E3
(214,210,227)
#E3E0EC
(227,224,236)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E629B color. Also use rgb(110,98,155) instead hex code.

Text Font Color

.myTextColor { color: #6E629B; }

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

This text font color is #6E629B.


Background Color

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

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

This div background color is #6E629B.


Border color

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

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

This div border color is #6E629B.


Opacity

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

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

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

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

This text has shadow with #6E629B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E629B on black background.


Color preview on white background

This text has color #6E629B on white background.



Black color preview on #6E629B background

This text has black color on #6E629B background.


White color preview on #6E629B background

This text has white color on #6E629B background.