COLOR #6B5AB6

HEX: #6B5AB6
RGB: (107,90,182)

Renk bilgisi

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

RGB renk modeli

#6B5AB6 color RGB value is (107,90,182).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 90 of 255 = 35%
B 182 of 255 = 71%

107
90
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 90 + 182 = 379 (100%)
R 107 of 379 ~ 28.23%
G 90 of 379 ~ 23.75%
B 182 of 379 ~ 48.02%

%28.23
%23.75
%48.02

CMYK RENK MODELİ

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

  • camgöbeği tonu 41.21%
  • eflatun tonu 50.55%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(41,51,0,29)
C41M51Y0K29 
(41%,51%,0%,29%)
(0.41/0.51/0.00/0.29)	

CMYK yüzdeleri

%41.21
%50.55
%0
%28.63

Codes

Color #6B5AB6 in popluar color models

6B5AB6
RGB10790182
HSL251°38.66%53.33%
HSB/HSV251°50.55%71.37%
CMYK41.21%50.55%0.00%
28.63%

Color #6B5AB6 in popluar number systems.

HEX6B5AB6
Decimal10790182
Binary1101011101101010110110
Octal153132266

Shades and tints

Shades of #6B5AB6

#6B5AB6
(107,90,182)
#6252A6
(98,82,166)
#594A96
(89,74,150)
#504286
(80,66,134)
#473A76
(71,58,118)
#3E3266
(62,50,102)
#352A56
(53,42,86)
#2C2246
(44,34,70)
#231A36
(35,26,54)
#1A1226
(26,18,38)
#110A16
(17,10,22)
#000000
(0,0,0)

Tints of #6B5AB6

#6B5AB6
(107,90,182)
#7869BC
(120,105,188)
#8578C2
(133,120,194)
#9287C8
(146,135,200)
#9F96CE
(159,150,206)
#ACA5D4
(172,165,212)
#B9B4DA
(185,180,218)
#C6C3E0
(198,195,224)
#D3D2E6
(211,210,230)
#E0E1EC
(224,225,236)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5AB6 color. Also use rgb(107,90,182) instead hex code.

Text Font Color

.myTextColor { color: #6B5AB6; }

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

This text font color is #6B5AB6.


Background Color

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

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

This div background color is #6B5AB6.


Border color

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

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

This div border color is #6B5AB6.


Opacity

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

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

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

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

This text has shadow with #6B5AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5AB6 on black background.


Color preview on white background

This text has color #6B5AB6 on white background.



Black color preview on #6B5AB6 background

This text has black color on #6B5AB6 background.


White color preview on #6B5AB6 background

This text has white color on #6B5AB6 background.