COLOR #6E5FDB

HEX: #6E5FDB
RGB: (110,95,219)

Renk bilgisi

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

RGB renk modeli

#6E5FDB color RGB value is (110,95,219).

  • kırmız ton 110;
  • yeşil ton 95;
  • mavi ton 219.
RGB:
(110,95,219)
(43%,37%,86%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 95 of 255 = 37%
B 219 of 255 = 86%

110
95
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 95 + 219 = 424 (100%)
R 110 of 424 ~ 25.94%
G 95 of 424 ~ 22.41%
B 219 of 424 ~ 51.65%

%25.94
%22.41
%51.65

CMYK RENK MODELİ

#6E5FDB rengi CMYK tonu (50,57,0,14).

  • camgöbeği tonu 49.77%
  • eflatun tonu 56.62%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(50,57,0,14)
C50M57Y0K14 
(50%,57%,0%,14%)
(0.50/0.57/0.00/0.14)	

CMYK yüzdeleri

%49.77
%56.62
%0
%14.12

Codes

Color #6E5FDB in popluar color models

6E5FDB
RGB11095219
HSL247°63.27%61.57%
HSB/HSV247°56.62%85.88%
CMYK49.77%56.62%0.00%
14.12%

Color #6E5FDB in popluar number systems.

HEX6E5FDB
Decimal11095219
Binary1101110101111111011011
Octal156137333

Shades and tints

Shades of #6E5FDB

#6E5FDB
(110,95,219)
#6457C8
(100,87,200)
#5A4FB5
(90,79,181)
#5047A2
(80,71,162)
#463F8F
(70,63,143)
#3C377C
(60,55,124)
#322F69
(50,47,105)
#282756
(40,39,86)
#1E1F43
(30,31,67)
#141730
(20,23,48)
#0A0F1D
(10,15,29)
#000000
(0,0,0)

Tints of #6E5FDB

#6E5FDB
(110,95,219)
#7B6DDE
(123,109,222)
#887BE1
(136,123,225)
#9589E4
(149,137,228)
#A297E7
(162,151,231)
#AFA5EA
(175,165,234)
#BCB3ED
(188,179,237)
#C9C1F0
(201,193,240)
#D6CFF3
(214,207,243)
#E3DDF6
(227,221,246)
#F0EBF9
(240,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5FDB color. Also use rgb(110,95,219) instead hex code.

Text Font Color

.myTextColor { color: #6E5FDB; }

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

This text font color is #6E5FDB.


Background Color

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

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

This div background color is #6E5FDB.


Border color

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

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

This div border color is #6E5FDB.


Opacity

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

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

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

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

This text has shadow with #6E5FDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5FDB on black background.


Color preview on white background

This text has color #6E5FDB on white background.



Black color preview on #6E5FDB background

This text has black color on #6E5FDB background.


White color preview on #6E5FDB background

This text has white color on #6E5FDB background.