COLOR #6B6AB4

HEX: #6B6AB4
RGB: (107,106,180)

Renk bilgisi

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

RGB renk modeli

#6B6AB4 color RGB value is (107,106,180).

  • kırmız ton 107;
  • yeşil ton 106;
  • mavi ton 180.
RGB:
(107,106,180)
(42%,42%,71%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 106 of 255 = 42%
B 180 of 255 = 71%

107
106
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 106 + 180 = 393 (100%)
R 107 of 393 ~ 27.23%
G 106 of 393 ~ 26.97%
B 180 of 393 ~ 45.8%

%27.23
%26.97
%45.8

CMYK RENK MODELİ

#6B6AB4 rengi CMYK tonu (41,41,0,29).

  • camgöbeği tonu 40.56%
  • eflatun tonu 41.11%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(41,41,0,29)
C41M41Y0K29 
(41%,41%,0%,29%)
(0.41/0.41/0.00/0.29)	

CMYK yüzdeleri

%40.56
%41.11
%0
%29.41

Codes

Color #6B6AB4 in popluar color models

6B6AB4
RGB107106180
HSL241°33.04%56.08%
HSB/HSV241°41.11%70.59%
CMYK40.56%41.11%0.00%
29.41%

Color #6B6AB4 in popluar number systems.

HEX6B6AB4
Decimal107106180
Binary1101011110101010110100
Octal153152264

Shades and tints

Shades of #6B6AB4

#6B6AB4
(107,106,180)
#6261A4
(98,97,164)
#595894
(89,88,148)
#504F84
(80,79,132)
#474674
(71,70,116)
#3E3D64
(62,61,100)
#353454
(53,52,84)
#2C2B44
(44,43,68)
#232234
(35,34,52)
#1A1924
(26,25,36)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #6B6AB4

#6B6AB4
(107,106,180)
#7877BA
(120,119,186)
#8584C0
(133,132,192)
#9291C6
(146,145,198)
#9F9ECC
(159,158,204)
#ACABD2
(172,171,210)
#B9B8D8
(185,184,216)
#C6C5DE
(198,197,222)
#D3D2E4
(211,210,228)
#E0DFEA
(224,223,234)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6AB4 color. Also use rgb(107,106,180) instead hex code.

Text Font Color

.myTextColor { color: #6B6AB4; }

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

This text font color is #6B6AB4.


Background Color

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

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

This div background color is #6B6AB4.


Border color

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

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

This div border color is #6B6AB4.


Opacity

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

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

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

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

This text has shadow with #6B6AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6AB4 on black background.


Color preview on white background

This text has color #6B6AB4 on white background.



Black color preview on #6B6AB4 background

This text has black color on #6B6AB4 background.


White color preview on #6B6AB4 background

This text has white color on #6B6AB4 background.