COLOR #6B28A8

HEX: #6B28A8
RGB: (107,40,168)

Renk bilgisi

#6B28A8 contains mainly blue color. #6B28A8 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6B28A8 color RGB value is (107,40,168).

  • kırmız ton 107;
  • yeşil ton 40;
  • mavi ton 168.
RGB:
(107,40,168)
(42%,16%,66%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 40 of 255 = 16%
B 168 of 255 = 66%

107
40
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 40 + 168 = 315 (100%)
R 107 of 315 ~ 33.97%
G 40 of 315 ~ 12.7%
B 168 of 315 ~ 53.33%

%33.97
%12.7
%53.33

CMYK RENK MODELİ

#6B28A8 rengi CMYK tonu (36,76,0,34).

  • camgöbeği tonu 36.31%
  • eflatun tonu 76.19%
  • sarı tonu 0.00%
  • ana renk tonu 34.12%
CMYK:
(36,76,0,34)
C36M76Y0K34 
(36%,76%,0%,34%)
(0.36/0.76/0.00/0.34)	

CMYK yüzdeleri

%36.31
%76.19
%0
%34.12

Codes

Color #6B28A8 in popluar color models

6B28A8
RGB10740168
HSL271°61.54%40.78%
HSB/HSV271°76.19%65.88%
CMYK36.31%76.19%0.00%
34.12%

Color #6B28A8 in popluar number systems.

HEX6B28A8
Decimal10740168
Binary110101110100010101000
Octal15350250

Shades and tints

Shades of #6B28A8

#6B28A8
(107,40,168)
#622599
(98,37,153)
#59228A
(89,34,138)
#501F7B
(80,31,123)
#471C6C
(71,28,108)
#3E195D
(62,25,93)
#35164E
(53,22,78)
#2C133F
(44,19,63)
#231030
(35,16,48)
#1A0D21
(26,13,33)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #6B28A8

#6B28A8
(107,40,168)
#783BAF
(120,59,175)
#854EB6
(133,78,182)
#9261BD
(146,97,189)
#9F74C4
(159,116,196)
#AC87CB
(172,135,203)
#B99AD2
(185,154,210)
#C6ADD9
(198,173,217)
#D3C0E0
(211,192,224)
#E0D3E7
(224,211,231)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B28A8 color. Also use rgb(107,40,168) instead hex code.

Text Font Color

.myTextColor { color: #6B28A8; }

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

This text font color is #6B28A8.


Background Color

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

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

This div background color is #6B28A8.


Border color

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

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

This div border color is #6B28A8.


Opacity

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

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

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

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

This text has shadow with #6B28A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B28A8 on black background.


Color preview on white background

This text has color #6B28A8 on white background.



Black color preview on #6B28A8 background

This text has black color on #6B28A8 background.


White color preview on #6B28A8 background

This text has white color on #6B28A8 background.