COLOR #6E52D2

HEX: #6E52D2
RGB: (110,82,210)

Renk bilgisi

#6E52D2 contains mainly blue color. #6E52D2 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6E52D2 color RGB value is (110,82,210).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 82 of 255 = 32%
B 210 of 255 = 82%

110
82
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 82 + 210 = 402 (100%)
R 110 of 402 ~ 27.36%
G 82 of 402 ~ 20.4%
B 210 of 402 ~ 52.24%

%27.36
%20.4
%52.24

CMYK RENK MODELİ

#6E52D2 rengi CMYK tonu (48,61,0,18).

  • camgöbeği tonu 47.62%
  • eflatun tonu 60.95%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(48,61,0,18)
C48M61Y0K18 
(48%,61%,0%,18%)
(0.48/0.61/0.00/0.18)	

CMYK yüzdeleri

%47.62
%60.95
%0
%17.65

Codes

Color #6E52D2 in popluar color models

6E52D2
RGB11082210
HSL253°58.72%57.25%
HSB/HSV253°60.95%82.35%
CMYK47.62%60.95%0.00%
17.65%

Color #6E52D2 in popluar number systems.

HEX6E52D2
Decimal11082210
Binary1101110101001011010010
Octal156122322

Shades and tints

Shades of #6E52D2

#6E52D2
(110,82,210)
#644BBF
(100,75,191)
#5A44AC
(90,68,172)
#503D99
(80,61,153)
#463686
(70,54,134)
#3C2F73
(60,47,115)
#322860
(50,40,96)
#28214D
(40,33,77)
#1E1A3A
(30,26,58)
#141327
(20,19,39)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #6E52D2

#6E52D2
(110,82,210)
#7B61D6
(123,97,214)
#8870DA
(136,112,218)
#957FDE
(149,127,222)
#A28EE2
(162,142,226)
#AF9DE6
(175,157,230)
#BCACEA
(188,172,234)
#C9BBEE
(201,187,238)
#D6CAF2
(214,202,242)
#E3D9F6
(227,217,246)
#F0E8FA
(240,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E52D2; }

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

This text font color is #6E52D2.


Background Color

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

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

This div background color is #6E52D2.


Border color

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

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

This div border color is #6E52D2.


Opacity

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

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

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

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

This text has shadow with #6E52D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E52D2 on black background.


Color preview on white background

This text has color #6E52D2 on white background.



Black color preview on #6E52D2 background

This text has black color on #6E52D2 background.


White color preview on #6E52D2 background

This text has white color on #6E52D2 background.