COLOR #6B53B2

HEX: #6B53B2
RGB: (107,83,178)

Renk bilgisi

#6B53B2 contains mainly blue color. #6B53B2 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6B53B2 color RGB value is (107,83,178).

  • kırmız ton 107;
  • yeşil ton 83;
  • mavi ton 178.
RGB:
(107,83,178)
(42%,33%,70%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 83 of 255 = 33%
B 178 of 255 = 70%

107
83
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 83 + 178 = 368 (100%)
R 107 of 368 ~ 29.08%
G 83 of 368 ~ 22.55%
B 178 of 368 ~ 48.37%

%29.08
%22.55
%48.37

CMYK RENK MODELİ

#6B53B2 rengi CMYK tonu (40,53,0,30).

  • camgöbeği tonu 39.89%
  • eflatun tonu 53.37%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(40,53,0,30)
C40M53Y0K30 
(40%,53%,0%,30%)
(0.40/0.53/0.00/0.30)	

CMYK yüzdeleri

%39.89
%53.37
%0
%30.2

Codes

Color #6B53B2 in popluar color models

6B53B2
RGB10783178
HSL255°38.15%51.18%
HSB/HSV255°53.37%69.80%
CMYK39.89%53.37%0.00%
30.20%

Color #6B53B2 in popluar number systems.

HEX6B53B2
Decimal10783178
Binary1101011101001110110010
Octal153123262

Shades and tints

Shades of #6B53B2

#6B53B2
(107,83,178)
#624CA2
(98,76,162)
#594592
(89,69,146)
#503E82
(80,62,130)
#473772
(71,55,114)
#3E3062
(62,48,98)
#352952
(53,41,82)
#2C2242
(44,34,66)
#231B32
(35,27,50)
#1A1422
(26,20,34)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #6B53B2

#6B53B2
(107,83,178)
#7862B9
(120,98,185)
#8571C0
(133,113,192)
#9280C7
(146,128,199)
#9F8FCE
(159,143,206)
#AC9ED5
(172,158,213)
#B9ADDC
(185,173,220)
#C6BCE3
(198,188,227)
#D3CBEA
(211,203,234)
#E0DAF1
(224,218,241)
#EDE9F8
(237,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B53B2 color. Also use rgb(107,83,178) instead hex code.

Text Font Color

.myTextColor { color: #6B53B2; }

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

This text font color is #6B53B2.


Background Color

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

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

This div background color is #6B53B2.


Border color

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

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

This div border color is #6B53B2.


Opacity

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

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

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

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

This text has shadow with #6B53B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B53B2 on black background.


Color preview on white background

This text has color #6B53B2 on white background.



Black color preview on #6B53B2 background

This text has black color on #6B53B2 background.


White color preview on #6B53B2 background

This text has white color on #6B53B2 background.