COLOR #6A7ED6

HEX: #6A7ED6
RGB: (106,126,214)

Renk bilgisi

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

RGB renk modeli

#6A7ED6 color RGB value is (106,126,214).

  • kırmız ton 106;
  • yeşil ton 126;
  • mavi ton 214.
RGB:
(106,126,214)
(42%,49%,84%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 126 of 255 = 49%
B 214 of 255 = 84%

106
126
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 126 + 214 = 446 (100%)
R 106 of 446 ~ 23.77%
G 126 of 446 ~ 28.25%
B 214 of 446 ~ 47.98%

%23.77
%28.25
%47.98

CMYK RENK MODELİ

#6A7ED6 rengi CMYK tonu (50,41,0,16).

  • camgöbeği tonu 50.47%
  • eflatun tonu 41.12%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(50,41,0,16)
C50M41Y0K16 
(50%,41%,0%,16%)
(0.50/0.41/0.00/0.16)	

CMYK yüzdeleri

%50.47
%41.12
%0
%16.08

Codes

Color #6A7ED6 in popluar color models

6A7ED6
RGB106126214
HSL229°56.84%62.75%
HSB/HSV229°50.47%83.92%
CMYK50.47%41.12%0.00%
16.08%

Color #6A7ED6 in popluar number systems.

HEX6A7ED6
Decimal106126214
Binary1101010111111011010110
Octal152176326

Shades and tints

Shades of #6A7ED6

#6A7ED6
(106,126,214)
#6173C3
(97,115,195)
#5868B0
(88,104,176)
#4F5D9D
(79,93,157)
#46528A
(70,82,138)
#3D4777
(61,71,119)
#343C64
(52,60,100)
#2B3151
(43,49,81)
#22263E
(34,38,62)
#191B2B
(25,27,43)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #6A7ED6

#6A7ED6
(106,126,214)
#7789D9
(119,137,217)
#8494DC
(132,148,220)
#919FDF
(145,159,223)
#9EAAE2
(158,170,226)
#ABB5E5
(171,181,229)
#B8C0E8
(184,192,232)
#C5CBEB
(197,203,235)
#D2D6EE
(210,214,238)
#DFE1F1
(223,225,241)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7ED6 color. Also use rgb(106,126,214) instead hex code.

Text Font Color

.myTextColor { color: #6A7ED6; }

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

This text font color is #6A7ED6.


Background Color

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

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

This div background color is #6A7ED6.


Border color

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

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

This div border color is #6A7ED6.


Opacity

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

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

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

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

This text has shadow with #6A7ED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7ED6 on black background.


Color preview on white background

This text has color #6A7ED6 on white background.



Black color preview on #6A7ED6 background

This text has black color on #6A7ED6 background.


White color preview on #6A7ED6 background

This text has white color on #6A7ED6 background.