COLOR #6B428F

HEX: #6B428F
RGB: (107,66,143)

Renk bilgisi

#6B428F contains mainly red and blue colors. #6B428F ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6B428F color RGB value is (107,66,143).

  • kırmız ton 107;
  • yeşil ton 66;
  • mavi ton 143.
RGB:
(107,66,143)
(42%,26%,56%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 66 of 255 = 26%
B 143 of 255 = 56%

107
66
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 66 + 143 = 316 (100%)
R 107 of 316 ~ 33.86%
G 66 of 316 ~ 20.89%
B 143 of 316 ~ 45.25%

%33.86
%20.89
%45.25

CMYK RENK MODELİ

#6B428F rengi CMYK tonu (25,54,0,44).

  • camgöbeği tonu 25.17%
  • eflatun tonu 53.85%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(25,54,0,44)
C25M54Y0K44 
(25%,54%,0%,44%)
(0.25/0.54/0.00/0.44)	

CMYK yüzdeleri

%25.17
%53.85
%0
%43.92

Codes

Color #6B428F in popluar color models

6B428F
RGB10766143
HSL272°36.84%40.98%
HSB/HSV272°53.85%56.08%
CMYK25.17%53.85%0.00%
43.92%

Color #6B428F in popluar number systems.

HEX6B428F
Decimal10766143
Binary1101011100001010001111
Octal153102217

Shades and tints

Shades of #6B428F

#6B428F
(107,66,143)
#623C82
(98,60,130)
#593675
(89,54,117)
#503068
(80,48,104)
#472A5B
(71,42,91)
#3E244E
(62,36,78)
#351E41
(53,30,65)
#2C1834
(44,24,52)
#231227
(35,18,39)
#1A0C1A
(26,12,26)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #6B428F

#6B428F
(107,66,143)
#785399
(120,83,153)
#8564A3
(133,100,163)
#9275AD
(146,117,173)
#9F86B7
(159,134,183)
#AC97C1
(172,151,193)
#B9A8CB
(185,168,203)
#C6B9D5
(198,185,213)
#D3CADF
(211,202,223)
#E0DBE9
(224,219,233)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B428F color. Also use rgb(107,66,143) instead hex code.

Text Font Color

.myTextColor { color: #6B428F; }

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

This text font color is #6B428F.


Background Color

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

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

This div background color is #6B428F.


Border color

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

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

This div border color is #6B428F.


Opacity

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

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

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

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

This text has shadow with #6B428F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B428F on black background.


Color preview on white background

This text has color #6B428F on white background.



Black color preview on #6B428F background

This text has black color on #6B428F background.


White color preview on #6B428F background

This text has white color on #6B428F background.