COLOR #6E2997

HEX: #6E2997
RGB: (110,41,151)

Renk bilgisi

#6E2997 contains mainly red and blue colors. #6E2997 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6E2997 color RGB value is (110,41,151).

  • kırmız ton 110;
  • yeşil ton 41;
  • mavi ton 151.
RGB:
(110,41,151)
(43%,16%,59%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 41 of 255 = 16%
B 151 of 255 = 59%

110
41
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 41 + 151 = 302 (100%)
R 110 of 302 ~ 36.42%
G 41 of 302 ~ 13.58%
B 151 of 302 ~ 50%

%36.42
%13.58
%50

CMYK RENK MODELİ

#6E2997 rengi CMYK tonu (27,73,0,41).

  • camgöbeği tonu 27.15%
  • eflatun tonu 72.85%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(27,73,0,41)
C27M73Y0K41 
(27%,73%,0%,41%)
(0.27/0.73/0.00/0.41)	

CMYK yüzdeleri

%27.15
%72.85
%0
%40.78

Codes

Color #6E2997 in popluar color models

6E2997
RGB11041151
HSL278°57.29%37.65%
HSB/HSV278°72.85%59.22%
CMYK27.15%72.85%0.00%
40.78%

Color #6E2997 in popluar number systems.

HEX6E2997
Decimal11041151
Binary110111010100110010111
Octal15651227

Shades and tints

Shades of #6E2997

#6E2997
(110,41,151)
#64268A
(100,38,138)
#5A237D
(90,35,125)
#502070
(80,32,112)
#461D63
(70,29,99)
#3C1A56
(60,26,86)
#321749
(50,23,73)
#28143C
(40,20,60)
#1E112F
(30,17,47)
#140E22
(20,14,34)
#0A0B15
(10,11,21)
#000000
(0,0,0)

Tints of #6E2997

#6E2997
(110,41,151)
#7B3CA0
(123,60,160)
#884FA9
(136,79,169)
#9562B2
(149,98,178)
#A275BB
(162,117,187)
#AF88C4
(175,136,196)
#BC9BCD
(188,155,205)
#C9AED6
(201,174,214)
#D6C1DF
(214,193,223)
#E3D4E8
(227,212,232)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2997 color. Also use rgb(110,41,151) instead hex code.

Text Font Color

.myTextColor { color: #6E2997; }

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

This text font color is #6E2997.


Background Color

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

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

This div background color is #6E2997.


Border color

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

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

This div border color is #6E2997.


Opacity

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

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

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

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

This text has shadow with #6E2997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2997 on black background.


Color preview on white background

This text has color #6E2997 on white background.



Black color preview on #6E2997 background

This text has black color on #6E2997 background.


White color preview on #6E2997 background

This text has white color on #6E2997 background.